About
About md-cms
md-cms is a lightweight, markdown-powered content management system built on Cloudflare's edge infrastructure.
How It Works
Content can be authored in two ways:
- Markdown files — Write
.mdfiles incontent/blog/orcontent/pages/, then sync to the database with the CLI tool - Dashboard — Create and edit content directly in the admin interface
All content is stored in Cloudflare D1 (SQLite at the edge) and served via React Server Components for fast, SEO-friendly rendering.
Tech Stack
- Vinext — Vite + React RSC on Cloudflare Workers
- Cloudflare D1 — SQLite database at the edge
- Cloudflare R2 — Object storage for media
- Cloudflare KV — Edge caching for API responses
- Tailwind CSS v4 — Utility-first styling with CSS custom properties