MozaikaDesign system

Bolt — Design System

dark · modern · high · tailwind · confidence 92% · deep decode

Bolt asks 'What will you build today?' in Inter Display at 48px/700 on near-black #171719, with the prompt box as the hero and electric blue #1488FC 6px-radius buttons. Generated app previews tile beneath — prompt-to-app tooling whose typography stays plain because the demo IS the pyrotechnics.

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/bolt.

Tokens

Bolt's decoded design system: background #111114, text #ECECEE, accent #2BA6FF, link #2BA6FF, primary #1488FC; type scale h1 48px / h2 30px / body 16px; 4px spacing base; 6px base radius. The single interactive/action color is #1488FC — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#111114
surface#1E1E21
border#313134
text#ECECEE
text_muted#98989B
primary#1488FC
accent#2BA6FF
link#2BA6FF
secondary#3D1B1E
button_bg#1488FC
button_text#F3F0F5

Using these colors

Typography

Spacing

Radii

Shadow

rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--bolt-ds-brandContainer#2ba6ff1a
--bolt-ds-brandContainerSubtle#2ba6ff1a
--bolt-ds-brandContainerHover#2ba6ff33
--bolt-ds-brandOutline#2ba6ff1a
--bolt-ds-utilHover#FFFEFE0a
--bolt-ds-textSecondary#ffffffbf
--bolt-ds-textTertiary#ffffff99
--bolt-ds-iconSecondary#ffffff80
--bolt-ds-borderOutline#ffffff1a
--bolt-ds-borderColorActive#2ba6ff

…and 92 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.relative×2 → div.relative×2 → div.relative

Responsive (measured)

Per-section tokens (2)

Export: DESIGN.md

# Bolt — Design System

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

Bolt asks 'What will you build today?' in Inter Display at 48px/700 on near-black #171719, with the prompt box as the hero and electric blue #1488FC 6px-radius buttons. Generated app previews tile beneath — prompt-to-app tooling whose typography stays plain because the demo IS the pyrotechnics.

## Colors

| Role | Value |
|------|-------|
| bg | `#111114` |
| surface | `#1E1E21` |
| border | `#313134` |
| text | `#ECECEE` |
| text_muted | `#98989B` |
| primary | `#1488FC` |
| accent | `#2BA6FF` |
| link | `#2BA6FF` |
| secondary | `#3D1B1E` |
| button_bg | `#1488FC` |
| button_text | `#F3F0F5` |

**Using these colors**

- **Action color** `#1488FC` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `button_bg` are all `#1488FC` — one role, not several (your action color).
- `accent`, `link` are all `#2BA6FF` — one role, not several.
- **accent** `#2BA6FF` — accent for emphasis — keep it rare on the page.
- **secondary** `#3D1B1E` — 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): `#111114` 77.9% · `#142941` 14.3% · `#81929E` 7.8%

## Typography

- Heading: **Inter Display**
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 96px / 600 · lh 96px |
| h2 | 48px / 700 · lh 48px · tracking -1.2px |
| h3 | 36px / 700 · lh 40px · tracking -0.9px |
| body | 16px / 400 · lh 24px |
| small | 14px / 400 · lh 20px |
| eyebrow | 12px / 600 · tracking 1.2px |

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

> **Fonts —** Inter Display — free, on Google. Inter — free, on Google.

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#1488FC` / `#F3F0F5` | none | 6px | 0px 10px 0px 10px | 500 12px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFEFE` | 1px solid rgba(255, 255, 255, 0.1) | 6px | 0px 10px 0px 10px | 500 12px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px |

**States (measured, not guessed)**

- primary hover: background `#2BA6FF`
- primary focus: outline `2px auto rgb(43, 166, 255)`
- secondary hover: background `#171719`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px`
- card: `rgb(255, 255, 255) 0px 0px 0px 0px, rgb(23, 23, 23) 0px 0px 0px 6px, rgba(0, 0, 0, 0) 0px 0px 0px 0px`
- button: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px`
- overlay: `rgba(17, 114, 226, 0.6) 0px -15px 24.8px 0px`

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

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 |
|-------|-------|
| `--bolt-ds-brandContainer` | `#2ba6ff1a` |
| `--bolt-ds-brandContainerSubtle` | `#2ba6ff1a` |
| `--bolt-ds-brandContainerHover` | `#2ba6ff33` |
| `--bolt-ds-brandOutline` | `#2ba6ff1a` |
| `--bolt-ds-utilHover` | `#FFFEFE0a` |
| `--bolt-ds-textSecondary` | `#ffffffbf` |
| `--bolt-ds-textTertiary` | `#ffffff99` |
| `--bolt-ds-iconSecondary` | `#ffffff80` |
| `--bolt-ds-borderOutline` | `#ffffff1a` |
| `--bolt-ds-borderColorActive` | `#2ba6ff` |
| `--bolt-ds-borderDivider` | `#ffffff26` |
| `--bolt-ds-borderPrimary` | `#2C2C30` |

