Same job. Different company.

A Formspree alternative: HTML action, inbox, done.

Formspree is the default form backend. smote does the same first step: set action="https://smote.sh/f/FORM_ID", read replies in a dashboard. No React SDK. No captcha on your page.

Side by side

smoteFormspree
SetupForm action onlyAction URL or JS library
Free plan1 form, 50 / month50 / month
InboxYesYes
WebhookOptional, signedPaid plans
Captcha on your HTMLNot requiredOften reCAPTCHA
Paid$12 / monthStarts higher

If you need Zapier, Google Sheets, and a form builder, stay on Formspree. If you have a static site and want the POST to land somewhere, use smote.

Get an action URL Static site guide

Questions

Does this work on GitHub Pages?

Yes. Pages only serves files. The form posts to smote, not to GitHub. GitHub Pages guide.

Do I need reCAPTCHA on my site?

No. Leave captcha off your HTML. We drop empty honeypot posts and rate-limit the action URL.

What about Netlify Forms?

Those only work while the site stays on Netlify. smote keeps working if you move to Cloudflare Pages or GitHub Pages. Netlify Forms alternative.

Can visitors upload files?

No. Text fields only. A file field is rejected.

How do I send people back to my site after submit?

Hidden field _redirect with your thank-you URL. See special fields.