MozaikaLive decode

Liveblocks — decoded design system

liveblocks.io · dark · modern · tailwind · deep decode — measured live

Liveblocks's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/liveblocks.io.

Decoded design system

Liveblocks's decoded design system: background #000000, text #FFFFFF, accent #0090FF, link #918D8D, 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#0F0F0F
border#262626
text#FFFFFF
text_muted#9E9E9E
primary#EBF6FF
accent#0090FF
link#918D8D
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)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/liveblocks.io

registry item · or query it over MCP: get_design_system("Liveblocks")

Export: DESIGN.md

# Liveblocks — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#0F0F0F` |
| border | `#262626` |
| text | `#FFFFFF` |
| text_muted | `#9E9E9E` |
| primary | `#EBF6FF` |
| accent | `#0090FF` |
| link | `#918D8D` |
| 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** `#0090FF` — accent for emphasis — keep it rare on the page.
- **primary** `#EBF6FF` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FFFFFF).
- **link** `#918D8D` — reads as a neutral UI color, not a link accent — verify against the reference (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: 6px
- 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Liveblocks's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with liveblocks.io. No screenshots stored. Removal requests: hello@mozaika.design.