# Integuru Brand Identity

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

- Page: https://characterquilt.com/branding/integuru
- Machine-readable JSON: https://characterquilt.com/branding/integuru.json

## Quick Facts

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

## Color Palette

- primary: #1863DC
- secondary: #278664
- accent: #278664
- background: #FFFFFF
- textPrimary: #111827
- link: #111827

## Typography

- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter

## Visual Assets

- Logo: 
- Favicon: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#278664, textColor=#FFFFFF, borderColor=#278664, borderRadius=2px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#17503C, borderRadius=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

## 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.

- **Integuru - Generate APIs for Any Website**  
  - Image:   
  - Source: https://www.integuru.ai/
- **Integuru - Generate APIs for Any Website**  
  - Image:   
  - Source: https://www.integuru.ai/
- **Integuru FAQ | Reliability, Pricing, Browser Automation, and HIPAA**  
  - Image:   
  - Source: https://integuru.ai/faq
- **Integuru - Generate APIs for Any Website**  
  - Image:   
  - Source: https://www.integuru.ai/
- **Integuru - Generate APIs for Any Website**  
  - Image:   
  - Source: https://www.integuru.ai/
- **Integuru - Generate APIs for Any Website**  
  - Image:   
  - Source: https://www.integuru.ai/

## Working with these fonts

Not found on Google Fonts? Suggested steps:

CharacterQuilt.com suggests this flow that can help:

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).
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS and copy out the matching @font-face declarations.

## Machine-Readable Profile

```json
{
  "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_nnl0op.svg?dpl=dpl_4EagoWwm8ieAwhh3KfYYAw8iZ7f5",
    "ogImage": "https://www.integuru.ai/opengraph-image",
    "logoHref": "/",
    "logoAlt": "Integuru"
  }
}
```
