FormCatch
Stateless form backend

Form backend for developers. No database required.

Drop your email, get an endpoint, and ship contact forms without touching a backend. Encrypted email delivery, spam protection, and rate limiting built in.

HTML \u2014 copy & pasteworks anywhere
<form action="https://formcatch-one.vercel.app/api/f/YOUR_ID" method="POST">
  <input type="text" name="name" placeholder="Jane Doe" required />
  <input type="email" name="email" placeholder="jane@company.com" required />
  <textarea name="message" placeholder="How can we help?" required></textarea>

  <!-- Spam protection: hide this field -->
  <input type="text" name="_gotcha" class="hidden" tabindex="-1" autocomplete="off" />

  <!-- Optional: redirect after submit -->
  <input type="hidden" name="_redirect" value="https://yoursite.com/thanks" />

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

Pricing

Free

For personal sites and side projects that need a real endpoint fast.

$0
100 submissions / month
  • \u2713100 submissions / month
  • \u2713Encrypted email delivery
  • \u2713Spam protection (honeypot)
  • \u2713Rate limiting
  • \u2713Custom redirects
  • \u2713No account required

Pro

For production forms that need more volume and automation.

$5
per month
  • \u2713Unlimited submissions
  • \u2713File uploads
  • \u2713Webhooks
  • \u2713Priority delivery
  • \u2713Everything in Free

Team

For teams that need shared visibility and routing.

$15
per month
  • \u2713Multiple recipients
  • \u2713Analytics
  • \u2713Shared management
  • \u2713Everything in Pro

No credit card required for Free. Cancel any time on paid plans.

Features

Everything you need. Nothing you don't.

🔐

Encrypted email delivery

Each endpoint is an AES-256-GCM encrypted email address. Submissions are decrypted server-side and delivered straight to your inbox — no database, no stored PII.

📭

Spam protection

Built-in honeypot field support. Add a hidden _gotcha field to your form and bots get silently dropped while real submissions pass through.

Rate limiting

Automatic per-endpoint rate limiting (10 submissions/minute) keeps abuse in check without configuration. No more flooded inboxes from a misconfigured script.

↪️

Custom redirects

Add a _redirect field to send users to any thank-you page after submission. Works with GET and POST, CORS-enabled for cross-origin forms.

Try it now

Generate your real endpoint right here

Enter an email and FormCatch returns a working form action URL you can paste into any HTML form immediately. No signup, no dashboard.

Generated endpoint and copy-ready HTML snippet will appear here.