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
- 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:
- Favicon: .png)
- Social card (og:image): .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:
- Source: https://janet.ai/
- Data Processing Agreement
- Image:
- Source: https://janet.ai/dpa
Working with these 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.
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
}
}