MozaikaDesign system

Liveblocks — Design System

dark · modern · medium · tailwind · confidence 90% · deep decode

Liveblocks demos realtime on black: Suisse Intl at 64px/500, white 6px-radius buttons, and live multiplayer cursors skating across the hero as functional proof rather than decoration. Feature panels recreate collaborative UI states — presence, comments, AI copilots — so the site behaves like the SDK it sells; the darkness exists to make the realtime glow.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/liveblocks.

Tokens

Liveblocks's decoded design system: background #000000, text #EBF6FF, accent #0090FF, link #0090FF, primary #EBF6FF; type scale h1 64px / h2 52px / body 16px; 4px spacing base; 6px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#0E0E0F
border#232426
text#EBF6FF
text_muted#91989E
primary#EBF6FF
accent#0090FF
link#0090FF
secondary#34A7FF
button_bg#FFFFFF
button_text#000000

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 100ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--lb-marketing-color-green-alpha-400#51ecc51c
--lb-marketing-color-yellow-400#efd26c
--lb-marketing-color-comments-500#ec9e51
--color-marketing-surface-product-notifications#6cefc3
--lb-color-text-code#edecee
--lb-marketing-color-multiplayer-alpha-300#5160ec1c
--lb-marketing-color-ai-copilots-alpha-200#ec518414
--lb-color-text-code-value#ffc266
--lb-marketing-color-yellow-alpha-500#ecca5126
--color-marketing-surface-product-multiplayer#6c79ef

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.-ml-1.5img.pointer-events-noneimg.size-full×3 → div.absolute×2 → div.z-20×2 → span.transition×2

Scroll reveal: 2 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0, 0, 0.2, 1).

Stagger: span ×4 — 100ms apart.

Responsive (measured)

Per-section tokens (14)

Export: DESIGN.md

# Liveblocks — Design System

> dark, modern, medium, tailwind — deep decode (measured live)

Liveblocks demos realtime on black: Suisse Intl at 64px/500, white 6px-radius buttons, and live multiplayer cursors skating across the hero as functional proof rather than decoration. Feature panels recreate collaborative UI states — presence, comments, AI copilots — so the site behaves like the SDK it sells; the darkness exists to make the realtime glow.

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#0E0E0F` |
| border | `#232426` |
| text | `#EBF6FF` |
| text_muted | `#91989E` |
| primary | `#EBF6FF` |
| accent | `#0090FF` |
| link | `#0090FF` |
| secondary | `#34A7FF` |
| button_bg | `#FFFFFF` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#0090FF` — one role, not several.
- **accent** `#0090FF` — accent for emphasis — keep it rare on the page.
- **primary** `#EBF6FF` — ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF).
- **secondary** `#34A7FF` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#000000` 82.1% · `#100F10` 5.5% · `#CDB1C1` 3.5% · `#41232E` 2.5%

## Typography

- Heading: **Suisse Intl** _(free fallback: Newsreader)_
- Body: **Suisse Intl** _(free fallback: Newsreader)_
- Mono: **JetBrains Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 500 · lh 70px · tracking -1.28px |
| h2 | 52px / 500 · lh 57px · tracking -1.04px |
| h3 | 48px / 500 · lh 50px |
| body | 16px / 500 · lh 22px · tracking 0.06px |
| small | 14px / 500 · lh 20px |
| eyebrow | 14px / 400 · tracking 0.35px |

- Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 5px, 6px, 8px, 9px, 12px, 14px, 16px, 20px — snap all gaps/padding to these
- section rhythm: 196px top/bottom padding per section (measured)

## Radius
- base: 6px
- button: 8px
- card: 6px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#000000` | none | 6px | 0px 14px 0px 14px | 500 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 8px | 0px 16px 0px 16px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: background `#B7B4B4`
- transition: `color 0.3s cubic-bezier(0, 0, 0.2, 1)`

## Motion
- durations: 100ms (dominant) · 150ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- animated properties: opacity, none, color, box-shadow

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--lb-marketing-color-green-alpha-400` | `#51ecc51c` |
| `--lb-marketing-color-yellow-400` | `#efd26c` |
| `--lb-marketing-color-comments-500` | `#ec9e51` |
| `--color-marketing-surface-product-notifications` | `#6cefc3` |
| `--lb-color-text-code` | `#edecee` |
| `--lb-marketing-color-multiplayer-alpha-300` | `#5160ec1c` |
| `--lb-marketing-color-ai-copilots-alpha-200` | `#ec518414` |
| `--lb-color-text-code-value` | `#ffc266` |
| `--lb-marketing-color-yellow-alpha-500` | `#ecca5126` |
| `--color-marketing-surface-product-multiplayer` | `#6c79ef` |
| `--lb-color-text-code-variable` | `#8099ff` |
| `--lb-marketing-color-purple-400` | `#8f6cef` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 768px · common grid: 12-col
- nav: 80px fixed

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 80 | 1272 | — | — | 0/40 | — |
| 1384 | 193 | — | — | 0/0 | — |
| 1857 | 664 | — | — | 0/0 | — |
| 2800 | 1360 | 12 | 28 | 0/0 | — |
| 4440 | 1064 | 12 | 28 | 0/0 | — |

