llms.txt

Janet AI Brand Identity

A complete profile of Janet AI's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #6556E5
Accent #6556E5
Body Font Arial
Heading Font Arial

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: product managers and tech professionals

Janet AI Brand in the Wild

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

Working with these 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.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Ppmori",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6556E5",
    "accent": "#6556E5",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#403690"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "heading": [
        "Ppmori",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Ppmori",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Ppmori",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "36px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#6556E5",
      "textColor": "#FFFFFF",
      "borderColor": "#6556E5",
      "borderRadius": "1920px",
      "borderRadiusCorners": {
        "topLeft": "1920px",
        "topRight": "1920px",
        "bottomRight": "1920px",
        "bottomLeft": "1920px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/6989f94ed2f3ca1401794f30_janet.svg",
    "favicon": "https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69c4c7691936f34537052f65_Image%20Logo%20Circle%20(32x32).png",
    "ogImage": "https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69a5feaae4685e7db8d4d1bd_Image%20Logo%20Square%20(High-Res).png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "product managers and tech professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  }
}