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 publishedand publish pages pages via Delivery APIvia the visual UI and renders themThe 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
- Installation — Get Alokai CMS running locally
- Core Concepts — Understand the data model
- Creating Pages — Start building content