Project Overview
FormForge enables users to publish forms without programming. Users assemble form inputs in visual builders, embed forms on their websites, and route submitted answers directly to email boxes.
Key Features & Scope
Visual drag-and-drop form uploader offering customizable input fields
Embeddable iframe forms matching existing site styles automatically
Email notifications powered by Resend APIs sending submissions
Response analysis tools summarizing feedback percentages and scores
System Architecture
Next.js App Router project leveraging Prisma. HTML inputs are sanitized on server routes before being recorded in PostgreSQL rows.
Client InterfaceNext.js / React
──────▶
Backend CoreNode.js / Express
──────▶
Database NodePostgreSQL (Prisma ORM)
Database: PostgreSQL (Prisma ORM)
Deployment: Vercel & Supabase Cloud
Performance & Vitals
98
99
97
100
Verified Production Metrics
Technologies Used
Next.jsTailwind CSSPostgreSQLPrismaResend APITypeScript