KEEP IT

The value is the network, the data or the infrastructure. Keep paying.

An email API aimed at developers: send from a few lines of code, write the templates as components, and read delivery, bounce and complaint events back through webhooks. It is the sending layer, not the newsletter tool.

Promptfree, for everyone, and the only version there is
Do not rebuild a sending API. Build a wrapper so you are never locked to one provider.

STACK
- Node, SQLite via better-sqlite3, no framework

DRIVERS
- A send() interface, with drivers for at least two providers
- A development driver writing .eml files to disk instead of sending anything

TEMPLATES
- Markdown with front matter, rendered to table-based HTML and plain text
- Previewed at a local URL and snapshot-tested, so a template change cannot silently break the layout

THE OUTBOX, WHICH IS THE IMPORTANT PART
- Written inside the same transaction as the business change that triggers the email
- A worker sends from it afterwards
- A failed send must never roll back the order it belonged to, and a rolled-back order must never send a receipt

FAILURE
- Retries with exponential backoff, a dead-letter state, and a replay command

WEBHOOKS
- One receiver per provider, mapping their event names into a single internal vocabulary
- Rows appended, never updated

SUPPRESSION
- One list, consulted by every send regardless of driver

Include a runbook for the day a provider suspends your account — that day is the reason the driver interface exists.

What you lose

  • Deliverability infrastructure and mailbox-provider relationships, which cannot be written in any language
  • Domain verification, DKIM key management and DMARC alignment handled for you
  • Webhooks for delivery, bounce, complaint and open events, already reliable
  • A dashboard your whole team can search when a customer says they never got the email
  • Someone whose job is watching the sending reputation you depend on

If you would rather not build

  • Amazon SES — cheapest at volume, rougher edges
  • Postmark — the same trade with a stronger transactional reputation
  • Nodemailer plus any SMTP relay, for the minimal version

The escape hatch

open source · no votes, no paid placement

Postal

$0

Full mail server for application email, with queues and bounce handling.

postalserver/postalfree · open source

listmonk

$0

Newsletter and mailing list manager with subscriber import and bounce processing.

knadh/listmonkfree · open source

Why this verdict

our own opinion · changed only by a person

26/100

Verdict no at 26: the API is a day, the reputation is years. The interesting build here is the transactional outbox and the provider abstraction, which is what actually protects you.

History

tracked since 6 Aug 2026 · nothing is ever overwritten

Interest · last 30 days

Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.

Questions about Resend

answered from the record above

Is Resend free?

No — the plan we track is $20 a month. Pro, entry tier. Higher volumes step up through $35, $90 and beyond; marketing email is priced separately, and a dedicated IP is $30/mo on top.

Can you replace Resend by building your own?

KEEP IT. The value is the network, the data or the infrastructure. Keep paying. Replacement score 26 out of 100, build time longer than it saves. Read what you lose before you decide.

How much does Resend cost?

$20 a month on Pro — $240 a year. Recorded 6 Aug 2026.

What do you lose by replacing Resend?

Deliverability infrastructure and mailbox-provider relationships, which cannot be written in any language; Domain verification, DKIM key management and DMARC alignment handled for you; Webhooks for delivery, bounce, complaint and open events, already reliable; A dashboard your whole team can search when a customer says they never got the email; Someone whose job is watching the sending reputation you depend on. If any of those carry weight for you, keep paying.

Is there an open-source alternative to Resend?

Yes: Postal, listmonk. The prompt on this page is for when you want it your way instead.

Related entries

same category first, most replaced first

All 22 in Email & newsletters

Coming soon

Every week, something stops being worth paying for.

New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click.

free forever · no tracking pixel · every prompt stays free on the site

Esc