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:

  1. Markdown files — Write .md files in content/blog/ or content/pages/, then sync to the database with the CLI tool
  2. 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