Forms that send leads.

One line of HTML. Submissions land in your inbox.

Create accountLive demo200 without account · 1000 with free account
quick try (no account)

https://www.postme.dev/submit/

Paste into action= on your <form method="POST">. Create a free account for a PostMe Intake at /intake/your-id with higher limits and webhooks.

how it works

Three steps

  1. 01

    Paste your URL

    Try /submit/your@email with no account, or create one for a PostMe Intake at /intake/your-id.

  2. 02

    Confirm once

    First submit sends a link to your inbox. Click it to turn on delivery.

  3. 03

    Get mail

    Each submission arrives with Reply-To set. Hit reply.

in your inbox

One email per submission

Reply-To filled in. Just hit reply.

inbox · today
10:42
P
PostMe Forms<forms@postme.dev>
to you·reply-to: jane@example.com

New submission · Contact form

You received a new message via your form on yoursite.com:

Name
Jane Doe
Email
jane@example.com
Message
Hi! I came across your portfolio and would love to chat about a small project. Are you taking on new clients next month?
press R

Plain email — searchable, forwardable, yours.

full example

A working form

Same URL as above. Add fields however you like. Redirects & JS in the docs.

index.htmlcopy → paste
<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>
why postme

Just the email part

No CRM upsells. No abandoned side projects. Forms in, mail out.

Static sites

HTML, Astro, Hugo, Next — anything that can POST a form.

No lock-in

Submissions arrive as plain email. Reply, forward, export — leave whenever.

Free tier

200 submissions/mo without an account. 1000/mo on the free Hobby plan (email + webhook).

Spam protection

Honeypot, rate limits, and inbox confirmation on first use.

Try it with your inbox

Confirm once, send a test, see the email land.