andy ai.json
Andy AI Brand Identity
A complete profile of Andy AI's visual system — colors, typography, components, and personality — extracted from https://with-andy.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/andy-ai
- Machine-readable JSON: https://characterquilt.com/branding/andy-ai.json
- Per-page llms.txt: https://characterquilt.com/branding/andy-ai/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0080FF |
| Accent | #0080FF |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #0080FF
- accent: #0080FF
- background: #FFFFFF
- textPrimary: #000000
- link: #47A3FF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#0080FF, textColor=#0000EE, borderRadius=8px, shadow=rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px
- buttonSecondary: background=#47A3FF, textColor=#0000EE, borderRadius=8px, shadow=rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals looking for productivity tools
Andy AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Your Bravoverse: Everything to Know About Peacock's Upcoming Feature | Peacock
- Image:
- Source: Peacock Feature
- Andy AI, Inc. : r/medicalvaPH
- Image:
- Source: Reddit
- AI Agents Are Here: From Experiment to Executive Advantage
- Image:
- Source: YouTube
- ANDY - A.I. Feature Film by Black Elk Productions - Indiegogo
- Image:
- Source: Indiegogo
- A few weeks ago, we launched "Andy AI" to our clients in an effort to give them 24/7 access to me. The early feedback has been great. Hell, apparently "I" even gave
- Image:
- Source: LinkedIn
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"
}
],
"colors": {
"primary": "#0080FF",
"accent": "#0080FF",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#47A3FF"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "32px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 10,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#0080FF",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
},
"buttonSecondary": {
"background": "#47A3FF",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.14) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.14) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.13) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.1) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
}
},
"images": {
"logo": "https://framerusercontent.com/images/9ugJ28I2pgpio3SmK0JKBt2Xpo.png?width=512&height=512",
"favicon": "https://framerusercontent.com/images/9ugJ28I2pgpio3SmK0JKBt2Xpo.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the favicon, indicating it is the primary brand logo for 'Andy'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "See a demo",
"reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #0080FF, which is consistent with the primary brand color, and has action-oriented text 'See a demo'."
},
"secondary": {
"index": 4,
"text": "See a demo",
"reasoning": "Button #4 is selected as the secondary CTA because it uses a different vibrant color #47A3FF, distinguishing it from the primary button, while still maintaining a call-to-action with the same text."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals looking for productivity tools"
},
"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": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the favicon, indicating it is the primary brand logo for 'Andy'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}