Structure • Stable slugs

Table of Contents

The site is intentionally simple: stable URLs, fast loads, and a draft you can read end‑to‑end.

Primary pages (stable)

Chapters (database-backed)

These chapter pages load their body from the database (Supabase Postgres) so we can update content without redeploying. URLs are stable.

Draft chapters (anchors)

Draft chapters currently live as anchors on the /draft/ page. When chapters become long enough, they’ll graduate to stable slugs, but for now this is the longform reading view.

URL map (locked)

/ — homepage

/toc/ — table of contents

/draft/ — draft reading page

/updates/ — changelog

/about/ — about

/contact/ — contact

If we ever change a slug, we should add a redirect rather than breaking links.