_…and 90 more measured on the page._

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

## Layout (measured)
- container max 1280px · common grid: 2-col
- nav: 50px fixed · backdrop blur(17px) · border-bottom 1px solid rgba(255, 255, 255, 0.1)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 1788 | 1815 | 2 | 8 | 0/120 | — |
| 3603 | 1150 | 12 | 8 | 120/80 | — |
| 4753 | 1216 | 6 | 8 | 80/48 | — |

## Motion choreography (measured)
Load order: `div.relative`×2 @0ms → `div.relative`×2 @0ms → `div.relative` @0ms

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

## Components (measured)
- disabled: bg #2BA6FF · text #FFFFFF

## Responsive (measured)
- mobile (390px): hero 48px · 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/ds/bolt

Export: Tailwind v4 (@theme)

@theme {
  /* action color #1488FC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #111114;
  --color-surface: #1E1E21;
  --color-border: #313134;
  --color-text: #ECECEE;
  --color-text-muted: #98989B;
  --color-primary: #1488FC;  /* primary brand / action color. */
  --color-accent: #2BA6FF;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #2BA6FF;  /* inline text links and link-styled controls. */
  --color-secondary: #3D1B1E;  /* 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: #1488FC;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #F3F0F5;
  /* fonts: Inter Display — free, on Google. Inter — free, on Google. */
  --font-heading: "Inter Display", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 96px; --font-weight-hero: 600; --leading-hero: 96px;
  --text-h2: 48px; --font-weight-h2: 700; --leading-h2: 48px; --tracking-h2: -1.2px;
  --text-h3: 36px; --font-weight-h3: 700; --leading-h3: 40px; --tracking-h3: -0.9px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 20px;
  --text-eyebrow: 12px; --font-weight-eyebrow: 600; --tracking-eyebrow: 1.2px;
  --radius-base: 6px;
  --radius-button: 6px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --shadow-card: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(23, 23, 23) 0px 0px 0px 6px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  --shadow-overlay: rgba(17, 114, 226, 0.6) 0px -15px 24.8px 0px;
  --shadow-subtle: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  --color-btn-hover: #2BA6FF;  /* measured primary hover fill */
  --outline-focus: 2px auto rgb(43, 166, 255);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 250ms;
  --duration-slow: 300ms;
  --section-y: 120px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 5, 6, 8, 10, 12, 16, 20, 24px */
}

Export: CSS variables

:root {
  /* action color #1488FC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #111114;
  --surface: #1E1E21;
  --border: #313134;
  --text: #ECECEE;
  --text-muted: #98989B;
  --primary: #1488FC;  /* primary brand / action color. */
  --accent: #2BA6FF;  /* accent for emphasis — keep it rare on the page. */
  --link: #2BA6FF;  /* inline text links and link-styled controls. */
  --secondary: #3D1B1E;  /* 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: #1488FC;  /* primary-button fill — the main call-to-action color. */
  --button-text: #F3F0F5;
  --font-heading: "Inter Display", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 96px; --weight-hero: 600; --leading-hero: 96px;
  --text-h2: 48px; --weight-h2: 700; --leading-h2: 48px; --tracking-h2: -1.2px;
  --text-h3: 36px; --weight-h3: 700; --leading-h3: 40px; --tracking-h3: -0.9px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --weight-small: 400; --leading-small: 20px;
  --text-eyebrow: 12px; --weight-eyebrow: 600; --tracking-eyebrow: 1.2px;
  --radius: 6px;
  --radius-button: 6px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --shadow-card: rgb(255, 255, 255) 0px 0px 0px 0px, rgb(23, 23, 23) 0px 0px 0px 6px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  --shadow-overlay: rgba(17, 114, 226, 0.6) 0px -15px 24.8px 0px;
  --shadow-subtle: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  --btn-bg-hover: #2BA6FF;
  --focus-ring: 2px auto rgb(43, 166, 255);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 250ms;
  --duration-slow: 300ms;
  --section-y: 120px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --bolt-ds-brandContainer: #2ba6ff1a;
  --bolt-ds-brandContainerSubtle: #2ba6ff1a;
  --bolt-ds-brandContainerHover: #2ba6ff33;
  --bolt-ds-brandOutline: #2ba6ff1a;
  --bolt-ds-utilHover: #FFFEFE0a;
  --bolt-ds-textSecondary: #ffffffbf;
  --bolt-ds-textTertiary: #ffffff99;
  --bolt-ds-iconSecondary: #ffffff80;
  --bolt-ds-borderOutline: #ffffff1a;
  --bolt-ds-borderColorActive: #2ba6ff;
  --bolt-ds-borderDivider: #ffffff26;
  --bolt-ds-borderPrimary: #2C2C30;
}
/* fonts: Inter Display — free, on Google. Inter — free, on Google. */