https://github.com/kryptxbsa/formbuilder
UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
https://github.com/kryptxbsa/formbuilder
code-gen form nextjs react shadcn-ui
Last synced: 11 days ago
JSON representation
UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
- Host: GitHub
- URL: https://github.com/kryptxbsa/formbuilder
- Owner: KryptXBSA
- License: mit
- Created: 2023-08-16T14:40:29.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-04-09T13:37:33.000Z (14 days ago)
- Last Synced: 2025-04-12T03:45:28.001Z (11 days ago)
- Topics: code-gen, form, nextjs, react, shadcn-ui
- Language: TypeScript
- Homepage: https://formbuilder.kurdmake.com
- Size: 1.32 MB
- Stars: 420
- Watchers: 3
- Forks: 46
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Form Builder for @shadcn/ui
UI based codegen tool to easily create @shadcn/ui forms.
Try it out .

## Field types
Currently, these field types are implemented:
- string (input)
- number (input)
- boolean (switch)
- enum (select, radio, combobox)
- date (date picker)## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
MIT