Form submissions, without a backend.
Point any HTML form at Formcatch and get submissions by email, Slack, and a dashboard. No server to build, spam filtered, set up in 2 minutes.
Get your form endpoint — free Pricing
Add this to your site
<form action="https://forms.mgm-llc.org/f/YOUR_FORM_ID" method="POST"> <input name="email" type="email"> <textarea name="message"></textarea> <button>Send</button> </form>
Submissions arrive in your inbox, Slack, and dashboard. AJAX or classic POST.
Works with your framework
HTMLReactNext.jsVueSvelteAstroNuxtGatsbyTailwind CSS
Everything you need
- 📧 Email & Slack notifications on every submission
- 🛡️ Built-in spam filtering (honeypot)
- ⚡ AJAX (JSON) or classic POST with redirect
- 📊 All submissions stored in your dashboard
- 🌐 Works with React, Next.js, Vue, Svelte, Astro, static HTML…
Simple pricing
Free — 3 forms, 100 submissions/mo · Pro $9/mo — unlimited forms, more submissions, Slack, no branding. See pricing →
Looking for a Formspree alternative? Formcatch is simpler and starts at $9/mo.
FAQ
Do I need a server?
No. Formcatch is the backend — just POST your form to your endpoint.
Does it work with static sites?
Yes — Netlify, Vercel, GitHub Pages, Cloudflare Pages, anything that can submit a form.
How do you stop spam?
A honeypot field silently drops bots. Add <input name="_gotcha" style="display:none">.