Self-host it, drive it from a REST API and CLI, bring your own email provider, and own your data. Broadcast is the email platform built for people who’d rather run software than rent it—for a one-time license, not a subscription.
$ curl -X POST https://mail.yourdomain.com/api/v1/subscribers.json \
-H "Authorization: Bearer $BROADCAST_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"tags": ["signup", "trial"],
"custom_data": { "plan": "pro" }
}'
{ "id": 4213, "email": "[email protected]", "is_active": true }
Own the stack, automate everything, and never hit a per-subscriber paywall.
Runs as a Docker stack on your own Ubuntu server—app, jobs, and Postgres, no external services to wire up. You control deploys, backups, and upgrades.
Manage subscribers, tags, custom data, and sending over a clean JSON API with token auth. Filter, paginate, and automate without touching the UI.
Script campaigns and subscriber management from the command line—or let an AI agent do it over the API and MCP. See the agents & CLI docs.
Send through Amazon SES, Postmark, Mailgun, SendGrid, or any SMTP relay—and switch any time. No lock-in. See which ESP to pick.
Send password resets and receipts through the same platform as your newsletters and drip campaigns—one system, one set of credentials.
Subscribers, events, and sending reputation live in your database on your server. Export it, query it, back it up—it’s yours.
Add subscribers on signup, tag them by behaviour, and trigger sequences—straight from your application code. The API uses bearer-token auth and returns JSON.
$ curl -X POST https://mail.yourdomain.com/api/v1/subscribers.json \
-H "Authorization: Bearer $BROADCAST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "email": "[email protected]", "tags": ["customer"], "custom_data": { "plan": "enterprise" } }'
Full reference: Subscribers API · Agents & CLI · all docs.
Hosted platforms charge more as your list grows. Broadcast is a one-time $250 license with unlimited subscribers—run it for your startup, your newsletter, and three side projects without the bill creeping up. Curious about the math? Read the true cost of email marketing at scale or run the calculator.
Own it, automate it, and send through any provider—for a one-time license.
One-time payment, unlimited emails forever
"I was tired of spending hundreds per month on Beehiiv. Then I found Broadcast and now I can scale at my own pace without burning money I worked hard for."
@bensnichedsitesFor technical founders & developers
For agencies and consultants managing multiple client deployments