## Motion choreography (measured)
Load order: `div.-ml-1.5` @0ms → `img.pointer-events-none` @843ms → `img.size-full`×3 @844ms → `div.absolute`×2 @844ms → `div.z-20`×2 @844ms → `span.transition`×2 @4853ms
- `img.size-full` — opacity 0→1 — 500ms cubic-bezier(0.4, 0, 0.2, 1)
- stagger: `span` ×4 — 100ms apart
- scroll reveal: 2 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0, 0, 0.2, 1) (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #918D8D · underline — hover #FFFFFF

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 36px · body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/liveblocks

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #000000;
  --color-surface: #0E0E0F;
  --color-border: #232426;
  --color-text: #EBF6FF;
  --color-text-muted: #91989E;
  --color-primary: #EBF6FF;  /* ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF). */
  --color-accent: #0090FF;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #0090FF;  /* inline text links and link-styled controls. */
  --color-secondary: #34A7FF;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #FFFFFF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #000000;
  /* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 500; --leading-hero: 70px; --tracking-hero: -1.28px;
  --text-h2: 52px; --font-weight-h2: 500; --leading-h2: 57px; --tracking-h2: -1.04px;
  --text-h3: 48px; --font-weight-h3: 500; --leading-h3: 50px;
  --text-body: 16px; --font-weight-body: 500; --leading-body: 22px; --tracking-body: 0.06px;
  --text-small: 14px; --font-weight-small: 500; --leading-small: 20px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.35px;
  --radius-base: 6px;
  --radius-button: 8px;
  --radius-card: 6px;
  --radius-pill: 9999px;
  --color-btn-hover: #B7B4B4;  /* measured primary hover fill */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 300ms;
  --section-y: 196px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 5, 6, 8, 9, 12, 14, 16, 20px */
}

Export: CSS variables

:root {
  /* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #000000;
  --surface: #0E0E0F;
  --border: #232426;
  --text: #EBF6FF;
  --text-muted: #91989E;
  --primary: #EBF6FF;  /* ≈ the text color — a foreground/text color, not an action color (action = #FFFFFF). */
  --accent: #0090FF;  /* accent for emphasis — keep it rare on the page. */
  --link: #0090FF;  /* inline text links and link-styled controls. */
  --secondary: #34A7FF;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #FFFFFF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #000000;
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --text-hero: 64px; --weight-hero: 500; --leading-hero: 70px; --tracking-hero: -1.28px;
  --text-h2: 52px; --weight-h2: 500; --leading-h2: 57px; --tracking-h2: -1.04px;
  --text-h3: 48px; --weight-h3: 500; --leading-h3: 50px;
  --text-body: 16px; --weight-body: 500; --leading-body: 22px; --tracking-body: 0.06px;
  --text-small: 14px; --weight-small: 500; --leading-small: 20px;
  --text-eyebrow: 14px; --weight-eyebrow: 400; --tracking-eyebrow: 0.35px;
  --radius: 6px;
  --radius-button: 8px;
  --radius-card: 6px;
  --radius-pill: 9999px;
  --btn-bg-hover: #B7B4B4;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 100ms;
  --duration-base: 150ms;
  --duration-slow: 300ms;
  --section-y: 196px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --lb-marketing-color-green-alpha-400: #51ecc51c;
  --lb-marketing-color-yellow-400: #efd26c;
  --lb-marketing-color-comments-500: #ec9e51;
  --color-marketing-surface-product-notifications: #6cefc3;
  --lb-color-text-code: #edecee;
  --lb-marketing-color-multiplayer-alpha-300: #5160ec1c;
  --lb-marketing-color-ai-copilots-alpha-200: #ec518414;
  --lb-color-text-code-value: #ffc266;
  --lb-marketing-color-yellow-alpha-500: #ecca5126;
  --color-marketing-surface-product-multiplayer: #6c79ef;
  --lb-color-text-code-variable: #8099ff;
  --lb-marketing-color-purple-400: #8f6cef;
}
/* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */