MozaikaLive decode

Inngest — decoded design system

inngest.com · dark · modern · tailwind · deep decode — measured live

Inngest'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/inngest.com.

Decoded design system

Inngest's decoded design system: background #0C0A09, text #F6F6F6, accent #FB5536, link #FFFFFF, primary #FB5536; type scale h1 115px / h2 64px / body 18px; 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#0C0A09
surface#1A1817
border#2F2D2C
text#F6F6F6
text_muted#9D9C9B
primary#FB5536
accent#FB5536
link#FFFFFF
secondary#64748B
button_bg#FFFFFF
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadow

rgb(255, 255, 255) 0px 0px 0px 2px inset

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--shiki-color-textrgb(36 36 36)
--shiki-token-constantrgb(213 107 19)
--shiki-token-string#21afff
--shiki-token-commentrgb(155 155 155)
--shiki-token-keyword#1a968e
--shiki-token-parameter#d97706
--shiki-token-functionrgb(36 36 36)
--shiki-token-string-expression#21afff
--shiki-token-punctuationrgb(36 36 36)
--shiki-token-link#4078f2

…and 1 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.relativespan.size-3×2 → span.v1-trusted-progresspath.v1-chart-line×4

Scroll reveal: 16 elements rest at opacity 0, translateY(32px), animate in over 0.5s cubic-bezier(0.22, 0.61, 0.27, 1).

Stagger: li ×6 — 50ms apart.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/inngest.com

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

Export: DESIGN.md

# Inngest — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#0C0A09` |
| surface | `#1A1817` |
| border | `#2F2D2C` |
| text | `#F6F6F6` |
| text_muted | `#9D9C9B` |
| primary | `#FB5536` |
| accent | `#FB5536` |
| link | `#FFFFFF` |
| secondary | `#64748B` |
| 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.
- `primary`, `accent` are all `#FB5536` — one role, not several.
- `link`, `button_bg` are all `#FFFFFF` — one role, not several (your action color).
- **accent** `#FB5536` — accent for emphasis — keep it rare on the page.
- **secondary** `#64748B` — 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): `#1A1919` 43.2% · `#282727` 34% · `#0A0909` 15.1% · `#7C7372` 7.6%

## Typography

- Heading: **Whyte Inktrap** _(free fallback: Newsreader)_
- Body: **CircularXX** _(free fallback: Newsreader)_
- Mono: **WhyteMonoV1** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 115px / 400 · lh 94px · tracking -2.88px |
| h2 | 64px / 400 · lh 80px · tracking -0.64px |
| h3 | 36px / 400 · lh 54px |
| body | 18px / 400 · lh 27px · tracking -0.18px |
| small | 16px / 400 · lh 16px · tracking 0.8px |
| eyebrow | 12px / 600 · tracking 0.8px |

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

> **Fonts —** Whyte Inktrap may be proprietary — safe free fallback: Newsreader (Google Fonts). CircularXX may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px — snap all gaps/padding to these
- section rhythm: 160px 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 20px 0px 20px | 600 12px / 0.8px | rgb(255, 255, 255) 0px 0px 0px 2px inset |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 6px | 0px 20px 0px 20px | 600 12px / 0.8px | rgb(255, 255, 255) 0px 0px 0px 2px inset |

**States (measured, not guessed)**

- primary hover: box-shadow `none` · background `#FB5536` · color `#FFFFFF`
- primary focus: outline `1px auto rgb(255, 255, 255)`
- secondary hover: box-shadow `none` · background `#FB5536`
- transition: `background-color 0.3s cubic-bezier(0.2, 0.8, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgb(255, 255, 255) 0px 0px 0px 0px, rgba(255, 255, 255, 0.4) 0px 0px 0px 1px, rgba(0, 0, 0, 0.45) 0px 4px 18px 0px`
- button: `rgb(255, 255, 255) 0px 0px 0px 2px inset`

## Motion
- durations: 300ms (dominant) · 200ms · 360ms
- easings: `cubic-bezier(0.2, 0.8, 0.2, 1)` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: opacity, background-color, color, border-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 |
|-------|-------|
| `--shiki-color-text` | `rgb(36 36 36)` |
| `--shiki-token-constant` | `rgb(213 107 19)` |
| `--shiki-token-string` | `#21afff` |
| `--shiki-token-comment` | `rgb(155 155 155)` |
| `--shiki-token-keyword` | `#1a968e` |
| `--shiki-token-parameter` | `#d97706` |
| `--shiki-token-function` | `rgb(36 36 36)` |
| `--shiki-token-string-expression` | `#21afff` |
| `--shiki-token-punctuation` | `rgb(36 36 36)` |
| `--shiki-token-link` | `#4078f2` |
| `--v1-shadow-card-hover` | `0 28px 72px -20px rgb(0 0 0 / .7), 0 12px 32px -14px rgb(0 0 0 / .5), 0 30px 80px -28px rgb(251 85 54 / .4), 0 0 0 1px r` |

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

## Layout (measured)
- container max 1440px · common grid: 2-col
- nav: 56px fixed

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 900 | 3 | — | 0/0 | — |
| 1025 | 720 | — | — | 0/0 | — |
| 1745 | 1611 | — | — | 160/160 | — |
| 3356 | 1136 | 2 | 29 | 0/0 | 33/67 |
| 4492 | 776 | 2 | 102 | 160/160 | 28/72 |

## Motion choreography (measured)
Load order: `div.relative` @0ms → `span.size-3`×2 @1ms → `span.v1-trusted-progress` @1ms → `path.v1-chart-line`×4 @1ms
- `span.size-3` ×2 — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops
- stagger: `li` ×6 — 50ms apart
- scroll reveal: 16 elements rest at opacity 0, translateY(32px), animate in over 0.5s cubic-bezier(0.22, 0.61, 0.27, 1) (16 revealed during the drive).

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

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px
- mobile (390px): hero 16px · 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 Inngest's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with inngest.com. No screenshots stored. Removal requests: hello@mozaika.design.