FormBuilder

UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms.
GitHub
402
Created 2 years ago, last commit a month ago
4 contributors
115 commits
Stars added on GitHub, month by month
2
3
4
5
6
7
8
9
10
11
12
1
2024
2025
Stars added on GitHub, per day, on average
Yesterday
+2
Last week
+0.7
/day
Last month
+0.5
/day
Last 12 months
+1.0
/day
README

Form Builder for @shadcn/ui

UI based codegen tool to easily create @shadcn/ui forms.

Try it out https://formbuilder.kurdmake.com.

FormBuilder demo

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