FormHook
FormHook is a lightweight form backend service for developers that removes the work of building submission plumbing, dashboards, and webhooks from scratch.
Context
FormHook started from a simple but real problem: small teams and solo developers often need form capture, email/webhook delivery, and a response dashboard long before they want to build a custom backend.
What I built
I designed a lightweight form backend with a public submission endpoint, a private dashboard for reviewing responses, webhook delivery for automation, and CSV export for offline handling. The product is intentionally small enough to set up quickly but flexible enough to sit inside a real workflow.
Why this approach
Next.js and serverless APIs kept the app deployment-friendly, while Supabase handled persistence without adding operational complexity. Tailwind let me move fast on the interface and keep the dashboard clean and easy to scan.
Key features
- Public form handling with a simple submission pipeline.
- Dashboard views for reviewing, filtering, and exporting responses.
- Webhook-ready delivery so teams can connect automations.
- Storage backed by Supabase to keep the product lean and maintainable.