llms.txt
Hyperspell Brand Identity
A complete profile of Hyperspell's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF7E75 |
| Accent | #FF7E75 |
| Body Font | Geist |
| Heading Font | Geist |
Color Palette
- primary: #FF7E75
- accent: #FF7E75
- background: #161010
- textPrimary: #161010
- link: #EF4444
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FF7E75, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#211B1B, textColor=#E9E9E9, borderColor=#E9E9E9, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in AI
Hyperspell Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Quickstart - Hyperspell
- Image:
- Source: https://docs.hyperspell.com/core/quickstart
- Automatic Integration - Hyperspell
- Image:
- Source: https://docs.hyperspell.com/core/claude-code-skill
- Privacy Policy | Hyperspell
- Image:
- Source: https://www.hyperspell.com/privacy
- AgentStack - Hyperspell
- Image:
- Source: https://docs.hyperspell.com/advanced/agentstack
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:
- 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).
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources) 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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Geist",
"role": "unknown"
},
{
"family": "Exposure",
"role": "unknown"
}
],
"colors": {
"primary": "#FF7E75",
"accent": "#FF7E75",
"background": "#161010",
"textPrimary": "#161010",
"link": "#EF4444"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Geist"
},
"fontStacks": {
"heading": [
"Exposure"
],
"body": [
"Geist",
"system-ui",
"sans-serif"
],
"paragraph": [
"Geist",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "56px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 6,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FF7E75",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#211B1B",
"textColor": "#E9E9E9",
"borderColor": "#E9E9E9",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.hyperspell.com/wordmark-light.svg",
"favicon": "https://www.hyperspell.com/favicon.svg",
"ogImage": "https://hyperspell.com/banner.png",
"logoHref": "/",
"logoAlt": "Logo"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals interested in AI"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}