Search documentation

Find pages, sections, and snippets across the Clog docs.

Getting started

What Clog is, the core concepts you'll meet on every other page, and your first request.

Clog is a headless, multi-tenant blog CMS. You author content in a dashboard and deliver it through a JSON API into your own frontend.

If you're new, start with Core concepts to learn the vocabulary, then run through the Quickstart to fetch your first post.

In this section

  • Core concepts — Workspace, Membership, permissions, the content model, headless delivery.
  • Quickstart — from zero to a working GET /external/posts/:slug in five minutes.
  • Architecture — the public API surface and where your application sits.

Once you're set up, head to API integration for the full integration guide, or Dashboard guide if you're authoring content in the UI.

On this page