Turborepo — design system & UI screens
Minimal light landing for the JS/TS build system; a centered serif headline, a live compute-saved counter, and a three-up feature row with small diagram glyphs. Vercel-restrained.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/turborepo.
Decoded design system
Turborepo's decoded design system: background #FFFFFF, text #0A0A0A, accent #006BFF, link #006BFF, primary #006BFF; type scale h1 72px / h2 32px / body 20px; 8px spacing base; 0px base radius. The single interactive/action color is #006BFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #DADADA |
| text | #0A0A0A |
| text_muted | #676767 |
| primary | #006BFF |
| accent | #006BFF |
| link | #006BFF |
| button_bg | lab(2.75381 0 0) |
| button_text | lab(100 0 0) |
Using these colors
- Action color
#006BFF— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#006BFF— one role, not several (the action color).- accent
#006BFF— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
Typography
- Heading: SFMono-Regular
- Body: SFMono-Regular
- Mono: SFMono-Regular
- h1: 72px
- h2: 32px
- body: 20px
Spacing
- base unit: 8px
- scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px
Radii
- base: 0px
- button: 8px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 100ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--color-fd-background | lab(100% 0 0) |
--color-fd-foreground | lab(2.75381% 0 0) |
--color-fd-muted | lab(96.52% -.0000298023 .0000119209) |
--color-fd-muted-foreground | lab(48.496% 0 0) |
--color-fd-popover | lab(100% 0 0) |
--color-fd-popover-foreground | lab(2.75381% 0 0) |
--color-fd-card | lab(100% 0 0) |
--color-fd-card-foreground | lab(2.75381% 0 0) |
--color-fd-border | lab(90.952% 0 -.0000119209) |
--color-fd-primary | lab(47.9229% 22.3147 -86.8328) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
oklab(0.145 -0.00000143796 0.00000340492 / 0.9)
Layout (measured)
- nav: 65px sticky
Motion choreography (measured)
Load order: svg.lucide
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0.2) · radius 0px · enter 300ms linear
Input (measured)
height 64px · radius 0px · focus ring rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, oklab(0.707999 -0.00000712276 0.0000166297 / 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
Responsive (measured)
- breakpoints: 360px · 400px · 448px · 481px · 640px · 768px
- mobile (390px): hero 60px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →