Cloudcore

AI-Native Headless CMS

Build websites with AI.
Not with plugins.

A forkable headless CMS designed for the AI era. Build your site on a secure, production-ready foundation. Only include what you need — nothing more.

Get Started View on GitHub

A minimal foundation. You build the rest.

Cloudcore provides content management, authentication, and media handling — the essentials every site needs. Everything else is custom to your project. Build exactly what your users need with AI-assisted development, without shipping features you don't use.

Deployed as edge isolates on Cloudflare Workers, Cloudcore has no traditional server infrastructure — no filesystem, no exposed runtimes, no server configuration to manage. Your site's attack surface is limited to the code you write and the four dependencies you ship.

100% Free to Run

Runs entirely on Cloudflare's free tier. Workers, D1, R2, Pages all free. No credit card required. No surprise bills. Most sites will never pay a cent.

AI-Ready Codebase

Every repo includes structured documentation that AI coding assistants can read. Add features, build pages, or customize the design with AI-assisted development workflows.

Fork It, Own It

No vendor lock-in. No proprietary formats. No marketplace fees. Fork the repo, it's yours forever. MIT licensed. Customize everything.

Edge-Deployed Globally

Runs on Cloudflare Workers across 300+ cities. Sub-50ms response times worldwide. No servers to manage, no scaling to worry about.

Security by Default

Enterprise-grade security built in. CSRF protection, rate limiting, hashed sessions, RBAC, SVG sanitization, and more.

Read-Only Public API

Deploy a separate read-only API for your frontend. Lock the CMS behind Cloudflare Access. Zero write operations, zero user data exposed to the internet.

How it works

From zero to a live website in minutes.

1

Fork the CMS and a frontend starter

Pick React, Next.js, or Astro. Or build your own with any framework.

2

Customize with AI or by hand

Use AI-assisted development to build pages, add features, or customize the design. The codebase is structured for both human and AI readability.

3

Deploy for free

CMS to Cloudflare Workers. Frontend to Vercel, Netlify, or Cloudflare Pages. All free tiers.

4

Manage content from the admin

Non-technical users update content through the admin dashboard. WYSIWYG editor, media library, user roles.

5 commands to production

From zero to a globally-deployed CMS.

npx wrangler d1 create cloudcore-cms
npx wrangler r2 bucket create cloudcore-cms
npx wrangler secret put ADMIN_TOKEN
npx wrangler deploy
npx wrangler d1 migrations apply cloudcore-cms --remote

# Your CMS is live at https://cloudcore-cms.you.workers.dev
# Total cost: $0

Pick a starter. Or build your own.

Three frontend templates to get started. Deploy to Vercel, Netlify, or Cloudflare Pages. Or build a custom frontend with any framework.

React + Vite

SPA with React Router and TanStack Query.

Next.js

Server-rendered with App Router and ISR.

Astro

Static site generation. Zero JS shipped.

Edge-native vs traditional hosting

Traditional CMS Cloudcore
HostingFile server you configure and maintainEdge isolates — no filesystem, no shell
Attack surfaceOS, runtime, plugins, file permissions4 dependencies, sandboxed V8 isolate
ScalingSingle server, manual scalingAuto-scales across 300+ cities
Cost$5-50+/month for hosting alone$0 — runs on Cloudflare free tier
CustomizationInstall plugins for common featuresAI builds exactly what you need
OwnershipTied to platform and plugin ecosystemMIT licensed — fork and it's yours

Open Source. Free Forever.

MIT licensed. No premium tiers. No plugin marketplace. Just code that works.

CMS (API + Admin) Public API (Read-Only) React Starter Next.js Starter Astro Starter