D DESIGNs CENTRAL HUB
4 ecosystems · one build

Living design systems, centrally controlled

Every brand and interface system below is generated from a single registry. Tokens, atoms, molecules, organisms, asset libraries and documents all come out of the same pipeline — no page here is hand-written.

4
Ecosystems
3 brand · 1 spec
58
Authored tokens
78 semantic roles
38
Derived roles
computed, badged as derived
122
Assets indexed
27.99 MB
22
Documents
markdown sources
2
Palette variants
switchable at runtime

Ecosystems

Each card is an independent folder in projects/ with its own tokens, assets and documents.

A
Aetheris
High-trust inference engine · cyber-heraldic interface system
BRAND
Tokens
26 +10 derived
Variants
1
Assets
41 1.73 MB
Docs
16
Type
darkerGrotesque
Domain
aetheris.merlin-tribukait.com
GAMES REBORN
Multi-realm MMORPG platform · Dark Reborn 3D brand system
BRAND
Tokens
12 +17 derived
Variants
3
Assets
34 15.60 MB
Docs
3
Type
Orbitron
Domain
design.games-reborn.com
B
Black Manta
Dynamic server-admin suite · authoritative interface design
SPEC
no palette upstream — interface spec
Tokens
—
Variants
1
Assets
0 0 B
Docs
2
Type
inherited
Domain
—

Cross-ecosystem palette

Authored accents side by side — the fastest way to see that these are genuinely separate identities sharing one system shell.

EcosystemAccentBackgroundSurfaceTextType
Aetheris #FF6901#0B0D0E#14171A#F4F5F6 darkerGrotesque
GAMES REBORN #b81414#060709#0f1218#f0f2f8 Orbitron
Merlin Tribukait #00f0ff#08080c#12121c#f0f2f8 Inter
Black Manta ———— —

How this is built

One registry, one command. The full pipeline is documented on the pipeline page.

StageResponsibility
projects/<slug>/project.config.jsDeclares identity, nav, provenance and where tokens live. Drop a folder here and the next build picks it up.
projects/<slug>/tokens/tokens.jsonNormalized token document: palette, type, space, radius, shadow, motion, variants, icon contract.
scripts/lib/tokens.jsResolves semantic roles, derives the missing ramp, emits theme-<slug>.css and the light scaffold.
scripts/lib/assets.jsWalks assets/, classifies, inlines vector masters, picks the brand mark.
scripts/lib/components.jsRenders the atomic library (buttons, controls, molecules, organisms) against the resolved theme.
scripts/lib/pages/*.jsEmits overview, style guide, asset library and docs pages per ecosystem, plus hub-level reference pages: media library, CLI, TUI, menus, color sets, and organism lab.
dist/One static tree: index.html, per-ecosystem folders and a single generated search index.
shell
npm run build   # registry → themes → pages → search index
npm run serve   # preview the generated dist/ tree