Star us on GitHub

A Backend for your HTML form

Streamline your workflow with effortless form handling, automated notifications, secure file uploads, and seamless integrations.

Zero Configuration Setup

Create a form and start accepting submissions instantly

Soon

Spam Protection

Safeguard your forms against unwanted spam

Soon

Email Auto Response

Set up automatic response emails to users after they submit a form

Email Notifications

Receive real-time notifications whenever your form endpoint receives a new entry.

Soon

Teams

Build a team and work together seamlessly on forms.

Duncan
Duncan
Kelvin
Kelvin
Aikins
Aikins
Soon

Integrate with the tools you love

Out-of-the-box integrations with popular third-party services like Zapier, Notion, and more.

How Formbase Works

  • Create your form endpoint
  • Add the form endpoint to your website
  • Start receiving submissions
<form
  action="https://formbase.dev/s/[your-form-id]" method="POST"
  enctype="multipart/form-data"
>
  <input type="text" name="name" />
  <input type="email" name="email" />
  <textarea name="message"></textarea>

  <button type="submit">Submit</button>
</form>

Proudly Open Source

Formbase is open source and powered by open source software.
The code is available on GitHub.