FILTER · TAG

#Serverless

2entries · clear ✕

Project

Hedge: A Headless CMS That Never Leaves Cloudflare's Edge

RB-000807.31.2026

I already run every domain through Cloudflare DNS out of pure convenience. Once D1, R2 and Workers were sitting in the same account, that convenience stopped being a shortcut and started looking like an architecture. Hedge is the CMS that came out of taking that seriously — headless, edge-native, no origin server anywhere, including the one serving this article.

Read →
Project

Warp and Weft: Weaving a Serverless SQL Database

RB-000606.21.2026

Notes on Twill, a project from the past few days — a SQL database that is embeddable like SQLite yet can stand up as a server, and scales to zero because it is serverless. Its design splits warp (compute) from weft (storage) on purpose, to stay robust, portable, and cheap to scale from nothing to a hundred.

Read →