MozaikaLive decode

Tinybird — decoded design system

tinybird.co · dark · modern · tailwind · deep decode — measured live

Tinybird'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/tinybird.co.

Decoded design system

Tinybird's decoded design system: background #0A0A0A, text #FFFFFF, accent #27F795, link #27F795, primary #27F795; type scale h1 64px / h2 56px / body 14px; 8px spacing base; 0px base radius. The single interactive/action color is #27F795 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0A0A0A
surface#181818
border#2E2E2E
text#FFFFFF
text_muted#A1A1A1
primary#27F795
accent#27F795
link#27F795
button_bg#27F795
button_text#0A0A0A

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--white#fff
--black#000
--dark#25283d
--primary#27f795
--primary-dark#008060
--secondary-light#00c1ff
--secondary#2d27f7
--gray-50#f6f7f9
--gray-100#e8e9ed
--gray-200#d9d9d9

…and 109 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: a.block×11 → div.pr-4×22 → span.hidden×33 → a.flex×9 → button.shrink-0×15 → div.absolute

Scroll reveal: 4 elements rest at opacity 0, translateY(100px).

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/tinybird.co

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/tinybird.theme.ts https://mozaika.design/api/astryx/decode/tinybird.co.ts

registry item · astryx theme · or query it over MCP: get_design_system("Tinybird")

Export: DESIGN.md

# Tinybird — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0A0A0A` |
| surface | `#181818` |
| border | `#2E2E2E` |
| text | `#FFFFFF` |
| text_muted | `#A1A1A1` |
| primary | `#27F795` |
| accent | `#27F795` |
| link | `#27F795` |
| button_bg | `#27F795` |
| button_text | `#0A0A0A` |

**Using these colors**

- **Action color** `#27F795` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link`, `button_bg` are all `#27F795` — one role, not several (your action color).
- **accent** `#27F795` — 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.
- **Page coverage** (full-page screenshot pixels): `#0A0A0A` 79.3% · `#252525` 14.3% · `#394841` 6.3%

## Typography

- Heading: **Roboto**
- Body: **Roboto**
- Mono: **Roboto Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 400 · lh 72px · tracking -1.28px |
| h2 | 56px / 400 · lh 56px · tracking -4.71px |
| h3 | 40px / 400 · lh 48px · tracking 0.4px |
| body | 14px / 400 · lh 22px |
| small | 12px / 400 · lh 20px |

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

> **Fonts —** Roboto — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 48px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 0px
- card: 4px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#27F795` / `#0A0A0A` | none | 0px | 8px 24px 8px 24px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 0px | 12px 24px 12px 24px | 400 14px | none |

**States (measured, not guessed)**

- primary hover: background `#008060` · color `#FFFFFF`
- secondary hover: border `1px solid rgb(39, 247, 149)` · color `#27F795`
- transition: `all 0.3s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 300ms (dominant) · 150ms · 200ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)`
- animated properties: color, background-color, border-color, outline-color

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 |
|-------|-------|
| `--white` | `#fff` |
| `--black` | `#000` |
| `--dark` | `#25283d` |
| `--primary` | `#27f795` |
| `--primary-dark` | `#008060` |
| `--secondary-light` | `#00c1ff` |
| `--secondary` | `#2d27f7` |
| `--gray-50` | `#f6f7f9` |
| `--gray-100` | `#e8e9ed` |
| `--gray-200` | `#d9d9d9` |
| `--gray-300` | `#999` |
| `--gray-400` | `#8d8d8d` |

_…and 107 more measured on the page._

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

## Layout (measured)
- container max 1440px · common grid: 12-col

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 136 | 320 | 12 | 24 | 0/0 | — |
| 504 | 647 | 12 | 24 | 0/0 | — |
| 1303 | 907 | 12 | 24 | 0/0 | — |
| 2282 | 384 | 12 | 24 | 0/0 | — |
| 2738 | 895 | 12 | 24 | 0/0 | — |
| 3785 | 842 | 12 | 24 | 0/0 | — |
| 4779 | 1230 | 12 | 24 | 0/0 | — |

## Motion choreography (measured)
Load order: `a.block`×11 @0ms → `div.pr-4`×22 @0ms → `span.hidden`×33 @4ms → `a.flex`×9 @5ms → `button.shrink-0`×15 @8ms → `div.absolute` @8ms
- scroll reveal: 4 elements rest at opacity 0, translateY(100px) (2 revealed during the drive).

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

## Components (measured)
- card ×6: pad 0px 0px 0px 0px · r 4px · border 1px solid rgb(53, 53, 53) · bg #151515
  - hover: font-weight `400` · letter-spacing `normal`
- link: #27F795 · no underline

## Responsive (measured)
- breakpoints: 350px · 480px · 640px · 768px · 990px · 1025px
- mobile (390px): hero 56px · body 16px · nav: inline

## 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/decode/tinybird.co

← 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 Tinybird's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with tinybird.co. No screenshots stored. Removal requests: hello@mozaika.design.