Form endpoints that just work

Create form backends in seconds. No complex setup, no SDKs, no configuration headaches. Just a clean endpoint and an inbox for your submissions.

Get Started Free How it works

How it works

1

Create a form

Give your form a name and description. We automatically generate a unique, URL-friendly endpoint for you.

2

Copy the endpoint

Use the provided URL in any HTML form, JavaScript fetch, or even curl. It accepts both JSON and form data.

3

Receive submissions

View all submissions in your inbox. Each one includes timestamps, IP address, and user agent automatically.

Simple to integrate

<form action="https://your-domain.com/api/submit/contact-form" method="POST">
  <input type="text" name="name" placeholder="Your name" required />
  <input type="email" name="email" placeholder="Your email" required />
  <textarea name="message" placeholder="Your message"></textarea>
  <button type="submit">Send Message</button>
</form>

Everything you need

No SDK Required

Standard HTTP POST requests. Works with any language, framework, or static site generator.

Automatic Metadata

Every submission captures timestamp, IP address, user agent, and referrer automatically.

Simple Inbox

Clean, email-like interface for browsing submissions. No complex dashboards or analytics.

On/Off Switch

Deactivate forms instantly to stop submissions. Perfect for handling spam or ending campaigns.

CORS Enabled

Submit from any domain. No configuration needed for cross-origin requests.

JSON and Form Data

Accepts both application/json and application/x-www-form-urlencoded automatically.

Ready to simplify your forms?

Create your first form endpoint in under a minute. No credit card required.

Get Started Free