Trigger.dev — decoded design system
Trigger.dev'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.
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/trigger.dev.
Decoded design system
Trigger.dev's decoded design system: background #121317, text #D7D9DD, accent #16171B, link #878C99, primary #878C99; type scale h1 60px / h2 30px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #3B3E45 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #121317 |
| surface | #1D1E22 |
| border | #2F3034 |
| text | #D7D9DD |
| text_muted | #8C8D91 |
| primary | #878C99 |
| accent | #16171B |
| link | #878C99 |
| secondary | #6B7280 |
| button_bg | #3B3E45 |
| button_text | #E8E9EC |
Using these colors
- Action color
#3B3E45— the single interactive color; only on things you click or must notice, never large fills. primary,linkare all#878C99— one role, not several (the action color).- accent
#16171B— accent for emphasis — keep it rare on the page. - secondary
#6B7280— 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.
Typography
- Heading: Satoshi
- Body: Geist
- Mono: GeistMono-Regular
- h1: 60px
- h2: 30px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 6px, 7px, 8px, 12px, 13px, 16px, 21px, 32px, 40px
Radii
- base: 4px
- button: 6px
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:
rgba(0, 0, 2, 0.3) 0px 10px 30px 0px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 150ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--cc-link-color | #B5B8C0 |
--cc-bg | #1C1E21 |
--cc-primary-color | #E8E9EC |
--cc-secondary-color | #878C99 |
--cc-btn-primary-bg | #3B3E45 |
--cc-btn-primary-color | #E8E9EC |
--cc-btn-primary-border-color | #3B3E45 |
--cc-btn-primary-hover-bg | #5F6570 |
--cc-btn-primary-hover-color | #E8E9EC |
--cc-btn-primary-hover-border-color | #5F6570 |
…and 52 more measured on the page.
Button states (measured)
- primary hover: border
1px solid rgb(95, 101, 112)· background#5F6570 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1224px - nav: 60px sticky
- common grid: 12 columns
Motion choreography (measured)
Load order: div.cm--box → div.cm--box → div.cm--box
Overlay recipe (measured)
dialog panel: #1C1E21 · radius 6px
Responsive (measured)
- breakpoints: 384px · 480px · 540px · 640px · 768px · 802px
- mobile (390px): hero 30px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/trigger.dev
registry item · or query it over MCP: get_design_system("Trigger.dev")
Export: DESIGN.md
# Trigger.dev — Design System > dark, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#121317` | | surface | `#1D1E22` | | border | `#2F3034` | | text | `#D7D9DD` | | text_muted | `#8C8D91` | | primary | `#878C99` | | accent | `#16171B` | | link | `#878C99` | | secondary | `#6B7280` | | button_bg | `#3B3E45` | | button_text | `#E8E9EC` | **Using these colors** - **Action color** `#3B3E45` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `link` are all `#878C99` — one role, not several. - **accent** `#16171B` — accent for emphasis — keep it rare on the page. - **secondary** `#6B7280` — 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): `#121317` 85.9% · `#27282D` 8.4% · `#6F7A6D` 5.7% ## Typography - Heading: **Satoshi** - Body: **Geist** - Mono: **GeistMono-Regular** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 600 · lh 60px | | h2 | 30px / 600 · lh 36px | | h3 | 24px / 600 · lh 32px | | body | 16px / 300 · lh 24px | | small | 14px / 400 · lh 20px | - Weight ladder: 300 · 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Satoshi — free, on Fontshare. Geist — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 7px, 8px, 12px, 13px, 16px, 21px, 32px, 40px — snap all gaps/padding to these ## Radius - base: 4px - button: 6px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#3B3E45` / `#E8E9EC` | 1px solid rgb(59, 62, 69) | 6px | 6.56px 13.12px 6.56px 13.12px | 600 13.12px | none | | secondary | `#121317` / `#B5B8C0` | 1px solid rgb(28, 30, 33) | 4px | 0px 12px 0px 8px | 400 16px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgb(95, 101, 112)` · background `#5F6570` - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: background `#212327` · color `#D7D9DD` - transition: `background-color 0.15s ease` ## 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: `rgba(0, 0, 2, 0.3) 0px 10px 30px 0px` ## Motion - durations: 300ms (dominant) · 150ms · 200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease` - animated properties: color, background-color, border-color, text-decoration-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 | |-------|-------| | `--cc-link-color` | `#B5B8C0` | | `--cc-bg` | `#1C1E21` | | `--cc-primary-color` | `#E8E9EC` | | `--cc-secondary-color` | `#878C99` | | `--cc-btn-primary-bg` | `#3B3E45` | | `--cc-btn-primary-color` | `#E8E9EC` | | `--cc-btn-primary-border-color` | `#3B3E45` | | `--cc-btn-primary-hover-bg` | `#5F6570` | | `--cc-btn-primary-hover-color` | `#E8E9EC` | | `--cc-btn-primary-hover-border-color` | `#5F6570` | | `--cc-btn-secondary-bg` | `#3B3E45` | | `--cc-btn-secondary-color` | `#E8E9EC` | _…and 50 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1224px · common grid: 12-col - nav: 60px sticky · border-bottom 1px solid rgb(28, 30, 33) · bg #121317 | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 60 | 784 | — | — | 0/0 | — | | 844 | 670 | 12 | — | 0/0 | — | | 1656 | 841 | 12 | — | 0/0 | — | | 2497 | 596 | 12 | — | 0/0 | — | | 3093 | 1115 | 12 | — | 0/0 | — | | 4208 | 534 | 12 | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.cm--box` @0ms → `div.cm--box` @0ms → `div.cm--box` @0ms - `div` — opacity 1→0 — 750ms ease-out - overlay dialog (auto-opened): panel #1C1E21 · r 6px · border 1px solid rgb(39, 42, 46) · shadow rgba(0, 0, 2, 0.3) 0px 10px 30px 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #878C99 · no underline — hover #E8E9EC ## Responsive (measured) - breakpoints: 384px · 480px · 540px · 640px · 768px · 802px - mobile (390px): hero 30px · 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.
An automated reading of Trigger.dev's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with trigger.dev. No screenshots stored. Removal requests: hello@mozaika.design.