A web-based editor for your static site's markdown content. Sign in with GitHub, edit your posts, and changes commit directly to your repo. Your site builds as it always has.
Rich markdown editing with toolbar, frontmatter fields, and live preview. No code editor needed.
Every save is a real git commit. Full version history, branching, and pull requests — all through GitHub.
Save as draft to a branch, preview on Cloudflare Pages, review diffs, then merge when ready.
Works with any static site generator. Astro, Next.js, Hugo, Jekyll — anything that reads markdown from a directory.
Deploy to your own Cloudflare Workers. GitHub tokens encrypted at rest. You own everything.
Scoped API tokens for building pipelines and automations. Your site doesn't need it — but it's there if you do.
{
"name": "My Blog",
"collections": {
"blog": {
"label": "Blog Posts",
"directory": "src/content/blog",
"fields": [
{ "name": "title", "type": "string" },
{ "name": "date", "type": "date" },
{ "name": "tags", "type": "string[]" }
]
}
}
}Visual editor with: ✓ Rich markdown toolbar ✓ Typed frontmatter fields ✓ Direct publish or draft PR ✓ Side-by-side diff review ✓ Cloudflare Pages previews ✓ Multi-repo support Your SSG reads files from disk. No API integration required.