comparison

A Formspree alternative that stays email

PostMe is form-to-email for static sites. Paste an Intake URL, get mail. No CRM, no Sheets, no Slack. If that is all you wanted from Formspree, this is the narrower product.

Where they differ

  • Try path. PostMe has a no-account /submit/you@email demo (200 events/mo). Production forms should use an Intake ID so the inbox is not in the URL.
  • Free tier. Hobby is 500events/mo with email and webhooks, no card. Formspree's typical free tier is tighter.
  • Pro. $10/mo for 5,000 events, Discord, destination shapes, unlimited Inbox, and auto-reply from your domain.
  • What we skip. No file uploads, Slack, or Google Sheets. Stay on Formspree (or similar) if those are the reason you would upgrade.

Same job

HTML POST, fetch/JSON, redirects, Reply-To, confirmation before the first delivery, and a hosted thank-you page. Docs cover error codes. Status is public.

Migrate

  1. Create a free PostMe account.
  2. Add an email destination and confirm the inbox.
  3. Create an Intake and replace the Formspree action with https://api.postme.dev/intake/your-id.

Field names can stay the same. Hidden _next redirects work. See HTML forms and Intakes.