llms.txt

Integuru Brand Identity

A complete profile of Integuru's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #1863DC
Accent #278664
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: developers and tech-savvy users

Integuru Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Follow these instructions 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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#1863DC",
  "secondary": "#278664",
  "accent": "#278664",
  "background": "#FFFFFF",
  "textPrimary": "#111827",
  "link": "#111827"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Inter"
  },
  "fontStacks": {
   "heading": [
    "Inter"
   ],
   "body": [
    "Inter"
   ],
   "paragraph": [
    "Inter"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "36px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "2px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#278664",
   "textColor": "#FFFFFF",
   "borderColor": "#278664",
   "borderRadius": "2px",
   "borderRadiusCorners": {
    "topLeft": "2px",
    "topRight": "2px",
    "bottomRight": "2px",
    "bottomLeft": "2px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#17503C",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px inset, rgba(0, 0, 0, 0) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0.16) 0px 16px 40px 0px"
  }
 },
 "images": {
  "logo": "https://www.integuru.ai/_next/image?url=%2Flogo.png&w=384&q=75&dpl=dpl_4EagoWwm8ieAwhh3KfYYAw8iZ7f5",
  "favicon": "https://www.integuru.ai/icon.svg?icon.0_i~vr_nnlo0op.svg?dpl=dpl_4EagoWwm8ieAwhh3KfYYAw8iZ7f5",
  "ogImage": "https://www.integuru.ai/opengraph-image",
  "logoHref": "/",
  "logoAlt": "Integuru"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 0,
  "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Integuru'.",
  "confidence": 0.9,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 2,
   "text": "Save My Preferences",
   "reasoning": "Button #2 has a vibrant green background (#278664), which is distinct from the other buttons and aligns with the brand's accent color. The text 'Save My Preferences' suggests a strong call-to-action."
  },
  "secondary": {
   "index": 0,
   "text": "Try for Free",
   "reasoning": "Button #0, 'Try for Free', has a white background (#FFFFFF) and is a common secondary action, complementing the primary button's vibrant color."
  },
  "confidence": 0.95
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "developers and tech-savvy users"
 },
 "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, located in the header, links to the homepage, and matches the brand name 'Integuru'.",
    "confidence": 0.9
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}