Product
Form backend, without the backend.
DevForms gives each form a stable HTTPS endpoint. You send JSON from a static site, mobile app, or server — we validate, score spam, persist accepted rows, and surface everything in your dashboard.
End-to-end flow
You
Sign in and create a form. Each form has a unique slug.
Dashboard
Copy the submission URL (your app origin + /api/s/{slug}). Pause the form anytime.
POST /api/s/{slug}
Clients send application/json. Payloads are capped at 5KB and must be flat scalar fields.
Submissions
Accepted rows appear under Submissions with optional CSV/JSON export for the form owner.
Who it is for
- Teams shipping marketing sites or docs on static hosts without a form API.
- Developers who want JSON-in / structured storage without operating Postgres wiring on day one.
- Anyone who prefers a hosted inbox for leads instead of wiring Resend or SES immediately.