SAASPOCALYPSEverdict #BUTTONDOWN-2EB2
scanned 2026.04.27 · 15:05
subject of investigation
buttondown.email
▸ newsletter sending & subscriber management
verdict: MONTH
buildability score
55
/100
tier · month
the blunt take
“Buttondown is basically "what if Mailchimp stopped being annoying" — and that's a real product gap. But the moat isn't features, it's deliverability, trust, and the API that power users actually love.”
The CRUD is a weekend. The deliverability reputation, the concierge migrations, the feature-complete API, and the Markdown editor that doesn't make writers want to cry — that's the month. Email infrastructure is deceptively hard once real subscribers start bouncing.
cost breakdown.
their price ←→ your price
what they charge●
Free tier up to 100 subscribers, then paid
From $9
/ mo (estimated)
※ No revenue cut on paid subscribers — pricing not fully shown on homepage
annual:~$108+
what it costs you✦
01 · Vercel (hobby tier)$0.00
02 · Supabase Pro (subscriber list + analytics)$25.00
03 · Postmark or Resend (transactional + bulk send)$25.00
04 · Upstash Redis (queue + rate limiting)$5.00
05 · Domain + DKIM/SPF setup$2.00
06 · Cloudflare (DMARC, DDoS, DNS)$5.00
TOTAL / mo62
▸ break-even:~500 subscribers on a paid plan — roughly $29/mo SaaS vs. $29/mo in infra + ESP costs. Scales well after that.
or, you know, use one of these.
if building feels spicy
option A
Listmonk (self-host)
Open source, Go binary, Postgres backend. One docker-compose up and you have 90% of this. Seriously.
option B
Substack (free tier)
If you just want to write and not build. Zero infra, built-in discovery, 10% cut on paid subs.
option C
Ghost (self-host)
Newsletter + publication in one. $9/mo on Ghost(Pro) or self-host on a $6 VPS. Has a real API too.
what'll actually be hard.
est. total: 6 weeks
▸ 1 week on subscriber CRUD + auth · 1 week on email sending via ESP · 1 week on editor + scheduling · 1 week on automations + tagging · 1 week on API + integrations · 1 week on deliverability tuning & analytics
easy
medium
hard
nightmare
01
easy
Subscriber CRUD + import/export
CSV in, CSV out, Postgres table. You've done this before.
02
easy
Markdown email editor
Tiptap or Milkdown with an email-safe HTML serializer. A week, tops.
03
medium
Scheduling + automations
Cron jobs + trigger rules on subscriber events. Upstash QStash handles the queue. Gets hairy with sequences.
04
medium
Integrations (Discord, YouTube, Memberful, etc.)
OAuth + webhooks per platform. Each one is a small project. 10+ is a slog.
05
hard
Deliverability reputation
SPF/DKIM/DMARC is table stakes. Warm-up schedules, bounce handling, unsubscribe compliance — this is the invisible moat.
06
nightmare
Concierge migration at scale
Moving a 500k-subscriber list without deliverability blips, broken links, or lost segments is a genuinely hard operational problem. This is where Buttondown earns its keep.
recommended stack
Next.js 15 (editor + dashboard)Supabase (subscribers + analytics)Resend or Postmark (bulk + transactional send)Upstash QStash (scheduling queue)Tiptap (Markdown + email HTML editor)
ready to build?
We'll email you the build guide. Cancel some plans.
▸ generated with love, by a heartless robotverdict v2.1 · saaspocalypse.dev