# DrDroid Brand Identity

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

- Page: https://characterquilt.com/branding/drdroid
- Machine-readable JSON: https://characterquilt.com/branding/drdroid.json
- Per-page llms.txt: https://characterquilt.com/branding/drdroid/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #9554FF |
| Accent | #9554FF |
| Body Font | ui-sans-serif |
| Heading Font | ui-sans-serif |

## Color Palette

- primary: #9554FF
- secondary: #4A5565
- accent: #9554FF
- background: #FFFFFF
- textPrimary: #0A0A0A
- link: #BEECF7

## Typography

- primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif
- heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif

## Visual Assets

- Logo: https://drdroid.io/drdroid-logo.svg
- Favicon: https://drdroid.io/drdroid-icon.svg

## UI Components

- buttonPrimary: background=#9554FF, textColor=#F8F8F8, borderRadius=6px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#364153, borderColor=#D1D5DC, borderRadius=6px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: IT professionals and engineers

## DrDroid Brand in the Wild

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

- **Symptom-Based Alerts: Putting User Experience at the Forefront**  
  - Image:   
  - Source: [Link](https://notes.drdroid.io/symptom-based-alerts-putting-user-experience-at-the-forefront)  
- **Tools I use as an early stage founder**  
  - Image:   
  - Source: [Link](https://notes.drdroid.io/tools-i-use-as-an-early-stage-founder)  
- **DrDroid - AI SRE Agent for Incident Response & Root Cause Analysis**  
  - Image:   
  - Source: [Link](https://drdroid.io/)  
- **Setting Up Your Open Source Observability Stack | Engineering Tools**  
  - Image:   
  - Source: [Link](https://drdroid.io/engineering-tools/setting-up-your-open-source-observability-stack)  
- **Product Updates - DrDroid**  
  - Image:   
  - Source: [Link](https://docs.drdroid.io/changelog)  
- **AI SRE Copilot Agent for DevOps Teams | Engineering Tools**  
  - Image:   
  - Source: [Link](https://drdroid.io/engineering-tools/ai-sre-copilot-agent-for-devops-teams)

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

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ui-sans-serif",
      "count": 77
    },
    {
      "family": "system-ui",
      "count": 77
    },
    {
      "family": "sans-serif",
      "count": 77
    },
    {
      "family": "Apple Color Emoji",
      "count": 77
    },
    {
      "family": "Segoe UI Emoji",
      "count": 77
    },
    {
      "family": "Segoe UI Symbol",
      "count": 77
    },
    {
      "family": "Noto Color Emoji",
      "count": 77
    }
  ],
  "colors": {
    "primary": "#9554FF",
    "secondary": "#4A5565",
    "accent": "#9554FF",
    "background": "#FFFFFF",
    "textPrimary": "#0A0A0A",
    "link": "#BEECF7"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ui-sans-serif",
      "heading": "ui-sans-serif"
    },
    "fontStacks": {
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "30px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#9554FF",
      "textColor": "#F8F8F8",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#364153",
      "borderColor": "#D1D5DC",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://drdroid.io/drdroid-logo.svg",
    "favicon": "https://drdroid.io/drdroid-icon.svg",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "DrDroid"
  },
  "__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 'DrDroid'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book Demo",
      "reasoning": "Button #0 'Book Demo' uses the brand color #9554FF, which is vibrant and action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "View all integrations",
      "reasoning": "Button #5 'View all integrations' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "IT professionals and engineers"
  },
  "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 'DrDroid'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
