# 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**
  - Image: https://www.vergesense.com/hs-fs/hubfs/blog1%20(1).jpg?width=847&height=477&name=blog1%20(1).jpg
  - Source: https://www.vergesense.com/resources/blog/ai-and-the-workplace-make-better-decisions-faster
- **What is the Environmental Impact of Battery-Powered Sensors?**
  - Image: https://www.vergesense.com/hubfs/alexander-abero-OypnYfdiQgg-unsplash.jpg
  - Source: https://www.vergesense.com/resources/blog/debunking-the-myth-the-environmental-impact-of-battery-powered-wireless-sensors
- **5 Elements of a Successful Workplace**
  - Image: https://www.vergesense.com/hubfs/Imported_Blog_Media/151f23c0-711f-4b00-b8f5-814b658ecbaf_Blog%20Images-2.png
  - Source: https://www.vergesense.com/resources/blog/5-elements-of-a-successful-workplace
- **Experiment Resource Library | VergeSense**
  - Image: https://www.vergesense.com/hubfs/AdobeStock_139108818.jpeg
  - Source: https://www.vergesense.com/experiment-resource-library
- **Workplace Analytics Platforms: Top 3 Things to Look For**
  - Image: https://www.vergesense.com/hubfs/Imported_Blog_Media/57beb833-2e58-4c0d-898b-711126eb9ab5_Vergesense_Blog_post_8.jpg
  - Source: https://www.vergesense.com/occupancy-intelligence-collaborative/industry-resources/best-workplace-analytics-platform-features
- **How Do APIs Promote Workplace Efficiency?**
  - Image: https://www.vergesense.com/hubfs/AdobeStock_428659694.jpeg
  - Source: https://www.vergesense.com/resources/blog/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:

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": "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
    }
  }
}
```
