Create and share form easily with beautiful webflow prototype feature
- Nextjs 13 with AppRouter
- Dnd-kit library
- ServerActions
- Typescript
- Tailwindcss / Shadcn UI
- Vercel PostgreSQL
- Prisma as ORM
- Responsive
- Create forms with a stunning drag and drop designer
- Layout fields: Title, SubTitle, Spacer, Separator, Paragraph
- Form fields: Text, Number, Select, Date, Checkbox, Textarea, Pdf uploads
- Is easy to add and customize new fields
- Form preview dialog
- Share form url
- Form submission/validation
- Form stats: visits and submissions
clone this repo
cd reform
replace *.env.example* credential in your .env file
npm i
npx prisma db push
npm run dev