PostMe

postme.dev

Contact forms for static sites, without the backend

PostMe turns any HTML form into email in your inbox. No database, no server, no signup to get started — just point your form at us and confirm your address on the first submission.

How it works

  1. Step 1

    Add one line

    Set your form’s action to your PostMe URL with your email in the path.

  2. Step 2

    Confirm once

    The first submission sends a link to your inbox. Click it to activate delivery.

  3. Step 3

    Get every reply

    Each new submission is emailed to you — ready to read and reply.

Get started in 30 seconds

Copy this into any static page — swap you@example.com for the address where you want to receive submissions.

<form action="https://www.postme.dev/submit/you@example.com" method="POST">
  <input type="text" name="name" placeholder="Name" required />
  <input type="email" name="email" placeholder="Email" required />
  <textarea name="message" placeholder="Message" required></textarea>
  <button type="submit">Send</button>
</form>

Customize redirects, messages, and JavaScript handling — see response docs.

Free to start

The free plan includes 100 submission emails per month. No credit card required — perfect for portfolios, landing pages, and side projects.

See it in action

Walk through confirm and delivery with your own email.

Open live demo