ForkForms is a developer-first form builder that lets you visually create forms like Google Forms — but instead of collecting responses, it instantly generates a clean React component you can embed in your codebase. Build forms faster, and copy or install the component directly into your project using our CLI tool.
Try it now: https://forkforms.vercel.app
- 🔧 Drag & drop–like form creation (manual for now)
- ⚛️ Export the form as a React JSX component
- 📦 Use
npxto install the component directly into your React project - 💽 MongoDB integration for optional template storage
- 🎨 Styled with Tailwind CSS
- 🚀 Deployed on Vercel and available as an NPM CLI tool
| Layer | Tech |
|---|---|
| Frontend | React, Tailwind CSS |
| Framework | Next.js |
| Backend | MongoDB (via Mongoose/Driver) |
| Deployment | Vercel |
| CLI Tool | Node.js + Published on npm |
git clone https://github.com/kavyaaa55/forkforms.git
cd forkforms
npm install
npm run dev