llms.txt
Captain Brand Identity
A complete profile of Captain's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #3B82F6 |
| Accent | #3B82F6 |
| Body Font | Inter |
| Heading Font | Poppins |
Color Palette
- primary: #3B82F6
- secondary: #030712
- accent: #3B82F6
- background: #FFFFFF
- textPrimary: #111827
- link: #111827
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#3B82F6, textColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonSecondary: background=transparent, textColor=#3B82F6, borderColor=#3B82F6, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Captain Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Captain - Accurate knowledge search that scales
- Image:
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Image:
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Image:
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Image:
- Source: https://www.runcaptain.com/
- Captain - Accurate knowledge search that scales
- Image:
- Source: https://www.runcaptain.com/
- Welcome Aboard | Captain Docs
- Image:
- Source: https://docs.runcaptain.com/welcome
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
},
{
"family": "Poppins",
"role": "heading"
}
],
"colors": {
"primary": "#3B82F6",
"secondary": "#030712",
"accent": "#3B82F6",
"background": "#FFFFFF",
"textPrimary": "#111827",
"link": "#111827"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Poppins"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Poppins"
]
},
"fontSizes": {
"h1": "60px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"buttonPrimary": {
"background": "#3B82F6",
"textColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#3B82F6",
"borderColor": "#3B82F6",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://www.runcaptain.com/icon.png?icon.08tk0wvu_lub7.png",
"ogImage": "https://runcaptain.com/opengraph.jpg"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}