Espanda Design System · v1.1
Espanda Design
The internal design system for Espanda — the AI-native operating system for digital agencies.
v1.1 · Logo locked (Habañero) · Owner: Ronak · Updated: 2026-04-28
If this is your first day with the system
Pick the path that matches your role. Each takes 15–30 minutes end-to-end.
If you're a
Designer
- 01Read Strategy
- 02Read Creative Direction
- 03Skim Inspirations
- 04Open Color foundation
- 05Pick a logo palette
Then ping Ronak for the locked Figma file.
If you're a
Engineer
- 01Skim Strategy
- 02Read Foundations (color → spacing)
- 03Tour Components
- 04Download Tailwind config
- 05Memorise the Lexicon
Then clone the repo, run `npm install`, and read CLAUDE.md.
If you're a
Content / marketing
- 01Read Strategy in full
- 02Read Voice & tone
- 03Memorise the Lexicon
- 04Read Inspirations
- 05See the logo + motion
Banned words live in the Voice page — bookmark it.
What's locked, what's iterating
v1.0 means foundations are stable. Components are deliberately listed as iterating — every primitive will be refined one at a time with the team.
The single source of truth
Every colour, font, spacing value, motion curve, and lexicon entry lives in one file. Edit it and everything updates.
File path
lib/tokens.tsPlus three siblings carrying related content: lib/strategy.ts (brand strategy), lib/voice.ts (voice content), lib/inspirations.ts (reference library). Together these four files contain everything this design system expresses.
How to update
- 01
Find the value you want to change in
lib/tokens.ts(or one of the sibling lib files). Edit it locally. - 02
Run
npm run devand verify on every page that consumes that token (Color, Typography, Components, Logo, etc.). - 03
Open a PR. The PR title should name the round and the aspect — e.g. “Round 6 · Logo · Lock palette to Habañero.” Document the decision in
Phase_2_Decisions.md. - 04
Merge after design + engineering review. Bump the sidebar version label.
Two ways to enter the system
Strategy
The substance — mission, customer, problem, solution, differentiators. Read this first.
Creative direction
The why behind every visual decision. Read second.
Foundations
Color, typography, motion, spacing — the locked tokens.
Components
Real React primitives. Iterating one at a time with the team.