buildforever.json
BuildForever Brand Identity
A complete profile of BuildForever's visual system — colors, typography, components, and personality — extracted from https://www.buildforever.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/buildforever
- Machine-readable JSON: https://characterquilt.com/branding/buildforever.json
- Per-page llms.txt: https://characterquilt.com/branding/buildforever/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | Crimson Text |
| Heading Font | Crimson Text |
Color Palette
- primary: #000000
- accent: #000000
- background: #F4F4F3
- textPrimary: #171717
- link: #000000
Typography
- primary: Crimson Text — https://fonts.google.com/specimen/Crimson+Text
- heading: Crimson Text — https://fonts.google.com/specimen/Crimson+Text
Visual Assets
- Logo: https://www.buildforever.com/logo.svg
- Favicon: https://www.buildforever.com/favicon.ico?favicon.c3d98df4.ico
- Social card (og:image): https://buildforever.com/bfthumbnailv2.jpg
Brand Personality
Tone: professional · Energy: medium · Audience: software developers
BuildForever Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Team - BuildForever
- Team - BuildForever
- Team - BuildForever
- Team - BuildForever
- Team - BuildForever
- About - BuildForever
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "JetBrains Mono",
"role": "monospace"
},
{
"family": "Crimson Text",
"role": "body"
},
{
"family": "Georgia",
"role": "body"
}
],
"colors": {
"primary": "#000000",
"accent": "#000000",
"background": "#F4F4F3",
"textPrimary": "#171717",
"link": "#000000"
},
"typography": {
"fontFamilies": {
"primary": "Crimson Text",
"heading": "Crimson Text"
},
"fontStacks": {
"heading": [
"Crimson Text",
"Georgia",
"serif"
],
"body": [
"Crimson Text",
"Georgia",
"serif"
],
"paragraph": [
"JetBrains Mono"
]
},
"fontSizes": {
"h1": "16px",
"h2": "16px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {},
"images": {
"logo": "https://www.buildforever.com/logo.svg",
"favicon": "https://www.buildforever.com/favicon.ico?favicon.c3d98df4.ico",
"ogImage": "https://buildforever.com/bfthumbnailv2.jpg",
"logoAlt": "BuildForever - a software company"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is the only candidate, is visible, and matches the brand name 'BuildForever' in the alt text. It is also a large image, suggesting it is the main logo.",
"confidence": 0.85,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "software developers"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is the only candidate, is visible, and matches the brand name 'BuildForever' in the alt text. It is also a large image, suggesting it is the main logo.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}