scopeai.json
ScopeAI Brand Identity
A complete profile of ScopeAI's visual system — colors, typography, components, and personality — extracted from https://www.getscopeai.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/scopeai
- Machine-readable JSON: https://characterquilt.com/branding/scopeai.json
- Per-page llms.txt: https://characterquilt.com/branding/scopeai/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #B7925E |
| Accent | #0000EE |
| Body Font | Microsoft YaHei |
| Heading Font | Microsoft YaHei |
Color Palette
- primary: #B7925E
- secondary: #2677F0
- accent: #0000EE
- background: #FFFFFF
- textPrimary: #0000EE
- link: #0000EE
Typography
- primary: Microsoft YaHei — https://fonts.google.com/specimen/Microsoft+YaHei
- heading: Microsoft YaHei — https://fonts.google.com/specimen/Microsoft+YaHei
Visual Assets
- Logo:
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#77736D, borderColor=null, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: gamers
ScopeAI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ScopeAI, our AI Physician, was recently featured in Fast Company! Huge thanks to Patrick Sisson for crafting such a thoughtful and comprehensive piece. ScopeAI represents the culmination of a 9-year… | Prashant
- Image:
- Source: LinkedIn
- Observe.AI Acquires Conversational Analytics Startup ScopeAI - Voicebot.ai
- Image:
- Source: Voicebot.ai
- ScopeAI: Real-Time, Lightweight Polyp Detection with YOLOv8 | Thilina Rathnayaka's Blog
- Image:
- Source: Blog
- Scope.ai Dashboard by Alex Banaga on Dribbble
- Image:
- Source: Dribbble
Working with these fonts
Not found on Google Fonts? Here is a 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.
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
{
"colorScheme": "light",
"fonts": [
{
"family": "Microsoft YaHei",
"role": "body"
},
{
"family": "AaShiSongTi-2",
"role": "unknown"
},
{
"family": "Helvetica Neue",
"role": "unknown"
}
],
"colors": {
"primary": "#B7925E",
"secondary": "#2677F0",
"accent": "#0000EE",
"background": "#FFFFFF",
"textPrimary": "#0000EE",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Microsoft YaHei",
"heading": "Microsoft YaHei"
},
"fontStacks": {
"heading": [
"微软雅黑",
"Microsoft YaHei"
],
"body": [
"Microsoft YaHei",
"Helvetica Neue",
"HelveticaNeue",
"HelveticasimSun",
"Helvetica",
"Lucida Grande",
"Lucida Sans Unicode",
"Arial"
],
"paragraph": [
"微软雅黑",
"Microsoft YaHei"
]
},
"fontSizes": {
"h1": "198.438px",
"h2": "198.438px",
"body": "15.875px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#77736D",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.wherewindsmeetgame.com/pc/zt/20251023181025/img/ft-logo1_1b4ef092.png",
"favicon": null,
"ogImage": "https://yysls-build-na.fp.ps.easebar.com/file/69118e9af5a2b7775166e5c6e0Q84oZo03"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is visible, large, and matches the brand inferred from the URL and page title. It is the most prominent logo available.",
"confidence": 0.8,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "gamers"
},
"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": "Selected #1 because it is visible, large, and matches the brand inferred from the URL and page title. It is the most prominent logo available.",
"confidence": 0.8
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}