# Janet AI Brand Identity A complete profile of **Janet AI**'s visual system — colors, typography, components, and personality — extracted from https://janet.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/janet-ai - Machine-readable JSON: https://characterquilt.com/branding/janet-ai.json - Per-page llms.txt: https://characterquilt.com/branding/janet-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6556E5 | | Accent | #6556E5 | | Body Font | Arial | | Heading Font | Arial | ## Color Palette - primary: #6556E5 - accent: #6556E5 - background: #000000 - textPrimary: #000000 - link: #403690 ## Typography - primary: Arial — https://fonts.google.com/specimen/Arial - heading: Arial — https://fonts.google.com/specimen/Arial ## Visual Assets - 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 - Social card (og:image): https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69a5feaae4685e7db8d4d1bd_Image%20Logo%20Square%20(High-Res).png ## UI Components - buttonPrimary: background=#6556E5, textColor=#FFFFFF, borderColor=#6556E5, borderRadius=1920px, shadow=none ## 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. - **Janet AI - The Intelligent Product Management System** - Image: https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69c2f747a59a21c3836f2984_Frame%2044.png - Source: https://janet.ai/ - **Data Processing Agreement** - Image: https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/6986207c8b0049021736ace5_Frame%2043.png - Source: https://janet.ai/dpa - **Janet AI - The Intelligent Product Management System** - Image: https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69861b760b4265b34e23c14c_7.png - Source: https://janet.ai/ - **Janet AI - The Intelligent Product Management System** - Image: https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69861b76f5dffd42aa0cfa0e_4.png - Source: https://janet.ai/ - **Janet AI - The Intelligent Product Management System** - Image: https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69861b76370395997b0afef3_6.png - Source: https://janet.ai/ - **Janet AI - The Intelligent Product Management System** - Image: https://cdn.prod.website-files.com/6986120c621d6dab7bd72bae/69a5feaae4685e7db8d4d1bd_Image%20Logo%20Square%20(High-Res).png - Source: https://janet.ai/ ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this 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. 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": "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" }, "__llm_logo_reasoning": { "selectedIndex": 2, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'Janet AI'.", "confidence": 0.95, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Start for Free", "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #6556E5, which is consistent with the site's primary color scheme, and has action-oriented text 'Start for Free'." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "Both buttons share the same background color, #6556E5, which is the brand color. No secondary button with a different color is available." }, "confidence": 0.9 }, "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 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 2, "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'Janet AI'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```