llms.txt

Trigger.dev Brand Identity

A complete profile of Trigger.dev's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #878C99
Accent #5F6570
Body Font Roboto
Heading Font Roboto

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: developers and tech professionals

Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and capture font URLs.
  4. Download fonts and view CSS for matching @font-face declarations.
  5. Adjust URLs to local file paths.

Machine-Readable Profile

{
 "colorScheme": "dark",
 "fonts": [
  {
   "family": "Geist-Regular",
   "role": "unknown"
  },
  {
   "family": "Satoshi-Variable",
   "role": "unknown"
  },
  {
   "family": "Roboto",
   "role": "body"
  },
  {
   "family": "Helvetica",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#878C99",
  "secondary": "#6B7280",
  "accent": "#5F6570",
  "background": "#121317",
  "textPrimary": "#121317",
  "link": "#5F6570"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Roboto",
   "heading": "Roboto"
  },
  "fontStacks": {
   "heading": [
    "Satoshi-Variable",
    "sans-serif"
   ],
   "body": [
    "Geist-Regular",
    "ui-sans-serif",
    "system-ui",
    "-apple-system",
    "sans-serif"
   ],
   "paragraph": [
    "Geist-Regular",
    "ui-sans-serif",
    "system-ui",
    "-apple-system",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "20px",
   "body": "14px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#16171B",
   "textColor": "#D7D9DD",
   "borderRadius": "4px",
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#1C1E21",
   "textColor": "#E8E9EC",
   "borderColor": "#272A2E",
   "borderRadius": "0px",
   "shadow": "none"
  }
 },
 "images": {
  "logo": "data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%20751%20130%22...",
  "ogImage": "https://trigger.dev/build/_assets/og-image-FUCLNVIV.jpg"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "developers and tech professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 }
}