https://github.com/ali-hussein-dev/formcn
Modern form builder for shadcn
https://github.com/ali-hussein-dev/formcn
builder forms react shadcn-ui
Last synced: 6 months ago
JSON representation
Modern form builder for shadcn
- Host: GitHub
- URL: https://github.com/ali-hussein-dev/formcn
- Owner: Ali-Hussein-dev
- License: mit
- Created: 2025-08-01T13:38:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T16:21:11.000Z (6 months ago)
- Last Synced: 2025-08-28T23:11:01.061Z (6 months ago)
- Topics: builder, forms, react, shadcn-ui
- Language: TypeScript
- Homepage: https://formcn.dev
- Size: 2.18 MB
- Stars: 141
- Watchers: 0
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# formcn

A modern form builder that allows you to build forms with shadcn components.
## Features
- Single/multi-step form
- Instant form preview
- Form code generation for client/server side
## Generated Code Tech Stack
- React 19
- Tailwindcss 4
- Shadcn
- Zod 4
- React Hook Form
- TypeScript
## Development
```bash
# Clone the repository
git clone https://github.com/Ali-Hussein-dev/formcn.git
# Install dependencies
bun install
# Start dev server
bun dev:web
```
## Want to contribute?
Just fork the repository and submit a pull request!