/Reform-

Create and share form easily with beautiful webflow prototype feature

Primary LanguageTypeScriptMIT LicenseMIT

Reform

Create and share form easily with beautiful webflow prototype feature

Built with

  • Nextjs 13 with AppRouter
  • Dnd-kit library
  • ServerActions
  • Typescript
  • Tailwindcss / Shadcn UI
  • Vercel PostgreSQL
  • Prisma as ORM

Features:

  • 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

Installation and Usage

clone this repo
cd reform
replace *.env.example* credential in your .env file
npm i
npx prisma db push
npm run dev

Reform-