# CodeStory Brand Identity A complete profile of **CodeStory**'s visual system — colors, typography, components, and personality — extracted from https://aide.dev. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/codestory - Machine-readable JSON: https://characterquilt.com/branding/codestory.json - Per-page llms.txt: https://characterquilt.com/branding/codestory/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #364153 | | Accent | #6A7282 | | Body Font | IBM Plex Mono | | Heading Font | IBM Plex Mono | ## Color Palette - primary: #364153 - secondary: #0055FF - accent: #6A7282 - background: #FAFAFA - textPrimary: #1A1A1A - link: #6A7282 ## Typography - primary: IBM Plex Mono — https://fonts.google.com/specimen/IBM+Plex+Mono - heading: IBM Plex Mono — https://fonts.google.com/specimen/IBM+Plex+Mono ## Visual Assets - Logo: https://aide.dev/logo.svg - Favicon: https://aide.dev/favicon.ico?favicon.0b3bf435.ico ## Brand Personality Tone: modern · Energy: medium · Audience: developers ## CodeStory Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **SOTA on swebench-verified: (re)learning the bitter lesson | aide.dev** - Image: https://aide.dev/images/mcts_tree_1.webp - Source: https://aide.dev/blog/sota-bitter-lesson - **Aide — AI-Native Developer Tools** - Image: https://aide.dev/favicon.ico?favicon.0b3bf435.ico - Source: https://aide.dev/ - **Santosh Khute Launches CodeStory Labs - A New-Age Full-Service Digital Agency Built to Transform Brands in the Digital Era** - Image: https://app.accessnewswire.com/imagelibrary/126aefae-e312-4396-bca1-593a1d7839b3/santosh.png - Source: https://www.accessnewswire.com/newsroom/en/blockchain-and-cryptocurrency/santosh-khute-launches-codestory-labs-a-new-age-full-service-digital-1158481 - **CodeStory · GitHub** - Image: https://avatars.githubusercontent.com/u/135339264?s=280&v=4 - Source: https://github.com/codestoryai - **Haste explores micropayments via BSV** - Image: https://coingeek.com/wp-content/uploads/2023/03/Codestory-with-Joe-De-Pinto.jpg - Source: https://coingeek.com/haste-joe-de-pinto-talks-to-the-code-story-podcast-about-bsv-micropayments-and-more/ - **Getting_started_Login.png** - Image: https://codestoryapp.com/static/2e175ee11ca7e76726c1e5ab029523b9/976f8/Getting_started_Login.png - Source: https://codestoryapp.com/documentation/sign-up ## 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": "light", "fonts": [ { "family": "IBM Plex Mono", "role": "monospace" }, { "family": "Newsreader", "role": "unknown" } ], "colors": { "primary": "#364153", "secondary": "#0055FF", "accent": "#6A7282", "background": "#FAFAFA", "textPrimary": "#1A1A1A", "link": "#6A7282" }, "typography": { "fontFamilies": { "primary": "IBM Plex Mono", "heading": "IBM Plex Mono" }, "fontStacks": { "heading": [ "IBM Plex Mono" ], "body": [ "IBM Plex Mono" ], "paragraph": [ "Newsreader" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://aide.dev/logo.svg", "favicon": "https://aide.dev/favicon.ico?favicon.0b3bf435.ico", "ogImage": null, "logoHref": "/", "logoAlt": "Aide" }, "__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 'Aide'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": -1, "text": "N/A", "reasoning": "The button does not have a vibrant or brand color background, and the text is not action-oriented, making it unsuitable as a primary CTA." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, and it does not fit the criteria for a secondary button due to its lack of distinction from a primary button." }, "confidence": 0.8 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers" }, "designSystem": { "framework": "tailwind", "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 visible, located in the header, links to the homepage, and matches the brand name 'Aide'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```