vergesense.json
VergeSense Brand Identity
A complete profile of VergeSense's visual system — colors, typography, components, and personality — extracted from http://www.vergesense.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #38C78A |
| Accent | #531AF6 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #38C78A
- secondary: #2EA056
- accent: #531AF6
- background: #FFFFFF
- textPrimary: #531AF6
- link: #531AF6
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.vergesense.com/hubfs/assets/logo/vergesense-logo--white.svg
- Favicon: https://www.vergesense.com/hubfs/VergeSense_favicon_purple-min-1.png
- Social card (og:image): https://www.vergesense.com/hubfs/assets/logo/vergesense-logo--color.png
UI Components
- input: background=transparent, textColor=#393837, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#531AF6, textColor=#FFFFFF, borderColor=#531AF6, borderRadius=9999px, shadow=none
- buttonSecondary: background=#2EA056, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
VergeSense Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- AI and the Workplace: Make Better Decisions Faster
- What is the Environmental Impact of Battery-Powered Sensors?
- 5 Elements of a Successful Workplace
- Experiment Resource Library | VergeSense
- Workplace Analytics Platforms: Top 3 Things to Look For
- How Do APIs Promote Workplace Efficiency?
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- 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": "Inter",
"role": "body"
},
{
"family": "Roboto Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#38C78A",
"secondary": "#2EA056",
"accent": "#531AF6",
"background": "#FFFFFF",
"textPrimary": "#531AF6",
"link": "#531AF6"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Times New Roman"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "58px",
"h2": "40px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "7px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#393837",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#531AF6",
"textColor": "#FFFFFF",
"borderColor": "#531AF6",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#2EA056",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.vergesense.com/hubfs/assets/logo/vergesense-logo--white.svg",
"favicon": "https://www.vergesense.com/hubfs/VergeSense_favicon_purple-min-1.png",
"ogImage": "https://www.vergesense.com/hubfs/assets/logo/vergesense-logo--color.png",
"logoHref": "https://www.vergesense.com/",
"logoAlt": "VergeSense"
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'VergeSense'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get the index",
"reasoning": "Button #1 uses the vibrant brand color #531AF6, which is consistent with the site's primary color scheme. It also has action-oriented text 'Get the index', making it a strong candidate for the primary CTA."
},
"secondary": {
"index": 5,
"text": "DOWNLOAD",
"reasoning": "Button #5 uses a different vibrant color #2EA056 (green) and has action-oriented text 'DOWNLOAD', making it suitable as a secondary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'VergeSense'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}