The newsletter platform for developers
API-first publishing. Markdown in, newsletter out. Imprimo renders your content for both web and email from a single source — so you never touch a template builder again.
One API call to publish
The Dual-Render Engine
Write Markdown once. Imprimo parses it into an AST and renders two outputs: semantic web HTML with interactive footnotes, and email-safe HTML that works in every client.
# Weekly Update Email deliverability is **not optional** for modern SaaS companies. Open rates above 20% are the new baseline[^1]. [^1]: Based on 2026 cross-industry data from [Klaviyo](https://klaviyo.com)
Email deliverability is not optional for modern SaaS companies.
Open rates above 20% are the new baseline1.
Email deliverability is not optional for modern SaaS companies.
Open rates above 20% are the new baseline1.
How It Works
No drag-and-drop editors. No template builders. Just Markdown and an API.
Use any editor — VS Code, Obsidian, iA Writer, or pipe output from your AI agent. Full CommonMark + GFM + footnotes.
A single POST /v1/posts creates a draft. Add subscribers, set your sending domain, and publish when ready.
Dual-render produces web archive + email HTML. Subscribers get pixel-perfect email. Readers get a beautiful web page.
Developer Experience
Clean REST endpoints. Markdown in, publication out. No SDKs required — just cURL.
# Create and publish in two calls curl https://api.imprimo.pub/v1/posts \ -H "Authorization: Bearer $IMPRIMO_KEY" \ -d '{ "title": "This Week in Email #42", "markdown": "# Weekly Update\n\nYour content here...", "publication": "twie" }' # Response: { "id": "post_7xk2m", "status": "draft" } curl -X POST https://api.imprimo.pub/v1/posts/post_7xk2m/publish \ -H "Authorization: Bearer $IMPRIMO_KEY" # → Web archive live at twie.imprimo.pub/issues/42 # → Email queued to 2,847 subscribers
Why Developers Choose Imprimo
One Markdown source, two pixel-perfect outputs. Semantic web HTML with JS-enhanced footnotes, and email-safe HTML with table layout and inlined CSS. No copy-paste. No formatting workarounds.
Create drafts, manage subscribers, publish issues, preview renders. Stateless /v1/render endpoint needs no auth — pipe in Markdown, get back HTML. Perfect for CI/CD and scripts.
CommonMark + GitHub Flavored Markdown. Footnotes, code blocks with syntax highlighting, tables, task lists, YAML front matter. Footnotes render as popovers on web, endnotes in email.
Custom sending domains with SPF, DKIM, and DMARC. Pre-publish deliverability checks flag spam triggers before you hit send. Built by an engineer who processes 12B emails/month.
Every issue gets a permanent web page with Open Graph cards, syntax highlighting, and your publication's subdomain. Landing page, signup form, and archive — out of the box.
MCP server lets Claude, ChatGPT, and custom agents publish directly. Your AI generates Markdown — Imprimo handles the rest. Automation-first by design.
Pricing
Simple, predictable pricing. Pay for capacity, not sends.
Ship your first newsletter from code.
For developers who publish regularly.
For teams building content pipelines.
For high-volume senders who need guarantees.