Skip to content

Alokai CMS Overview

Alokai CMS is a headless CMS built on Cloudflare’s edge infrastructure. It gives content teams a visual page builder while exposing a fast, cacheable delivery API to your storefront.

Key features

  • Visual page builder — Drag-and-drop component canvas with live preview
  • Multi-environment — Separate dev, staging, and production content
  • Localization — Per-locale page versions with independent publish status
  • Version history — Every edit is versioned; restore any previous version
  • Scheduled publishing — Set a future publish date and time
  • Media library — Upload and manage images and files with R2 storage
  • Layouts — Shared header/footer wrappers assignable to any page
  • Webhooks — Notify external systems on publish, unpublish, archive
  • API keys — Programmatic access with granular permissions
  • CLI — Import/export content models and pages

How it fits in the Alokai stack

Alokai CMS CMS (this app) Alokai Storefront
────────────────────── ─────────────────
Content editors create → Storefront fetches published
and publish pages pages via Delivery API
via the visual UI and renders them

The storefront calls GET /api/v1/pages/by-path/{path} to retrieve the current published content for any URL. Alokai CMS caches responses in Cloudflare KV for near-zero latency delivery.

Next steps