https://formbase.dev/s/your-form-id (or https://your-domain.com/s/your-form-id when self-hosted). Browser posts land on a built-in success page, and server submissions return JSON.
Create your first form
Set up a form in the dashboard and get your endpoint.
Framework integrations
React, Vue, Next.js, Svelte, and more.
File uploads
Accept files alongside text fields.
Self-hosting
Run Formbase on your own infrastructure.
Quick start: Plain HTML
This is the simplest way to use Formbase. Post a standard HTML form and let Formbase handle the redirect.1
Create a form endpoint
In the Formbase dashboard, create a new form and copy its endpoint URL.
2
Paste the endpoint into your form
Use the endpoint as the form The
action. This works in any static site or template.index.html
name attributes become the keys in your submission data.3
Submit and check your dashboard
Submit the form in a browser and confirm the submission appears in the dashboard.
Why Formbase
Open Source
MIT licensed. Self-host or use the managed service.
Great DX
Works with any framework. No vendor lock-in.
Own Your Data
Export submissions anytime. No data hostage situations.