ALL PRODUCTS

Hedge CMS

Headless CMS that runs entirely on Cloudflare's edge — no origin server, no cold starts.

SOFTWAREACTIVEUPDATED 01 AUG 2026

Hedge — Headless + Edge — is a content management system that runs entirely on Cloudflare's edge. No origin server, no container, no cold starts: a single Worker serves the admin UI, the management API, and a cached read-only delivery API.

This website runs on it.

What it does

  • Multi-site — one deployment holds many websites. Each is its own namespace for collections, entries, media, API keys and members.
  • User-defined collections — twelve field kinds (text, richtext, number, boolean, date, select, media, reference, url, email, color, json), edited in the admin and enforced on write.
  • Entries — draft, published or archived; public or members-only; per-locale; with an automatic revision snapshot on every update.
  • Delivery API — published content only, cached at the edge, authenticated with scoped per-site API keys.
  • Media — uploads to R2, served with immutable cache headers so repeat hits never touch the bucket.
  • MCP — an AI assistant can operate the whole CMS over OAuth 2.1, bounded by the scopes you approve and by your own role.

Stack

Cloudflare Workers · Bun · Hono + Zod · D1 (SQLite) via Drizzle ORM · R2 · Cloudflare Email Sending · React 19 + Vite + Tailwind v4 + shadcn/ui.

Source on GitHub