llms.txt
FuseAI Brand Identity
A complete profile of FuseAI's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #F97316 |
| Body Font | Inter |
| Heading Font | Geist |
Color Palette
- primary: #0000EE
- secondary: #D65200
- accent: #F97316
- background: #FFFFFF
- textPrimary: #252425
- link: #D55100
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#F97316, textColor=#0000EE, borderRadius=8px, shadow=rgba(16, 24, 40, 0.05) 0px 1px 2px 0px
- buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderRadius=8px, shadow=rgba(16, 24, 40, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: high · Audience: sales professionals and businesses looking for AI solutions
FuseAI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Fuse | The #1 AI Platform for Outbound Sales
- Image:
- Source: https://tryfuse.ai/product/engage
- Fuse | The #1 AI Platform for Outbound Sales
- Image:
- Source: https://tryfuse.ai/product/signals
- Fuse | The #1 AI Platform for Outbound Sales
- Fuse | The #1 AI Platform for Outbound Sales
- Image:
- Source: https://tryfuse.ai/product/prospect
- Fuse | The #1 AI Platform for Outbound Sales
- Image:
- Source: https://tryfuse.ai/
- Fuse | The #1 AI Platform for Outbound Sales
- Image:
- Source: https://tryfuse.ai/
Working with these fonts
Not found on Google Fonts?
- 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": "Inter",
"role": "body"
},
{
"family": "Geist",
"role": "heading"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#D65200",
"accent": "#F97316",
"background": "#FFFFFF",
"textPrimary": "#252425",
"link": "#D55100"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Geist"
},
"fontStacks": {
"heading": [
"Geist",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "40px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#F97316",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(16, 24, 40, 0.05) 0px 1px 2px 0px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(16, 24, 40, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/jWkh9KG31A4SRJxGuXbOTUwP2U.png",
"ogImage": "https://framerusercontent.com/images/LCpKtr3ngDXWqd69T9Jc7V3EI.jpg"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No valid brand logo was found in the header area. Both candidates are located in the body and do not match typical logo placement or size for a primary brand logo.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 4,
"text": "Read Our Manifesto",
"reasoning": "Button #4 has a vibrant orange background (#F97316), which is distinct and eye-catching, making it the primary CTA. The text 'Read Our Manifesto' suggests a strong call to action."
},
"secondary": {
"index": 1,
"text": "Launch AI agents for free",
"reasoning": "Button #1 has a white background (#FFFFFF) and offers a compelling action 'Launch AI agents for free', making it a suitable secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "sales professionals and businesses looking for AI solutions"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No valid brand logo was found in the header area. Both candidates are located in the body and do not match typical logo placement or size for a primary brand logo.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}