The backend for your forms.
Point your form at our endpoint and every submission lands in your inbox, with email alerts, spam filtering, and integrations built in. No server, no backend code, works with any site.
Free forever · 250 submissions a month · no card
<form action="https://api.formstork.com/f/YOUR_KEY" method="POST">
<input name="email" type="email" required>
<textarea name="message"></textarea>
<button>Send</button>
</form>import { useFormstork } from "@formstork/react";
export default function Contact() {
const { submit, isSuccess } = useFormstork({ accessKey: "YOUR_KEY" });
if (isSuccess) return <p>Thanks!</p>;
return (
<form onSubmit={submit}>
<input name="email" type="email" required />
<textarea name="message" />
<button>Send</button>
</form>
);
}curl -X POST https://api.formstork.com/submit \
-d access_key=YOUR_KEY \
-d email=ada@example.com \
-d message="Hello from the terminal"<script src="https://app.formstork.com/js/widget-v1.js" defer
data-form="YOUR_KEY"
data-label="Contact us"></script>Plain HTML needs zero dependencies. Prefer React? There's a typed SDK for that too.
Works with any stackSee all frameworks →
Don't take our word for it. This form is live.
It posts to our production API, the same endpoint your site will use. Send it and watch the submission land in the inbox, timed to the millisecond.
- MCMaya Chenmaya@studio.co2m
- TRTom Riveratom@acme.io14m
THREE WAYS IN
Build forms your way.
Plain HTML, a React app, or no code at all. The same backend runs behind all three.
HTML forms
Set your form's action to our endpoint. No JavaScript required.
React & JS SDK
Drop in our React hook or post from any framework. Typed, tiny, done.
Hosted form builder
No site to edit? Build a form in the dashboard and share its link. No code at all.
HOSTED FORM BUILDER
Beautiful forms. Zero code.
No site to embed into? Build a form in the dashboard, pick a theme, and share the link. We host it, style it, and handle every submission.
- Drag-and-drop editor, no code ever
- Theme it: colors, fonts, cover, your logo
- One shareable link, or embed anywhere
- Spam filtering + integrations, built in
Get in touch
We usually reply within a day.
EVERYTHING INCLUDED
Everything you need, included.
Not a checkout of add-ons. Every capability below ships on the free plan.
Submissions inbox
A searchable home for every response.
- 90 days on Free, forever on paid
- Search, filter & tag
- Export to CSV or JSON
- Delivery status per submission
Spam & security
Bots stopped before they reach you.
- Honeypot + rate limits
- hCaptcha or Turnstile
- EU-hosted, GDPR-friendly
- Encrypted at rest
Email & autoresponders
Everyone hears back, instantly.
- Instant email to your team
- Branded autoresponder
- Multiple recipients
- Fully custom templates
Hosted builder
A polished form without a site.
- Drag-and-drop editor
- Themes, fonts, your logo
- One shareable link
- Embed anywhere
INTEGRATIONS
Send submissions where your team already works
One submission, delivered everywhere. Every integration is free, on every plan, and retried automatically if it fails.
HONEST COMPARISON
More generous. More complete.
The things rivals lock behind paid tiers, or don't offer at all, ship free with Formstork.
ON SUBMIT
What happens the moment a form is sent.
Four things run automatically, in order, before you even look.
- 1
Spam filtered
Honeypot, rate limits, and optional CAPTCHA block bots before they ever reach you.
- 2
You're notified
An instant email to your team, plus a branded autoresponse to the person who wrote in.
- 3
Saved and searchable
Every field lands in your dashboard: searchable, taggable, exportable. Kept 90 days on Free, forever on paid plans.
- 4
Integrations fire
Slack, Sheets, webhooks and more, delivered reliably and retried automatically if they fail.
TRUST & SAFETY
Spam stopped. Data protected.
Bots filtered before they hit your inbox, and your data handled the way it should be.
Spam filtering
Honeypot and heuristics catch junk automatically, with nothing to configure.
One-click CAPTCHA
Turn on hCaptcha or Turnstile per form, only where you need it.
EU-hosted, GDPR-friendly
Your data stays in the EU, encrypted at rest. Export or delete it anytime.
FAQ
Questions, answered.
Is it really free?
Yes. 250 submissions a month, free forever, no credit card. Upgrade only when you need more volume or advanced features.
Do I need a server or backend?
No. Point your form's action at our endpoint, or build one in the hosted editor. We handle storage, email, spam, and integrations for you.
Is it safe to put my access key in HTML?
Yes. The access key is a public alias for your inbox, not a secret. Bots are stopped by a honeypot, rate limits, and optional CAPTCHA, and Pro adds allowed-domains.
How long are submissions kept?
Free submissions are kept for 90 days. On Pro and Studio they stay forever. Search, filter, tag, and export to CSV whenever you like.
Where is my data stored?
In the EU, encrypted at rest and sent over HTTPS. It's yours to export or delete anytime, GDPR-friendly by default.
Which frameworks does it work with?
All of them: plain HTML, the React/JS SDK, Vue, Svelte, Astro, Next.js and more. No framework at all? Use the no-code hosted form.
Your form's backend, in two minutes.
Get your free access key →No credit card. 250 submissions a month, free forever.