Trigger.dev — Design System
Trigger.dev builds its page like a terminal session: Satoshi at 60px/600 floats over scrolling log output, Geist handles the 18px body, and buttons are zero-radius ghost outlines that could be TUI widgets. Section headings drop to 20px eyebrow scale because the code samples are the real headlines — background jobs marketed in the medium they run in.
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/trigger-dev.
Tokens
Trigger.dev's decoded design system: background #121317, text #D7D9DD, accent #16171B, link #5F6570, primary #878C99; type scale h1 60px / h2 20px / body 18px; 4px spacing base; 4px base radius. The single interactive/action color is #16171B — 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 | #5F6570 |
| secondary | #6B7280 |
| button_bg | #16171B |
| button_text | #D7D9DD |
Using these colors
- Action color
#16171B— the single interactive color; only on things you click or must notice, never large fills. accent,button_bgare all#16171B— one role, not several (the action color).- accent
#16171B— 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. - primary
#878C99— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #16171B). - link
#5F6570— reads as a neutral UI color, not a link accent — verify against the reference (action = #16171B). - 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: 20px
- body: 18px
Spacing
- base unit: 4px
- scale: 4px, 6px, 7px, 8px, 12px, 13px, 16px, 21px, 32px, 40px
Radii
- base: 4px
- button: 4px
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
Per-section tokens (13)
- Hero — dark · bg #111317 · text #5D655D · 1 col · left
- Logo Wall — dark · bg #111317 · text #5A5C63 · 2 col · left
- Feature — dark · bg #111317 · text #4A496B · 1 col · left
- Feature — dark · bg #111317 · text #313336 · 4 col · split
- Feature — dark · bg #111317 · text #4D565D · 3 col · split
- Feature — dark · bg #111317 · text #323539 · 3 col · split
- Feature — dark · bg #111317 · text #3D3C43 · 2 col · split
- Feature — dark · bg #111317 · text #393B3F · 3 col · split
- Feature — dark · bg #111317 · text #44464A · 2 col · split
- Stats / Metrics — dark · bg #111317 · text #777076 · 3 col · split
- Testimonial / Social Proof — dark · bg #111317 · text #525459 · 3 col · split
- CTA / Sign-up — dark · bg #111317 · text #9CD06A · 3 col · split
- Footer — dark · bg #111317 · text #414746 · 1 col · left
Export: DESIGN.md
# Trigger.dev — Design System > dark, modern, medium, tailwind — deep decode (measured live) Trigger.dev builds its page like a terminal session: Satoshi at 60px/600 floats over scrolling log output, Geist handles the 18px body, and buttons are zero-radius ghost outlines that could be TUI widgets. Section headings drop to 20px eyebrow scale because the code samples are the real headlines — background jobs marketed in the medium they run in. ## Colors | Role | Value | |------|-------| | bg | `#121317` | | surface | `#1D1E22` | | border | `#2F3034` | | text | `#D7D9DD` | | text_muted | `#8C8D91` | | primary | `#878C99` | | accent | `#16171B` | | link | `#5F6570` | | secondary | `#6B7280` | | button_bg | `#16171B` | | button_text | `#D7D9DD` | **Using these colors** - **Action color** `#16171B` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `button_bg` are all `#16171B` — one role, not several (your action color). - **accent** `#16171B` — 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. - **primary** `#878C99` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #16171B). - **link** `#5F6570` — reads as a neutral UI color, not a link accent — verify against the reference (action = #16171B). - **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: 4px - 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/trigger-dev
Export: Tailwind v4 (@theme)
@theme {
/* action color #16171B — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #121317;
--color-surface: #1D1E22;
--color-border: #2F3034;
--color-text: #D7D9DD;
--color-text-muted: #8C8D91;
--color-primary: #878C99; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #16171B). */
--color-accent: #16171B; /* 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. */
--color-link: #5F6570; /* reads as a neutral UI color, not a link accent — verify against the reference (action = #16171B). */
--color-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. */
--color-button-bg: #16171B; /* primary-button fill — the main call-to-action color. */
--color-button-text: #D7D9DD;
/* fonts: Satoshi — free, on Fontshare. Geist — free, on Google. */
--font-heading: "Satoshi", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "GeistMono-Regular", ui-monospace, monospace;
/* measured weights: 300, 400, 500, 600 — use these, not 400/600 */
--text-hero: 60px; --font-weight-hero: 600; --leading-hero: 60px;
--text-h2: 30px; --font-weight-h2: 600; --leading-h2: 36px;
--text-h3: 24px; --font-weight-h3: 600; --leading-h3: 32px;
--text-body: 16px; --font-weight-body: 300; --leading-body: 24px;
--text-small: 14px; --font-weight-small: 400; --leading-small: 20px;
--radius-base: 4px;
--radius-button: 4px;
--radius-card: 4px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 2, 0.3) 0px 10px 30px 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: #5F6570; /* measured primary hover fill */
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 7, 8, 12, 13, 16, 21, 32, 40px */
}Export: CSS variables
:root {
/* action color #16171B — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #121317;
--surface: #1D1E22;
--border: #2F3034;
--text: #D7D9DD;
--text-muted: #8C8D91;
--primary: #878C99; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #16171B). */
--accent: #16171B; /* 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. */
--link: #5F6570; /* reads as a neutral UI color, not a link accent — verify against the reference (action = #16171B). */
--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. */
--button-bg: #16171B; /* primary-button fill — the main call-to-action color. */
--button-text: #D7D9DD;
--font-heading: "Satoshi", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "GeistMono-Regular", ui-monospace, monospace;
--text-hero: 60px; --weight-hero: 600; --leading-hero: 60px;
--text-h2: 30px; --weight-h2: 600; --leading-h2: 36px;
--text-h3: 24px; --weight-h3: 600; --leading-h3: 32px;
--text-body: 16px; --weight-body: 300; --leading-body: 24px;
--text-small: 14px; --weight-small: 400; --leading-small: 20px;
--radius: 4px;
--radius-button: 4px;
--radius-card: 4px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 2, 0.3) 0px 10px 30px 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: #5F6570;
--focus-ring: 1px auto rgb(16, 16, 16);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 200ms;
--duration-slow: 300ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--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;
}
/* fonts: Satoshi — free, on Fontshare. Geist — free, on Google. */