Forms that send leads.

One line of HTML. Submissions land in your inbox.

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

https://api.postme.dev/submit/

Paste into action= on your <form method="POST">. Create a free account for a PostMe Intake at /intake/your-id before you put this on a live site — the email-in-URL path is the demo.

how it works

Three steps

  1. 01

    Create an Intake

    Sign up and copy /intake/your-id onto your site. /submit/your@email is the no-account demo — it publishes the inbox.

  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 pattern as above. For a live site, create an Intake and use /intake/your-id— don't publish your inbox in the URL. See the docs for redirects, JavaScript, and Intakes.

index.htmlcopy → paste
<form action="https://api.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. Email, webhook, Discord, auto-reply. 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. 500/mo on the free Hobby plan (email + webhook). Pro is $10/mo.

Spam protection

Honeypot, rate limits, inbox confirmation, and optional Turnstile on public /submit.

Try it with your inbox

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