UI-based code generation tool to easily create @shadcn/ui forms (Next.js, Vue, Svelte).
Try it out here.
Currently, these field types are implemented:
More field types per framework.
To install the Form Builder and run locally, clone the repository and install the dependencies:
git clone https://github.com/kryptxbsa/FormBuilder.git
cd FormBuilder
bun install
After installation, you can start the development server:
bun dev-web
Visit http://localhost:7017
to see the application.
Contributions are welcome! Please open an issue or submit a pull request. For more details, check the CONTRIBUTING.md.
This project is licensed under the MIT License.