jitx.json

JITX Brand Identity

A complete profile of JITX's visual system — colors, typography, components, and personality — extracted from jitx.com. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #01BFA5
Accent #01BFA5
Body Font Open Sans
Heading Font Montserrat

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech professionals

JITX Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here is a 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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Heebo",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#01BFA5",
    "secondary": "#FEC107",
    "accent": "#01BFA5",
    "background": "#0A0D0C",
    "textPrimary": "#0A0D0C",
    "link": "#2A2450"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Open Sans",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "30px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0A0D0C",
      "textColor": "#01BFA5",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#333333",
      "textColor": "#AAAAAA",
      "borderColor": "#808080",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6044fe74a6d10f4cc8723975/63781c3154cc50d2dee3685e_LogoLight.svg",
    "favicon": "https://cdn.prod.website-files.com/6044fe74a6d10f4cc8723975/6044fe74a6d10fcec9723a20_Favicon.png",
    "ogImage": "https://i.imgur.com/xKcos9j.jpg",
    "logoHref": "/",
    "logoAlt": "ColorLogo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'JITX'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Schedule demo",
      "reasoning": "The 'Schedule demo' button uses a dark background with a vibrant text color (#01BFA5), making it stand out as the primary call-to-action. The text is action-oriented, encouraging users to engage with the product."
    },
    "secondary": {
      "index": 1,
      "text": "Cookie Settings",
      "reasoning": "The 'Cookie Settings' button has a neutral background color (#333333) and less prominent text color, making it suitable as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech 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 'JITX'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}