NETLIFY FORMS ALTERNATIVE
Netlify Forms, without the Netlify lock-in
Formstork is a form backend for any site, Vercel, Cloudflare, GitHub Pages, your own server. Point your form at our endpoint and submissions land in a real dashboard, with spam protection, integrations and a rules engine built in.
What is Netlify Forms?
Netlify Forms is form handling built into Netlify hosting. It is convenient if your whole site already lives on Netlify: add a couple of attributes and submissions show up in your Netlify dashboard. The catch is that it only works on Netlify-deployed sites, usage counts against your hosting plan, and the free tier is small.
Not locked to one host
Netlify Forms only work on sites you deploy to Netlify. Formstork is a plain endpoint, so the same form works on Vercel, Cloudflare, GitHub Pages, your own server, or a static file opened anywhere.
Form limits, separate from hosting
With Netlify, form usage counts against your hosting plan and its extra fees. Formstork prices forms on their own: 250 free a month, then flat plans that do not change your hosting bill.
A backend, not a build-time trick
Netlify detects forms at build time from special attributes. Formstork works with any submit, client-side fetch, a redirect, JSON or multipart, plus a rules engine, autoresponders and a no-code builder on top.
| Formstork | Netlify Forms | |
|---|---|---|
| Works on any host | Yes | Netlify only |
| Free submissions / month | 250 | 100 |
| Searchable, taggable inbox | Yes | basic list |
| CSV / JSON export | Yes | CSV |
| Smart spam filter + 3 CAPTCHAs | Yes | honeypot + reCAPTCHA |
| Slack / Discord / Sheets / webhooks | Yes | webhook + Zapier |
| Rules engine (route / block / redirect) | Yes | – |
| No-code hosted form builder | Yes | – |
| Multi-step + conditional fields | Yes | – |
| Autoresponders | yes (Pro) | – |
| Client SDKs | React·Vue·Svelte·JS | – |
| Tied to your hosting bill | – | Yes |
Move off Netlify lock-in
Drop the Netlify form attributes and point your form's action at your Formstork endpoint. Now it works the same on any host.
<form action="https://api.formstork.com/submit" method="POST">
<input type="hidden" name="access_key" value="YOUR_KEY">
<input type="email" name="email" required>
<textarea name="message" required></textarea>
<button>Send</button>
</form>The honest verdict
If your site lives entirely on Netlify and 100 submissions a month is plenty, Netlify Forms is convenient. If you deploy anywhere else, want a bigger free tier, or want forms priced separately from hosting with a real dashboard and a rules engine, Formstork is the portable choice.
Netlify Forms features and pricing as of 2026, from their public docs. Check their site for the latest.
Frequently asked questions
Does Formstork work outside Netlify?
Yes. Formstork is a plain endpoint, so the same form works on Vercel, Cloudflare, GitHub Pages, your own server or any static file. Netlify Forms only work on Netlify-deployed sites.
Does using Formstork raise my hosting bill?
No. Formstork prices forms separately: 250 free a month, then flat plans. With Netlify, form usage counts against your hosting plan and its extra fees.
How do I migrate from Netlify Forms?
Remove the Netlify form attributes and point your form's action at your Formstork endpoint with your access key. No rebuild needed.
Try Formstork free
250 submissions a month with a full dashboard. No credit card required.
Get your access keyCompare the field