llms.txt
Andy AI Brand Identity
A complete profile of Andy AI's visual system — colors, typography, components, and personality.
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
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
- Andy AI, Inc. : r/medicalvaPH
- AI Agents Are Here: From Experiment to Executive Advantage
- Image:
- Source: https://www.youtube.com/watch?v=LwcvwVrwmco
- ANDY - A.I. Feature Film by Black Elk Productions - 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
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the 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.