← Back

Edge CMS

A git-backed CMS that renders Markdown at the edge — sub-50ms updates worldwide.

Role
Lead Engineer, Design
Year
2025
Tech
TypeScript · Deno · Netlify Edge · SQLite (Turso)
Edge CMS

Overview

Edge CMS treats Markdown files in a Git repo as the source of truth. Each deploy is a static bundle cached on the CDN, and incremental content is served from a Turso SQLite database reachable from every edge region. Editor changes propagate in under 50ms anywhere on Earth.

Problem

Most git-based CMSs need a full site rebuild before readers saw a typo fix. The team wanted editorial speed without abandoning their beloved git log.

Approach

The CDN cache becomes a stale snapshot you can warm on demand.

Outcome

↗ Live site↗ Source code