# Bild AI Brand Identity

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

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #FFFFFF |
| Body Font | Inter Tight |
| Heading Font | Oktah Round Light |

## Color Palette

- primary: #0000EE
- secondary: #68CC58
- accent: #FFFFFF
- background: #000000
- textPrimary: #000000
- link: #6B707A

## Typography

- primary: Inter Tight — https://fonts.google.com/specimen/Inter+Tight
- heading: Oktah Round Light — https://fonts.google.com/specimen/Oktah+Round+Light

## Visual Assets

- Logo: https://framerusercontent.com/images/67eWOiLU9dXbcAR0XZGDks083cI.svg
- Favicon: https://framerusercontent.com/images/lYoBlsCDy7MuZaVgMwLaRkZhKe8.png
- Social card (og:image): https://framerusercontent.com/assets/hiyq9RD2PukK4dMcowSxCo4rTw.png

## UI Components

- buttonPrimary: background=#FFFFFF, textColor=#0000EE, borderRadius=12px, shadow=none
- buttonSecondary: background=#1C1E20, textColor=#0000EE, borderRadius=12px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

## Bild AI Brand in the Wild

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

- **Time to Bild - Bild AI**
  - Image: 
  - Source: [https://www.bild.ai/blog/time-to-bild](https://www.bild.ai/blog/time-to-bild)
- **Bild AI**
  - Image: 
  - Source: [https://www.bild.ai/](https://www.bild.ai/)
- **Blog | News, insights and more**
  - Image: 
  - Source: [https://www.bild.ai/blog](https://www.bild.ai/blog)
- **Blog | News, insights and more**
  - Image: 
  - Source: [https://www.bild.ai/blog](https://www.bild.ai/blog)
- **Bild AI**
  - Image: 
  - Source: [https://www.bild.ai/](https://www.bild.ai/)

## Working with these fonts

Not found on Google Fonts? Here are some instructions 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.

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": "dark",
  "fonts": [
    {
      "family": "Oktah Round Light",
      "role": "heading"
    },
    {
      "family": "Inter Tight",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#68CC58",
    "accent": "#FFFFFF",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#6B707A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter Tight",
      "heading": "Oktah Round Light"
    },
    "fontStacks": {
      "heading": [
        "Oktah Round Light",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter Tight",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "58px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "12px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#1C1E20",
      "textColor": "#0000EE",
      "borderRadius": "12px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/67eWOiLU9dXbcAR0XZGDks083cI.svg",
    "favicon": "https://framerusercontent.com/images/lYoBlsCDy7MuZaVgMwLaRkZhKe8.png",
    "ogImage": "https://framerusercontent.com/assets/hiyq9RD2PukK4dMcowSxCo4rTw.png",
    "logoHref": "./",
    "logoAlt": "Logo"
  }
}
```
