Stop building custom backends for every form. Send your data to FormBase and manage everything from a beautiful dashboard.
Built for developers who value speed and simplicity.
Create endpoints on the fly. Just send data to any URL path and it's instantly active.
A central hub to view, search, and filter submissions from all your different websites.
Self-hostable solution. You own your data. Protected by JWT authentication.
No need to pre-define schemas or register forms. Any JSON payload is accepted.
Automatically captures IP addresses, browser info, and timestamps for every entry.
Built with Next.js 15 for maximum performance and easy deployment to Vercel or VPS.
Manage all your form submissions from a beautiful, intuitive dashboard.

Send data from any website, app, or server using a simple POST request. Categorize your submissions using dynamic endpoint names in the URL.
fetch('/api/contact-form', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
name: 'Jane Smith',
email: '[email protected]',
message: 'Hello from FormBase!',
plan: 'Premium'
})
})Join developers who are saving time by centralizing their form submissions. Completely free and open source.
Launch Dashboard