# Manaflow Brand Identity A complete profile of **Manaflow**'s visual system — colors, typography, components, and personality — extracted from https://www.manaflow.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/manaflow - Machine-readable JSON: https://characterquilt.com/branding/manaflow.json - Per-page llms.txt: https://characterquilt.com/branding/manaflow/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0A1D25 | | Accent | #082939 | | Body Font | Geist | | Heading Font | Geist | ## Color Palette - primary: #0A1D25 - secondary: #9CA3AF - accent: #082939 - background: #0A0A0A - textPrimary: #0A0A0A - link: #082939 ## Typography - primary: Geist — https://fonts.google.com/specimen/Geist - heading: Geist — https://fonts.google.com/specimen/Geist ## Visual Assets - Favicon: https://manaflow.com/favicon.ico?favicon.9b65bce6.ico ## Brand Personality Tone: modern · Energy: medium · Audience: developers ## Manaflow Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Manaflow - Open Source Applied AI Lab** - Image: https://manaflow.com/cmux-screenshot.webp - Source: https://manaflow.com/ - **ManaFlow 52 Showcase** - Image: https://i.ytimg.com/vi/tkdO1dZK8N4/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=tkdO1dZK8N4 - **Manaflow: Building the open-source terminal for coding agents | Y Combinator** - Image: https://i.ytimg.com/vi/XKc1cVCFLDQ/maxresdefault.jpg - Source: https://www.ycombinator.com/companies/manaflow - **lvl 18 Sylas + ROA + Manaflow = 101 AD Manamune (+171 passive dmg) : r/sylasmains** - Image: https://i.redd.it/q71i9np66yxe1.png - Source: https://www.reddit.com/r/sylasmains/comments/1kbcwxc/lvl_18_sylas_roa_manaflow_101_ad_manamune_171/ - **Manaflow Demo: Feature tour and building basic workflows** - Image: https://i.ytimg.com/vi/9MU2LCNXGHo/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=9MU2LCNXGHo ## 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": "Geist", "role": "body" }, { "family": "JetBrains Mono", "role": "monospace" } ], "colors": { "primary": "#0A1D25", "secondary": "#9CA3AF", "accent": "#082939", "background": "#0A0A0A", "textPrimary": "#0A0A0A", "link": "#082939" }, "typography": { "fontFamilies": { "primary": "Geist", "heading": "Geist" }, "fontStacks": { "heading": [ "Geist", "sans-serif" ], "body": [ "JetBrains Mono", "SFMono-Regular", "Menlo", "Consolas", "ui-monospace", "Monaco", "Courier New", "monospace" ], "paragraph": [ "Geist", "sans-serif" ] }, "fontSizes": { "h1": "30px", "h2": "30px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": {}, "images": { "logo": null, "favicon": "https://manaflow.com/favicon.ico?favicon.9b65bce6.ico", "ogImage": null }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```