The headless blog
for developers
Write in a rich editor, publish instantly, fetch via REST API. One endpoint to power your blog on any stack.
How Blotd cut our blog infrastructure costs by 80%
We ditched the self-hosted CMS, the plugin updates, and the server babysitting. One API key, one fetch call, and our blog runs on whatever frontend we want, at a fraction of the cost and none of the complexity.
const res = await fetch(
`https://api.blotd.com`
`/v1/articles`,
{
headers: {
"Authorization":
"Bearer blotd_..."
}
}
);
const { articles } =
await res.json();What you get
A complete blog backend, minus the overhead
Tiptap-powered rich text
Headings, images, code blocks, embeds, lists. A full writing experience with zero config. Try it below.
{
"success": true,
"data": {
"title": "Welcome to Blotd",
"slug": "welcome-to-blotd",
"content": "..."
}
}REST in seconds
Paginated, filterable, and cacheable. One endpoint for articles by slug, tag, or search.
GET /v1/articles?tag=reactAPI key management
Generate keys per environment. Track usage, monitor rate limits, revoke instantly from the dashboard.
Search-optimised
Custom slugs, meta titles, descriptions, and OG images. Built-in reading time calculation.
Secure by default
Hashed keys, rate limiting per key, 2FA authentication. Your content is locked down.
How it works
Three steps. No config.
No build steps, no CMS to self-host, no WordPress overhead.
Write
Open the editor, write your article with rich formatting, add tags and SEO metadata.
Publish
Hit publish, or schedule it. Your article is instantly available via the REST API.
Fetch
Call the API from your site. One GET request returns your articles as clean JSON.
Pricing
Start free, upgrade when you're ready
| Feature | Free | Pro |
|---|---|---|
| Published articles | 5 | Unlimited |
| API keys | 1 | Unlimited |
| API requests / month | 1,000 | 25,000 |
| Image storage | 50 MB | 500 MB |
| Custom slugs | - | ✓ |
| Scheduled publishing | - | ✓ |
| Remove Blotd branding | - | ✓ |
| Priority support | - | ✓ |
No credit card required. Upgrade or cancel anytime.
Ship your blog
this afternoon.
Sign up, write your first post, and start fetching articles in under five minutes. Free forever for small projects.