voxops ai.json
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
- Leo Zhao - Shopify | LinkedIn
- Stefan Vukcevic - VoxOps AI | LinkedIn
- Michael K. - Implentio, Inc | LinkedIn
- Stefan Vukcevic - VoxOps AI | LinkedIn
- Sourav Bhattacharjee - Senior Machine Learning Engineer @ Shopify | ex-Pinterest 📌 | LinkedIn
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"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
}
}
}