# Vibe Kanban Brand Identity

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

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #BE5B3A |
| Accent | #BE5B3A |
| Body Font | IBM Plex Sans |
| Heading Font | IBM Plex Sans |

## Color Palette

- primary: #BE5B3A
- secondary: #7E6F66
- accent: #BE5B3A
- background: #F9F6F4
- textPrimary: #28211F
- link: #7E6F66

## Typography

- primary: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans
- heading: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans

## Visual Assets

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

## UI Components

- buttonPrimary: background=#BE5B3A, textColor=#FFFFFF, borderRadius=2px, shadow=none
- buttonSecondary: background=#E5E5DD, textColor=#28211F, borderColor=#EDE8E4, borderRadius=2px, shadow=none

## Brand Personality

Tone: modern · Energy: medium · Audience: developers and tech teams

## Vibe Kanban Brand in the Wild

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

- **Can Coding Agents Do QA With a Browser?**
  - Image: 
  - Source: [Blog](https://www.vibekanban.com/blog/does-playwright-mcp-unlock-autonomous-qa)
- **Vibe Kanban - Orchestrate AI Coding Agents**
  - Image: 
  - Source: [Blog](https://www.vibekanban.com/blog)
- **Vibe Kanban - Orchestrate AI Coding Agents**
  - Image: 
  - Source: [Blog](https://www.vibekanban.com/blog)
- **AI Killed The AI Engineer**
  - Image: 
  - Source: [Blog](https://www.vibekanban.com/blog/ai-killed-the-ai-engineer)
- **Vibe Kanban - Orchestrate AI Coding Agents**
  - Image: 
  - Source: [Blog](https://www.vibekanban.com/blog)
- **Testing Your Application - Vibe Kanban**
  - Image: 
  - Source: [Documentation](https://vibekanban.com/docs/core-features/testing-your-application)

## Working with these fonts

Not found on Google Fonts? Here are instructions 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": "IBM Plex Sans",
      "role": "body"
    },
    {
      "family": "IBM Plex Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#BE5B3A",
    "secondary": "#7E6F66",
    "accent": "#BE5B3A",
    "background": "#F9F6F4",
    "textPrimary": "#28211F",
    "link": "#7E6F66"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IBM Plex Sans",
      "heading": "IBM Plex Sans"
    },
    "fontStacks": {
      "heading": [
        "IBM Plex Sans",
        "sans-serif"
      ],
      "body": [
        "IBM Plex Sans",
        "sans-serif"
      ],
      "paragraph": [
        "IBM Plex Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "30px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#BE5B3A",
      "textColor": "#FFFFFF",
      "borderRadius": "2px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E5E5DD",
      "textColor": "#28211F",
      "borderColor": "#EDE8E4",
      "borderRadius": "2px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://vibekanban.com/images/logo.svg",
    "favicon": "https://vibekanban.com/favicon.png",
    "ogImage": "https://vibekanban.com/images/cta-product-desktop.webp",
    "logoHref": "/",
    "logoAlt": "Vibe Kanban"
  }
}
```
