# Codebuff Brand Identity A complete profile of **Codebuff**'s visual system — colors, typography, components, and personality — extracted from https://codebuff.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/codebuff - Machine-readable JSON: https://characterquilt.com/branding/codebuff.json - Per-page llms.txt: https://characterquilt.com/branding/codebuff/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #031D0A | | Accent | #111827 | | Body Font | Inter | | Heading Font | Domine | ## Color Palette - primary: #031D0A - secondary: #19212C - accent: #111827 - background: #000000 - textPrimary: #000000 - link: #111827 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Domine — https://fonts.google.com/specimen/Domine ## Visual Assets - Logo: https://www.codebuff.com/_next/image?url=%2Ffavicon%2Flogo-and-name.ico&w=640&q=75 - Favicon: https://www.codebuff.com/favicon/favicon-16x16.ico - Social card (og:image): https://www.codebuff.com/opengraph-image.png ## UI Components - buttonPrimary: background=#111827, textColor=#FFFFFF, borderRadius=0px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px - buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: developers and tech enthusiasts ## Codebuff Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Codebuff Launch Week, Day 2 — Max mode - Codebuff** - Image: https://substackcdn.com/image/fetch/$s_!_VVm!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe3f2caf0-ee4c-4499-ad2e-dba7bdf308a4_2414x2206.png - Source: https://news.codebuff.com/p/codebuff-launch-week-day-2-max-mode - **Manicode is no more. Meet Codebuff! - Codebuff** - Image: https://substackcdn.com/image/fetch/$s_!tLXu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6e861ae0-b1cf-447e-bd5c-c02ec3900848_1844x1218.png - Source: https://news.codebuff.com/p/manicode-is-no-more-meet-codebuff - **It's Codebuff Launch Week — Day 1: Usage-based Pricing** - Image: https://substack-video.s3.amazonaws.com/video_upload/post/161827873/68dd655b-7c47-4960-97d1-fecb4aad1aef/transcoded-00001.png?refresh=Sun%20Apr%2012%202026%2017:00:00%20GMT-0700%20(Pacific%20Daylight%20Time) - Source: https://news.codebuff.com/p/its-codebuff-launch-week-day-1-usage - **Codebuff is the best agent on large codebases.** - Image: https://substack-video.s3.amazonaws.com/video_upload/post/157787795/8ca73a15-f2b5-4489-a8ac-edfd3c7b6fa2/transcoded-00001.png?refresh=Thu%20Apr%2009%202026%2017:00:00%20GMT-0700%20(Pacific%20Daylight%20Time) - Source: https://news.codebuff.com/p/codebuff-is-the-best-agent-on-large - **Codebuff is live with o3-mini! - Codebuff** - Image: https://substackcdn.com/image/fetch/$s_!Mco1!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe6649f4e-8d15-459f-b30c-42e58b3c157b_1676x1422.png - Source: https://news.codebuff.com/p/codebuff-is-live-with-o3-mini - **Codebuff goes Open Source, beats Claude Code, launches SDK** - Image: https://substackcdn.com/image/fetch/$s_!5efl!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1cf5b40-565c-4f5c-8536-1cfe7ae2fedf_1090x1590.png - Source: https://news.codebuff.com/p/codebuff-goes-open-source-beats-claude ## 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": "Inter", "role": "body" }, { "family": "DM Mono", "role": "monospace" }, { "family": "JetBrains Mono", "role": "monospace" }, { "family": "Domine", "role": "heading" } ], "colors": { "primary": "#031D0A", "secondary": "#19212C", "accent": "#111827", "background": "#000000", "textPrimary": "#000000", "link": "#111827" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Domine" }, "fontStacks": { "heading": [ "Domine", "serif" ], "body": [ "Inter", "system-ui", "arial" ], "paragraph": [ "DM Mono", "JetBrains Mono", "system-ui", "arial", "Consolas", "Menlo", "Monaco", "Courier New", "Courier", "monospace" ] }, "fontSizes": { "h1": "72px", "h2": "20px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "2px" }, "components": { "buttonPrimary": { "background": "#111827", "textColor": "#FFFFFF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://www.codebuff.com/_next/image?url=%2Ffavicon%2Flogo-and-name.ico&w=640&q=75", "favicon": "https://www.codebuff.com/favicon/favicon-16x16.ico", "ogImage": "https://www.codebuff.com/opengraph-image.png", "logoHref": "/", "logoAlt": "Codebuff" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Codebuff'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Refresh Now", "reasoning": "Button #2 has a vibrant background color (#111827) with action-oriented text 'Refresh Now', making it the most prominent CTA." }, "secondary": { "index": 0, "text": "Get Started", "reasoning": "Button #0 has a different background color (#FFFFFF) and serves as a secondary action with the text 'Get Started'." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers and tech enthusiasts" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Codebuff'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```