Skip to content

Collect form submissions online without a backend — spam free

Ready-to-use form backend for your HTML or JS forms.
POST your forms to us, real submissions go to your inbox.

No signup required for small sites.

<form action="<YOUR_FORM_URL>" method="POST">
  <input type="hidden" name="_next" value="/thank-you" />
  <input type="email" name="email" placeholder="Your email" />
  <textarea name="message" placeholder="Your message"></textarea>
  <button type="submit">Send</button>
</form>

Focus on user experience, we'll handle the rest.

PostCatch is explicitly built for developers. We don't impose any styling or branding on your forms. You keep full control over that, we'll do the boring part.

Get started

Dead simple installation

Copy-paste the URL in your form's action or in your POST request and you're good to go. No captcha or honeypot needed.

Built-in spam detection

We do request analysis to block out most bots, followed by content filtering using a text classification model to prevent spam on your forms. Focus on styling and sleep tight at night.

Reliable delivery

We handle all the hardships of sending emails reliably for you. SPF, DKIM or MX records? Forget about it. Start receiving emails now.

Universal solution

Whether you're building a complex, interactive form in JS, or just doing good old HTML in any server-side language, PostCatch is ready to go.

Perfect for static sites

Ideal for situations where you don't have a server and just need to send emails from the front-end.

Contact forms

Booking forms

Registration forms

Online ordering forms

Event RSVP forms

File sharing forms

Support forms

Feedback forms

Any form you can think of, really.