llms.txt
Fiber AI Brand Identity
A complete profile of Fiber AI's visual system — colors, typography, components, and personality — extracted from https://www.fiber.ai/apis. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #9D78F0 |
| Accent | #9D78F0 |
| Body Font | TWKLausanne |
| Heading Font | TWKLausanne |
Color Palette
- primary: #9D78F0
- secondary: #FF4701
- accent: #9D78F0
- background: #FAF8FE
- textPrimary: #1E1E1E
- link: #067A99
Typography
- primary: TWKLausanne — https://fonts.google.com/specimen/TWKLausanne
- heading: TWKLausanne — https://fonts.google.com/specimen/TWKLausanne
Visual Assets
- Logo: https://www.fiber.ai/_next/static/media/header-logo.19a1dec6.svg
- Favicon: https://www.fiber.ai/images/new/favicons/apple-icon-57x57.png
- Social card (og:image): /images/opengraph.png
UI Components
- input: background=transparent, textColor=#3F3F46, borderColor=null, borderRadius=6px, shadow=none
- buttonPrimary: background=#9D78F0, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#27272A, borderColor=#FBFAFE, borderRadius=12px, shadow=rgba(0, 0, 0, 0.06) 0px 1px 3px 0px, rgba(0, 0, 0, 0.04) 0px 2px 8px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: AI sales and recruiting professionals
Fiber AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Fibr AI- The Agentic Web Experience Platform | AI CRO
- Optimum starting to use AI for their Ads : r/aiwars
- Fiber by Clerkie | AI-Powered Debt Collection Software
- Free Landing Page Analyzer- Get Pro Insights Instantly!
- Optimum Fiber TV Spot, 'Not All F Words Are Bad: $25' - iSpot
Working with these fonts
Not found on Google Fonts? Here are some instructions:
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.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS and copy out the matching @font-face declarations.
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": "TWKLausanne",
"role": "body"
}
],
"colors": {
"primary": "#9D78F0",
"secondary": "#FF4701",
"accent": "#9D78F0",
"background": "#FAF8FE",
"textPrimary": "#1E1E1E",
"link": "#067A99"
},
"typography": {
"fontFamilies": {
"primary": "TWKLausanne",
"heading": "TWKLausanne"
},
"fontStacks": {
"heading": [
"TWKLausanne",
"sans-serif"
],
"body": [
"TWKLausanne",
"sans-serif"
],
"paragraph": [
"TWKLausanne",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "56px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#3F3F46",
"borderColor": null,
"borderRadius": "6px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#9D78F0",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#27272A",
"borderColor": "#FBFAFE",
"borderRadius": "12px",
"shadow": "rgba(0, 0, 0, 0.06) 0px 1px 3px 0px, rgba(0, 0, 0, 0.04) 0px 2px 8px 0px"
}
},
"images": {
"logo": "https://www.fiber.ai/_next/static/media/header-logo.19a1dec6.svg",
"favicon": "https://www.fiber.ai/images/new/favicons/apple-icon-57x57.png",
"ogImage": "/images/opengraph.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "AI sales and recruiting professionals"
},
"designSystem": {
"framework": "chakra"
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}