Section
Architecture
How the ~20-repo Wheel of Heaven organization fits together — sites, submodules, pipelines, the research core, and hosting.
This section is the system view. Start here when you want to understand why things are where they are — not how to write a wiki entry or where to file a bug, but how the pieces compose.
Start with the overview#
The Architecture Overview has the canonical diagram and decision rationale. Read it once; the rest of this section drills into specific corners.
Then go where you need#
- Sites — the three production Cloudflare Pages projects (www, api, assets) plus this docs site, with per-site config, build commands, and feature notes.
- Research Core — the
corerepository: how the framework’s claims, evidence, and source interpretation are recorded and versioned, the five orthogonal claim axes, and the page-to-claim publication-integration contract. - Security and Transport — which security headers each of the six hosts sends and where each is configured, the zone-wide HSTS policy and its ramp, the
security.txtreporting channel with its generated expiry, and why preload is deliberately deferred. - Hosting and Caching — what gets cached where, with TTLs by asset type, how cache invalidation works on deploy, and how to debug a stale-content bug at the edge.
- Performance — the three landing-page LCP techniques (preload, critical CSS gate, poster sizing), the current Lighthouse scores, and how to keep them.
- Indexing & Multilingual SEO — how hreflang is built from a manifest rather than Zola’s native translations, the redirect strategy in
_redirects, and the current Search Console state.
For a flat list of every repo in the org, what each one holds, and the GitHub URLs, the Repository Inventory under Reference is the authoritative catalogue.
A note on what’s in this section vs. Reference#
Architecture pages explain how things fit together — the diagrams, the rationale, the data flow. Reference pages are the flat catalogues — frontmatter fields, repository list, file formats. If you’re trying to understand a system, start here. If you’re looking up a value, start at Reference.
- Sites The four Cloudflare Pages projects — www, api, assets, docs — and how each is built, hosted, and used.
- Architecture Overview How the Wheel of Heaven sites, themes, content repos, and build pipeline fit together.
- Research Core The core repository — how Wheel of Heaven records what the framework claims, how those claims are reasoned, and how they change, separately from the reading site.
- Hosting and Caching How Cloudflare Pages serves the sites, what gets cached where, and how cache invalidation works.
- Security and Transport Security headers per host, the zone-wide HSTS policy and its ramp, security.txt and the vulnerability-reporting channel, and why preload is deliberately deferred.
- Performance How the landing page stays fast — preload, inlined critical CSS, font discipline, FOUC and CLS prevention — and how to maintain it.
- data-library as Source of Truth Why post-export edits to library books live in data-library/ rather than going back through the ingest pipeline — and how cross-language paragraph IDs feed downstream features.
- Indexing & Multilingual SEO How translations are linked via hreflang and how legacy URLs stay reachable — the moving parts behind Google Search Console coverage.