kenobi.json
Kenobi Brand Identity
A complete profile of Kenobi's visual system — colors, typography, components, and personality — extracted from https://kenobi.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/kenobi
- Machine-readable JSON: https://characterquilt.com/branding/kenobi.json
- Per-page llms.txt: https://characterquilt.com/branding/kenobi/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FFFFFF |
| Accent | #FFFFFF |
| Body Font | Geist |
| Heading Font | Stack Sans Headline |
Color Palette
- primary: #FFFFFF
- accent: #FFFFFF
- background: #000000
- textPrimary: #000000
- link: #FFFFFF
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Stack Sans Headline — https://fonts.google.com/specimen/Stack+Sans+Headline
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=6px, shadow=none
- buttonSecondary: background=#000000, textColor=#FFFFFF, borderRadius=8px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Kenobi Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Kenobi
- Image:
- Source: https://www.kenobi.ai/
- Kenobi
- Image:
- Source: https://www.kenobi.ai/
- Kenobi
- Image:
- Source: https://www.kenobi.ai/
- Kenobi
- Image:
- Source: https://kenobi.ai/start
- Obi-Wan Kenobi: A Jedi's Return (2022) - IMDb
- Image:
- Source: https://www.imdb.com/title/tt21860836/
- Kenobi Launches: Personalize Your Website To Every Visitor | Fondo
- Image:
- Source: https://fondo.com/blog/kenobi-launches
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:
- 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.
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
{
"colorScheme": "dark",
"fonts": [
{
"family": "Geist",
"role": "unknown"
},
{
"family": "Stack Sans Headline",
"role": "heading"
}
],
"colors": {
"primary": "#FFFFFF",
"accent": "#FFFFFF",
"background": "#000000",
"textPrimary": "#000000",
"link": "#FFFFFF"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Stack Sans Headline"
},
"fontStacks": {
"heading": [
"Geist"
],
"body": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "96px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "3px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://kenobi.ai/_next/image?url=%2Flogos%2Flogo_borderless_white.png&w=384&q=75&dpl=dpl_4m2UM2Jpv4P8bFzw6bK3ADZFAMqW",
"favicon": "https://kenobi.ai/favicon.ico?favicon.8fe2034a.ico",
"ogImage": "https://www.getkenobi.com/opengraph-image.jpg?opengraph-image.78725b04.jpg",
"logoAlt": "Kenobi.ai"
}
}