Colophon · Editorial mandate
About DISpatch
A serialized publication that documents the construction of Prime City through dispatches from inside the work. Civic-archive aesthetic — paper, ink, the occasional red signal. Below is the colophon: the typefaces and palette that the rest of this site will speak in.
Prime City is being built layer by layer. The cosmology IS the repo — every layer is a folder, every folder a domain. The terminal beside this paragraph shows the actual GSAP timeline driving the Crossfire dossier deck on the homepage. Real code, not a sample.
Nothing about this cosmology is aspirational. It is the working structure already in production, and every dispatch DISpatch publishes is filed against one of these seven layers.
// Crossfire dossier deck — Lenis ↔ ScrollTrigger bridge const ctx = gsap.context(() => { const cards = gsap.utils.toArray<HTMLElement>('.dossier-card') const N = cards.length gsap.set(cards, { clipPath: 'inset(0% 0% 0% 0%)' }) const tl = gsap.timeline({ scrollTrigger: { trigger: pinRef.current, start: 'top top', end: () => `+=${(N - 1) * window.innerHeight}`, pin: pinRef.current, scrub: 0.8, anticipatePin: 1, }, }) // Each card flips away after a 45% dwell window for (let i = 0; i < N - 1; i++) { tl.to(cards[i], { yPercent: -120, rotateX: -28, opacity: 0, ease: flipEase, duration: 0.55 }, i + 0.45) } }, sectionRef)
Canonical Prime cosmology · 7 layers registered
- I.
Empyrean
1 Mayor
Mayor and their staff
empyrean/ - II.
Paradiso
9 Charter Spheres
Aspiration · the bar
paradiso/ - III.
Eden
1 (with per-allied subfolders)
Allied AI surfaces customized for Prime + worker liaisons (Claude, Notion, Linear, etc.)
eden/ - IV.
Purgatorio
7 Organizational Terraces
Brand · Roads · Districts · Neighborhoods · Offices · Citizens · Leisure
purgatorio/ - V.
Inferno
9 Infra Layers
Foundational infrastructure
inferno/ - VI.
Pillars
5 Construction Pillars
Constitutive components encoded in every citizen
pillars/ - VII.
Histories
Archive
Living history — archived + tombstoned content
histories/
— City Charters will be published into paradiso/ as they are drafted. Each charter ratifies one sphere of how Prime behaves; DISpatch will dispatch the ratification.
Typography roles
5 contained typefaces
Wordmark
Pangram Editorial New Bold
DISpatch
Nav
Pangram Sans Normal ExtraBold
Home · Articles · Atlas · About
Narrative title
Vollkorn Bold
The Reception Was Always Going to Be Quiet
Narrative italic
Vollkorn Italic Medium
A magazine-building does not announce itself.
Body
Inter Regular
The Editorial District opens with a paradox: a publishing house that documents its own construction in real time.
Body emphasis
Inter SemiBold
Empty shell — components land here as the build progresses.
Code / meta
JetBrains Mono Regular
renderDLDS({ lane: "hybrid", c2pa: true })
DLDS / lane label
JetBrains Mono Medium
DLDS · HYBRID · 2026-05-12
Color roles
OKLCH · semantic, not decorative
Accent prime
Lane · Institutional
Lane · Editorial
Sky · low (Vellum)
Body · strong
Paper with ink. One color does the heavy lifting. Everything else is structure.