Context. surface customer · domain system · route /system · auth anon · source apps/oshun/web/src/app/system/page.tsx
Last walked. 2026-05-29 automated runtime walk (Playwright headless) — render, /v1 data (2xx), console/page-errors, expected content, screenshot verified; live screen-reader, touch, offline, and telemetry-delivery checks pending a manual AT pass. Evidence: WALKTHROUGH/results/runtime-sweep-2026-05-29.md; content re-verified 2026-06-03 against current source; live component specimen sections, public shell chrome, placeholder button contract, edge-state primitives, reduced-motion static state, and telemetry absence refreshed 2026-06-27 in apps/oshun/web/e2e/system-specimens-gallery.spec.ts
Purpose#
Design-system specimen sheet for the Lilith register. Renders the
SystemSpecimens composition inside LWebShell — a public, live-component
specimen for palette, type, editorial primitives, domain marks, buttons/chips,
cards, trust pills/disclosures, edge states, and the two Lilith registers. This
surface is a static design-system specimen, not uptime monitoring; public uptime
lives at /status, while /system/edge-states, /system/emails, /system/og,
and /system/verify showcase narrower concerns.
Entry points#
- Engineering / design bookmarks
- Sibling system specimen pages (
/system/edge-states,/system/emails,/system/og,/system/verify) - Direct URL / bookmark — yes (anonymous;
/systemis public)
Layout regions#
page.tsx is <SystemSpecimens />. The composition lives in
apps/oshun/web/src/components/lilith/SystemSpecimens.tsx. It renders one
LWebShell with LCustomerNav active="library", then these nine sections:
- i. Palette — One paper, one accent. Fourteen
Ltokens:bg,paper,paper2,ink,ink2,muted,soft,rule,rule2,chip,accent,accent2,ok, andalert - ii. Type — Cormorant · Inter · JetBrains Mono. Nine type rows:
Display · xl96px,Display · lg72px,Display · md56px,Headline36px italic,Sub-headline22px italic,Body · lg18px,Body · md16px,UI · md12px sans, andMono · sm11px mono - iii. Editorial primitives — The grammar of the page. Rows for eyebrow, drop cap, display, pull-quote, rule variants, key/value fields, and dot navigation
- iv. Domain marks — One mark per room. Seven glyphs labelled
tara,arete,veritas,nyx,nisaba,metis, andlilith - v. Buttons & chips — Four kinds, three sizes. Three size examples
(
Small,Medium,Large), four kind examples (Primary,Accent,Ghost,Quiet), and four chips (Default,Accent,02:00,4-4-4-4) - vi. Cards — Surfaces. Default and accent
LCardexamples with the literal card-behavior copy - vii. Pills & disclosures — The grammar of trust. Confidence, AI disclosure, severity, status, decision, validation, and sync primitives
- viii. Edge states — Calm under stress. Skeleton, empty, error, offline, partial failure, and PWA update primitives in context
- ix. The two registers — One paper, two voices. Manuscript/customer and plate-of-record/operator examples
States#
- Default — shell chrome and all nine specimen sections render
- Reduced motion — no CSS keyframe animation is present inside the
specimen content under
prefers-reduced-motion: reduce - Standalone PWA — should render cleanly
- Print —
/systemhas no dedicated print contract; narrower print specimen coverage lives in/system/verifyand/system/og
Interactions#
Specimen surface. The customer nav is live shell chrome; the examples inside
main are presentational component specimens.
- Shell nav links —
OSHUN,← Home,Explore,Activity, andLibraryrender as links;Libraryis active because the specimen passesactive="library" - Specimen buttons — all nine
LBtnexamples are placeholder buttons:Small,Medium,Large,Primary,Accent,Ghost,Quiet,Open the canon, andRetry; each hasaria-disabled="true",data-placeholder="true", and the placeholder tooltip, with no real click handler - Status / severity / decision / validation / sync pills — rendered as non-interactive spans/divs
- Edge-state text affordances — partial-failure
Retryand PWAReloadrender as spans, not live controls - Code samples / chips / fields / domain labels — non-interactive
- Main content anchors — none; only the shell nav contains links
Data & contracts#
- Reads: none from services; static arrays and inline specimen content in
SystemSpecimens.tsx(PALETTE,TYPE_RAMP,DOMAINS, and inline rows) - Writes: none
- Realtime: none
- Caching: SSR static; SW cache
- Auth/role check: anon —
/systemis inapps/oshun/web/src/proxy.tsPUBLIC_PATHS(~line 35), so it is reachable without signing in - Metadata:
title: 'The system, laid out',description: 'Specimen sheet for the Lilith design system — palette, type, primitives, pills, edge states, and the two registers.',alternates.canonical: '/system'
Cross-references#
- Sibling system specimen pages:
- Status (public uptime):
status.md - Component sources:
apps/oshun/web/src/components/lilith/SystemSpecimens.tsxapps/oshun/web/src/design-system/lilith/*(primitives)
Automated coverage#
apps/oshun/web/e2e/lilith-public-routes.spec.ts- Public
/systemrender smoke with no auth redirect; axe is skipped because this specimen intentionally demonstrates sub-AA palette combinations
- Public
apps/oshun/web/e2e/system-specimens-gallery.spec.ts- Anonymous direct render of
/system LWebShellcustomer nav links/actions and active Library state- All nine section kickers/titles
- Fourteen palette token labels and swatches
- Nine type-ramp rows with rendered size/family metadata
- Editorial primitive rows, rule labels, and field values
- Seven domain glyph labels and SVG count
- Nine placeholder
LBtnexamples and zero real specimen buttons - Chips, card copy, trust pills/disclosures, validation glyph labels, and sync states
- Edge-state copy, skeleton line count, span-only
Retry/Reloadaffordances - Two-register copy
- Main content has no links, telemetry attributes, or keyframed descendants
- Anonymous direct render of
Open questions / known gaps#
- Read
SystemSpecimens.tsxto enumerate every specimen section, label, and any subtle interaction - Resolved: gating is public for design review —
/systemis listed insrc/proxy.tsPUBLIC_PATHS(~line 35), not signed-in only - Drift risk: when primitives update, this specimen and focused E2E contract must be regenerated together
- Metadata is page-local only: title, description, and canonical are present; no OG/Twitter metadata is declared for the design-system specimen