The Universal Form Backend

Manage all your forms
in one single place.

Stop building custom backends for every form. Send your data to FormBase and manage everything from a beautiful dashboard.

Everything you need for form management

Built for developers who value speed and simplicity.

Universal Endpoints

Create endpoints on the fly. Just send data to any URL path and it's instantly active.

Unified Dashboard

A central hub to view, search, and filter submissions from all your different websites.

Secure & Private

Self-hostable solution. You own your data. Protected by JWT authentication.

Zero Config

No need to pre-define schemas or register forms. Any JSON payload is accepted.

Insights Built-in

Automatically captures IP addresses, browser info, and timestamps for every entry.

Lightweight

Built with Next.js 15 for maximum performance and easy deployment to Vercel or VPS.

See your forms in action

Manage all your form submissions from a beautiful, intuitive dashboard.

FormBase Dashboard
FormBase Dashboard Preview

Integrate in 30 seconds

Send data from any website, app, or server using a simple POST request. Categorize your submissions using dynamic endpoint names in the URL.

  • No API keys required to submit data
  • Supports any valid JSON payload
  • Instant appearance in your dashboard
  • Handles multiple sources simultaneously
form-submit.js
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'
  })
})

Ready to simplify your
form management?

Join developers who are saving time by centralizing their form submissions. Completely free and open source.

Launch Dashboard