# Okibi Brand Identity A complete profile of **Okibi**'s visual system — colors, typography, components, and personality — extracted from https://okibi.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/okibi - Machine-readable JSON: https://characterquilt.com/branding/okibi.json - Per-page llms.txt: https://characterquilt.com/branding/okibi/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #020817 | | Accent | #33201E | | Body Font | GeistSans | | Heading Font | GeistSans | ## Color Palette - primary: #020817 - secondary: #9466FF - accent: #33201E - background: #17151E - textPrimary: #17151E - link: #33201E ## Typography - primary: GeistSans — https://fonts.google.com/specimen/GeistSans - heading: GeistSans — https://fonts.google.com/specimen/GeistSans ## Visual Assets - Logo: https://okibi.ai/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fokibi-icon.e6c6813b.png&w=48&q=75 - Favicon: https://okibi.ai/favicon.ico ## UI Components - input: background=transparent, textColor=#E7E7E9, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#26242E, textColor=#E7E7E9, borderRadius=20px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Okibi Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Lovable but for agents - build agents using simple prompts - Okibi | Product Hunt** - Image: https://ph-files.imgix.net/cd3d1fe1-5b88-4092-b9af-34f5b33c0103.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=351&h=210&fit=max&frame=1 - Source: https://www.producthunt.com/products/okibi - **Okibi (Live at Pacifico Yokohama, National Convention Hall 2023.12.22)** - Image: https://i.ytimg.com/vi/nzUe34nyv5o/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLDXE9Fqh41xAZcNN7Lqq4nGca6xqQ - Source: https://www.youtube.com/watch?v=nzUe34nyv5o - **Okibi | GRAVELIFE** - Image: https://images.squarespace-cdn.com/content/v1/5b640899ee1759baff56c801/f43e4204-09dd-4ad9-830b-119a8a46c930/HPR007.png - Source: https://www.djokibi.com/ - **Lovable but for agents - build agents using simple prompts - Okibi | Product Hunt** - Image: https://ph-files.imgix.net/f262190d-8df9-40dd-b056-6d7d0f9df771.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=351&h=210&fit=max&frame=1 - Source: https://www.producthunt.com/products/okibi ## 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": "dark", "fonts": [ { "family": "GeistSans", "role": "unknown" } ], "colors": { "primary": "#020817", "secondary": "#9466FF", "accent": "#33201E", "background": "#17151E", "textPrimary": "#17151E", "link": "#33201E" }, "typography": { "fontFamilies": { "primary": "GeistSans", "heading": "GeistSans" }, "fontStacks": { "heading": [ "GeistSans" ], "body": [ "GeistSans" ], "paragraph": [ "GeistSans" ] }, "fontSizes": { "h1": "40px", "h2": "24px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "15px" }, "components": { "input": { "background": "transparent", "textColor": "#E7E7E9", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#26242E", "textColor": "#E7E7E9", "borderRadius": "20px", "borderRadiusCorners": { "topLeft": "20px", "topRight": "20px", "bottomRight": "20px", "bottomLeft": "20px" }, "shadow": "none" } }, "images": { "logo": "https://okibi.ai/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fokibi-icon.e6c6813b.png&w=48&q=75", "favicon": "https://okibi.ai/favicon.ico", "ogImage": null, "logoHref": "/", "logoAlt": "Okibi Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Attach", "reasoning": "Button #0 with text 'Attach' is likely the primary CTA due to its distinct text color (#E7E7E9) against a dark background, making it stand out more than the others." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color." }, "confidence": 0.8 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.8, "colors": 0.9, "overall": 0.8500000000000001 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```