llms.txt

Adri AI Brand Identity

A complete profile of Adri AI's visual system — colors, typography, components, and personality — extracted from https://www.getadri.ai/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #64748B
Accent #090909
Body Font lineRounded
Heading Font lineRounded

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses seeking ERP solutions

Adri AI Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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": "lineRounded",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#64748B",
  "secondary": "#29426A",
  "accent": "#090909",
  "background": "#FFFFFF",
  "textPrimary": "#090909",
  "link": "#DBEAFE"
 },
 "typography": {
  "fontFamilies": {
   "primary": "lineRounded",
   "heading": "lineRounded"
  },
  "fontStacks": {
   "heading": [
    "lineRounded"
   ],
   "body": [
    "lineRounded"
   ],
   "paragraph": [
    "lineRounded"
   ]
  },
  "fontSizes": {
   "h1": "72px",
   "h2": "48px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#090909",
   "borderColor": "#FFFFFF",
   "borderRadius": "12px",
   "borderRadiusCorners": {
    "topLeft": "12px",
    "topRight": "12px",
    "bottomRight": "12px",
    "bottomLeft": "12px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#090909",
   "textColor": "#FFFFFF",
   "borderColor": "#090909",
   "borderRadius": "12px",
   "borderRadiusCorners": {
    "topLeft": "12px",
    "topRight": "12px",
    "bottomRight": "12px",
    "bottomLeft": "12px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#F7F7F7",
   "textColor": "#545454",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.getadri.ai/_next/static/media/adri-ai-full-logo.a3406622.svg",
  "favicon": "https://www.getadri.ai/favicon.ico?5d4652493f285494",
  "ogImage": "https://www.getadri.ai/assets/marketing/images/og-thumbnail-adri-ai.png",
  "logoHref": "/",
  "logoAlt": "Adri AI logo"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 0,
  "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Adri AI' with a source URL indicating it's the main logo.",
  "confidence": 0.9,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 1,
   "text": "Sign up for free",
   "reasoning": "Button #1 ('Sign up for free') is the primary CTA due to its action-oriented text and dark background color, which stands out against the light theme of the site."
  },
  "secondary": {
   "index": 0,
   "text": "Book a demo",
   "reasoning": "Button #0 ('Book a demo') is selected as secondary because it has a different background color (#F7F7F7) and serves as a supportive action."
  },
  "confidence": 0.95
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "businesses seeking ERP solutions"
 },
 "designSystem": {
  "framework": "tailwind",
  "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, medium-sized, and matches the brand name 'Adri AI' with a source URL indicating it's the main logo.",
    "confidence": 0.9
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}