Your content, anywhere you need it

Blot is the headless CMS that stays out of your way. Create once, publish everywhere via API. Built for developers who'd rather ship than configure.

Everything you need, nothing you don't

A focused feature set for modern content workflows.

Multi-tenant

Run dozens of blogs from one dashboard. Each site gets its own content, settings, and API keys.

API-first

RESTful endpoints for everything. Fetch posts, categories, tags—integrate with any frontend in minutes.

Granular permissions

Read-only keys for public sites. Write access for your apps. Revoke anytime.

Rich editor

TipTap-powered writing experience. Headings, lists, code blocks, images—everything you need.

Webhooks

Trigger builds, notify services, sync data. Real-time events when content changes.

AI-ready

Copy our integration prompt. Claude, GPT, or any LLM can fetch and use your content instantly.

Three steps to content freedom

01

Create your site

Name it, configure it, done. Each site is isolated with its own content and API.

02

Write your content

Use our rich text editor or POST via API. Schedule posts, add metadata, organize with tags.

03

Fetch anywhere

Simple REST API. One endpoint returns everything you need. Works with Next.js, Astro, Remix—anything.

Simple API, no surprises

One request gets you everything: content, metadata, categories, tags, reading time. Pagination built in.

  • RESTful endpoints
  • JSON responses
  • No auth for public posts
  • Built-in pagination
api-response.json
GET /api/v1/sites/my-blog/posts

{
  "posts": [
    {
      "title": "Getting Started with Blot",
      "slug": "getting-started",
      "content": "<p>Welcome to your new blog...</p>",
      "excerpt": "A quick guide to setting up your first site",
      "cover_image": "https://...",
      "category": { "name": "Tutorials", "slug": "tutorials" },
      "tags": [{ "name": "guide" }, { "name": "beginner" }],
      "author": { "name": "Jane Doe", "avatar": "..." },
      "reading_time": 3,
      "published_at": "2025-01-09T10:00:00Z"
    }
  ],
  "pagination": { "page": 1, "per_page": 10, "total": 42 }
}

Built for how you work

Whether you're solo or part of a team, Blot adapts to your workflow.

Indie developers

Ship your portfolio blog this weekend. Focus on your frontend, let Blot handle the content layer.

Agencies

One CMS for all your client blogs. Separate sites, unified dashboard. Manage everything in one place.

Content teams

Writers use the editor. Developers use the API. Everyone stays in their lane.

Start free, scale when ready

No credit card required. Upgrade when you need more.

Free

Everything you need to get started

Free
  • Unlimited sites
  • Unlimited posts
  • REST API access
  • Rich text editor
  • Webhooks
  • WordPress/Ghost import
Most Popular

Pro

Coming soon

$12/month
  • Everything in Free
  • Team collaboration
  • Custom domains
  • Priority support
  • Higher rate limits
  • Advanced analytics

Questions?

Ready to simplify your content workflow?

Join developers who've stopped rebuilding blog systems.