buildjet.json
BuildJet Brand Identity
A complete profile of BuildJet's visual system — colors, typography, components, and personality — extracted from https://buildjet.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/buildjet
- Machine-readable JSON: https://characterquilt.com/branding/buildjet.json
- Per-page llms.txt: https://characterquilt.com/branding/buildjet/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #475569 |
| Accent | #DC2626 |
| Body Font | DM Sans |
| Heading Font | DM Sans |
Color Palette
- primary: #475569
- secondary: #1D4ED8
- accent: #DC2626
- background: #F7FBFF
- textPrimary: #000000
- link: #4F46E5
Typography
- primary: DM Sans — https://fonts.google.com/specimen/DM+Sans
- heading: DM Sans — https://fonts.google.com/specimen/DM+Sans
Visual Assets
- Logo: https://buildjet.com/buildjet-for-github-actions-logo2.svg
- Social card (og:image): https://og.buildjet.com/api/og2?product=for-github-actions&title=BuildJet+for+GitHub+Actions&description=Change+1+line%2C+get+2x+faster+and+cheaper+builds
UI Components
- buttonPrimary: background=#DC2626, textColor=#000000, borderColor=#B91C1C, borderRadius=6px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: developers using GitHub Actions
BuildJet Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- A Performance Review of GitHub Actions - the cost of slow hardware | BuildJet for GitHub Actions
- Why GitHub Actions is so slow | BuildJet for GitHub Actions
- Privacy policy | BuildJet for GitHub Actions
- BuildJet status
- Blog | BuildJet for GitHub Actions
- Docker | BuildJet for GitHub Actions
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "DM Sans",
"role": "body"
}
],
"colors": {
"primary": "#475569",
"secondary": "#1D4ED8",
"accent": "#DC2626",
"background": "#F7FBFF",
"textPrimary": "#000000",
"link": "#4F46E5"
},
"typography": {
"fontFamilies": {
"primary": "DM Sans",
"heading": "DM Sans"
},
"fontStacks": {
"heading": [
"DM Sans",
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"body": [
"DM Sans",
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"DM Sans",
"ui-sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"Noto Sans",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "60px",
"h2": "18px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"buttonPrimary": {
"background": "#DC2626",
"textColor": "#000000",
"borderColor": "#B91C1C",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://buildjet.com/buildjet-for-github-actions-logo2.svg",
"favicon": null,
"ogImage": "https://og.buildjet.com/api/og2?product=for-github-actions&title=BuildJet+for+GitHub+Actions&description=Change+1+line%2C+get+2x+faster+and+cheaper+builds",
"logoHref": "/for-github-actions"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it matches the brand name 'BuildJet' from the URL and page title, and is a visible medium-sized logo, which is typical for a brand logo.",
"confidence": 0.8,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "NoticeBuildJet for GitHub Actions has been shut down",
"reasoning": "The button uses a vibrant red color (#DC2626), which is eye-catching and typically used for urgent or important messages. Despite the text indicating a shutdown notice, the color suggests it is intended to draw immediate attention, making it the primary CTA by design."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available with a different color."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "developers using GitHub Actions"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it matches the brand name 'BuildJet' from the URL and page title, and is a visible medium-sized logo, which is typical for a brand logo.",
"confidence": 0.8
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}