Formtorch

Forms that ship. Without backend.

Formtorch is the modern form backend for static sites and apps. Capture submissions, route webhooks, and block spam via a single API endpoint.

<!-- Drop this in any page -->
<form
  action=
  method="POST"
>
  <input type="text" name="name" placeholder="Your name" />
  <input type="email" name="email" placeholder="Email" />
  <textarea name="message"></textarea>

  <!-- Spam protection: honeypot field -->
  <input type="text" name="_honeypot" style="display:none" />

  <button type="submit">Send</button>
</form>
✓ 200 OKSubmission received. Email sent.

Trusted by teams shipping on

Bitbucket
Extensis
Rekki
Primer Education
Tidal
Linktree
Tines
Opal
Stord
Unomaly
Humble Motors
Ternary
Margin
Jetty
Ortto
Compass
Replay
Skyscanner
PagerDuty
Coinflect
Letter
Gumroad
Fey
Few & Far
Bitbucket
Extensis
Rekki
Primer Education
Tidal
Linktree
Tines
Opal
Stord
Unomaly
Humble Motors
Ternary
Margin
Jetty
Ortto
Compass
Replay
Skyscanner
PagerDuty
Coinflect
Letter
Gumroad
Fey
Few & Far
How it works

The easiest way to ship forms

From HTML form to delivered email in under a minute, with spam protection built in.
No backend, no deployment, no headaches.

  1. 1

    Connect your form

    Point your form action (or fetch) to a Formtorch endpoint. Works with any form, any framework, any host.

  2. 2

    Collect submissions

    We accept HTML form posts, AJAX requests, and JSON payloads. Built-in validation, honeypot spam filtering, and reCAPTCHA support.

  3. 3

    Get notified instantly

    Receive submissions via email, view them in your dashboard, trigger webhooks, or export as CSV. Your data, your way.

Video coming soon

We'll drop a quick walkthrough here.

Formtorch overview1:30
Works everywhere

Drop in. Ship it.

Formtorch works with any stack. If it renders HTML or sends HTTP, you're good.

contact.html
<!-- Plain HTML — no JavaScript required --><form action="https://formtorch.com/f/xK9a2b"      method="POST">  <label for="name">Name</label>  <input id="name" name="name" type="text" required />  <label for="email">Email</label>  <input id="email" name="email" type="email" required />  <label for="message">Message</label>  <textarea id="message" name="message" rows="4"></textarea>  <!-- Honeypot: hidden spam trap -->  <input name="_honey" style="display:none" />  <!-- Redirect after submit -->  <input type="hidden" name="_redirect" value="https://mysite.com/thanks" />  <button type="submit">Send message</button></form>

Serious backend for serious forms

Built by engineers who expect infrastructure to just work.

ENDPOINT

Works with any stack.

Point your form's action to a Formtorch endpoint and start collecting submissions instantly, with no SDK or backend code required.

HTML, React, Next.js, Astro, Vue: the integration is a single attribute change, no matter what you're building with.

HTML5
JavaScript
React
Next.js
Astro
Svelte
Vue.js
HTML5
JavaScript
React
Next.js
Astro
Svelte
Vue.js
PROTECTION

Block spam before it starts.

Every submission is analyzed in real time using layered protection that filters bots without slowing down real users.

TorchWarden runs automatically on every form, combining honeypots, rate limits, and pattern detection into a single system that adapts as traffic grows.

Type
Submissions

alice@gmail.com

spam@guerrillamail.com

Spam

bob@company.com

noreply@spambot.io

Spam

carol@outlook.com

test@10minutemail.com

Test
NOTIFICATIONS

Know the moment someone submits.

Every new submission sends an instant email notification to your team. No polling or dashboard checks required.

Add multiple recipients per form and control exactly who gets notified and when.

New submission

alice@gmail.com submitted your contact form.

Spam detected

noreply@spambot.io was blocked automatically.

Webhook delivered

Payload sent to your Slack endpoint.

New submission

marco@startup.io submitted your onboarding form.

CAPTCHA

Add bot protection in one line.

Integrate Cloudflare Turnstile, hCaptcha, or reCAPTCHA with a single field. Formtorch validates the token server-side automatically.

No custom verification routes, no secret key exposure. Drop the widget in your form and you're protected.

Cloudflare Turnstile
hCaptcha
reCAPTCHA
Friendly Captcha
Altcha
Cloudflare Turnstile
hCaptcha
reCAPTCHA
Friendly Captcha
Altcha

Everything a form backend needs

Battle-tested infrastructure, not a weekend project. Built for teams that ship.

Rate limiting

4-layer protection: per-IP, per-form, per-project, and monthly quotas. Powered by Redis with in-memory fallback.

Honeypot fields

Invisible fields that catch bots automatically. Zero friction for real users, zero chance for automated spam.

CAPTCHA support

Plug in Cloudflare Turnstile, hCaptcha, or reCAPTCHA v3. Toggle per-form from the dashboard.

Custom redirects

Send users to any URL after submission. Set per-form defaults or pass _redirect in the form payload.

Webhook retries

Failed deliveries automatically retried with exponential backoff. Full delivery log in the dashboard.

Encrypted storage

Submissions stored in Postgres with field-level encryption. SOC 2 in progress. GDPR-compliant data handling.

Team access

Invite team members with role-based access. Owners, admins, and viewers. Per-project permissions.

Slack and email

Get notified instantly in Slack, email, or any HTTP endpoint. Configurable per-form notification rules.

GDPR-ready exports

Export any date range as CSV. Cursor-based pagination scales to millions of rows without timeouts.

Testimonials

Loved by developers
who ship fast.

Join 100+ of developers who ditched their form backend and never looked back.

Stop building form backends.
Start shipping.

Your first 150 submissions per month are always free, forever.