# VoxOps AI Brand Identity

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

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

## Quick Facts

| Field          | Value           |
|----------------|-----------------|
| Primary        | #FFFFFF         |
| Accent         | #FFFFFF         |
| Body Font      | Cantarell       |
| Heading Font   | Cantarell       |

## Color Palette

- primary: #FFFFFF
- accent: #FFFFFF
- background: #18181B
- textPrimary: #18181B
- link: #FFFFFF

## Typography

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

## Brand Personality

Tone: minimalist · Energy: low · Audience: unknown

## VoxOps AI Brand in the Wild

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

- **Akash Vaswani - Velocity | LinkedIn**  
  - Image: [Link](https://media.licdn.com/dms/image/v2/D4E22AQEBO2vl0ArFJQ/feedshare-shrink_800/B4EZ1PTjPyGoAg-/0/1775152018717?e=2147483647&v=beta&t=lmSyoy9KNEHxmpbOmFh_zj924wYS2xfVYpZKddsirbo)  
  - Source: [LinkedIn](https://ca.linkedin.com/in/vaswani-akash)  
- **Leo Zhao - Shopify | LinkedIn**  
  - Image: [Link](https://media.licdn.com/dms/image/v2/D4E10AQFwueq1TgQsMA/image-shrink_800/B4EZ131rPYHQAg-/0/1775832053705/Q4-Campaign_Social_EN_Vertical_OwnAIpng?e=2147483647&v=beta&t=IIey-u0TkcT7k1I-8pOOC6nL9amtg2zZtfV-RRSR3ec)  
  - Source: [LinkedIn](https://ca.linkedin.com/in/yangleozhao)  
- **Stefan Vukcevic - VoxOps AI | LinkedIn**  
  - Image: [Link](https://media.licdn.com/dms/image/v2/D4E22AQH5h9_6SnEcHQ/feedshare-shrink_1280/B4EZ0lVBy9KIAM-/0/1774447762965?e=2147483647&v=beta&t=EUzp6ozINFvE4bv-BgG1eO182FtvtrNyps5tcU4hk3U)  
  - Source: [LinkedIn](https://uk.linkedin.com/in/stefanvukcevic)  
- **Michael K. - Implentio, Inc | LinkedIn**  
  - Image: [Link](https://media.licdn.com/dms/image/v2/D5622AQGTnxjnEQERnA/feedshare-shrink_800/B56ZomxqwnJsAo-/0/1761587147459?e=2147483647&v=beta&t=fvv-7UWlxNAH9phT1v5X0AxxNK_p59qh4QqmXStMcZU)  
  - Source: [LinkedIn](https://ca.linkedin.com/in/mikekang23)  
- **Stefan Vukcevic - VoxOps AI | LinkedIn**  
  - Image: [Link](https://media.licdn.com/dms/image/v2/D4E22AQEjQu1Kxtyn2Q/feedshare-shrink_800/B4EZ0dD1SCHAAc-/0/1774309037426?e=2147483647&v=beta&t=SPOfwPcJwfNmDwlGPOLiY_kJymbo_LvyMcPk6XvGJ3s)  
  - Source: [LinkedIn](https://uk.linkedin.com/in/stefan-vukcevic)  
- **Sourav Bhattacharjee - Senior Machine Learning Engineer @ Shopify |  ex-Pinterest 📌 | LinkedIn**  
  - Image: [Link](https://media.licdn.com/dms/image/v2/D5622AQEEEKiB67Cdvg/feedshare-shrink_800/B56Z2H0MHdIIAc-/0/1776100099132?e=2147483647&v=beta&t=k5heNUt5Bp3jaLmaHLOzYC6Uu-XSJg7FfrG2-9w7_hM)  
  - Source: [LinkedIn](https://ca.linkedin.com/in/bhattacharjeesourav)

## Working with these fonts

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

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": "Cantarell",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FFFFFF",
    "accent": "#FFFFFF",
    "background": "#18181B",
    "textPrimary": "#18181B",
    "link": "#FFFFFF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Cantarell",
      "heading": "Cantarell"
    },
    "fontStacks": {
      "heading": [
        "Cantarell",
        "sans-serif"
      ],
      "body": [
        "Cantarell",
        "sans-serif"
      ],
      "paragraph": [
        "Cantarell",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "favicon": null,
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No valid brand logo - the only candidate is not in the header and does not match the inferred brand from the URL or page title.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "personality": {
    "tone": "minimalist",
    "energy": "low",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No valid brand logo - the only candidate is not in the header and does not match the inferred brand from the URL or page title.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}
```
