About

build-pages is a live build journal for every project in Steve Abrams' workshop.

Every project here is a real git repo. The pages you're reading are rendered live from git log on each refresh — no static export step, no CI build job. New commits appear within seconds of landing locally.

What you'll find

Pattern

git is the source of truth. The site reads a per-repo bundle keyed on HEAD SHA — when HEAD moves, the cache invalidates and the next request rebuilds it. Cold render ~80ms, warm hit ~17ms.

← back to all projects