allus ai.json
Allus AI Brand Identity
A complete profile of Allus AI's visual system — colors, typography, components, and personality — extracted from https://allus.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/allus-ai
- Machine-readable JSON: https://characterquilt.com/branding/allus-ai.json
- Per-page llms.txt: https://characterquilt.com/branding/allus-ai/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #306FB6 |
| Accent | #DEE8F3 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #306FB6
- secondary: #0000EE
- accent: #DEE8F3
- background: #FFFFFF
- textPrimary: #0F1727
- link: #0F1727
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#0000EE, borderRadius=8px, shadow=none
- buttonSecondary: background=#DEE8F3, textColor=#0000EE, borderColor=#306FB6, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: manufacturing professionals
Allus AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Allus AI - Vision Foundation Model for Manufacturing
- Image: https://allus.ai/images/4.webp
- Source: https://allus.ai/
- Allus AI - Vision Foundation Model for Manufacturing
- Image: https://allus.ai/images/3.webp
- Source: https://allus.ai/
- Allus AI - Vision Foundation Model for Manufacturing
- Image: https://allus.ai/images/5.webp
- Source: https://allus.ai/
- Allus AI - Vision Foundation Model for Manufacturing
- Image: https://allus.ai/videos/2-poster-00001.jpg
- Source: https://allus.ai/
- Allus AI - Vision Foundation Model for Manufacturing
- Image: https://allus.ai/videos/1-poster-00001.jpg
- Source: https://allus.ai/
- Allus AI - Vision Foundation Model for Manufacturing
- Image: https://allus.ai/videos/3-poster-00001.jpg
- Source: https://allus.ai/
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.
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": "Switzer",
"role": "unknown"
}
],
"colors": {
"primary": "#306FB6",
"secondary": "#0000EE",
"accent": "#DEE8F3",
"background": "#FFFFFF",
"textPrimary": "#0F1727",
"link": "#0F1727"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Switzer",
"Arial",
"sans-serif"
],
"body": [
"Inter",
"Arial",
"sans-serif"
],
"paragraph": [
"Inter",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "72px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#DEE8F3",
"textColor": "#0000EE",
"borderColor": "#306FB6",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://allus.ai/images/Logo2x-1.webp",
"favicon": "https://allus.ai/images/favicon.png",
"ogImage": null,
"logoHref": "#head"
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Selected #2 because it is in the header, visible, and matches the brand name 'Allus AI'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get started for free",
"reasoning": "Button #1 ('Get started for free') is likely the primary CTA due to its action-oriented text and the common practice of offering a free start as a primary action."
},
"secondary": {
"index": 0,
"text": "Contact Sales",
"reasoning": "Button #0 ('Contact Sales') is secondary as it has a different color group and is less direct than the primary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "manufacturing professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 2,
"selectedLogoReasoning": "Selected #2 because it is in the header, visible, and matches the brand name 'Allus AI'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}