# sudocode Brand Identity A complete profile of **sudocode**'s visual system — colors, typography, components, and personality — extracted from https://sudocode.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/sudocode - Machine-readable JSON: https://characterquilt.com/branding/sudocode.json - Per-page llms.txt: https://characterquilt.com/branding/sudocode/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #4B5563 | | Accent | #2563EB | | Body Font | Segoe UI | | Heading Font | Segoe UI | ## Color Palette - primary: #4B5563 - secondary: #2563EB - accent: #2563EB - background: #FFFFFF - textPrimary: #1F2937 - link: #1F2937 ## Typography - primary: Segoe UI — https://fonts.google.com/specimen/Segoe+UI - heading: Segoe UI — https://fonts.google.com/specimen/Segoe+UI ## Visual Assets - Logo: https://sudocode.ai/icon.png - Favicon: https://sudocode.ai/favicon.ico ## UI Components - buttonPrimary: background=#2563EB, textColor=#FFFFFF, borderRadius=8px, shadow=none - buttonSecondary: background=#1F2937, textColor=#FFFFFF, borderRadius=8px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: developers and tech enthusiasts ## sudocode Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **testfile->sudocode.txt · Issue #2 · rahulkumaran/sudocode** - Image: https://user-images.githubusercontent.com/36763691/49333870-d20db200-f5ec-11e8-9b53-d74f6894d74a.png - Source: https://github.com/rahulkumaran/sudocode/issues/2 - **Sudocode - the most up-to-date digital development solutions** - Image: https://www.sudocode.org/_next/image?url=https%3A%2F%2F9uy6uxjgfktmbsba.public.blob.vercel-storage.com%2Fimages%2Fportfolio%2Fil7i7v-namistamp.jpg&w=3840&q=75 - Source: https://www.sudocode.org/en - **Sudocode - the most up-to-date digital development solutions** - Image: https://www.sudocode.org/_next/image?url=https%3A%2F%2F9uy6uxjgfktmbsba.public.blob.vercel-storage.com%2Fimages%2Fportfolio%2Fmvv2vx-Screenshot%202025-02-10%20162348.png&w=3840&q=75 - Source: https://www.sudocode.org/en - **testfile->sudocode.txt · Issue #2 · rahulkumaran/sudocode** - Image: https://user-images.githubusercontent.com/36763691/49333873-d934c000-f5ec-11e8-8e51-b7e6aab3f1f4.png - Source: https://github.com/rahulkumaran/sudocode/issues/2 - **Sudocode - the most up-to-date digital development solutions** - Image: https://www.sudocode.org/_next/image?url=https%3A%2F%2F9uy6uxjgfktmbsba.public.blob.vercel-storage.com%2Fimages%2Fportfolio%2F2mlsps-Screenshot%202025-01-29%20230225.png&w=3840&q=75 - Source: https://www.sudocode.org/en ## 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": "JetBrains Mono", "role": "monospace" }, { "family": "Segoe UI", "role": "body" }, { "family": "Helvetica", "role": "body" }, { "family": "Arial", "role": "body" } ], "colors": { "primary": "#4B5563", "secondary": "#2563EB", "accent": "#2563EB", "background": "#FFFFFF", "textPrimary": "#1F2937", "link": "#1F2937" }, "typography": { "fontFamilies": { "primary": "Segoe UI", "heading": "Segoe UI" }, "fontStacks": { "heading": [ "__JetBrains_Mono_3c557b", "__JetBrains_Mono_Fallback_3c557b" ], "body": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "sans-serif" ], "paragraph": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "36px", "h2": "24px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#2563EB", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonSecondary": { "background": "#1F2937", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" } }, "images": { "logo": "https://sudocode.ai/icon.png", "favicon": "https://sudocode.ai/favicon.ico", "ogImage": null, "logoAlt": "sudocode logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and the alt text matches the brand name 'sudocode'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "View on npm →", "reasoning": "Button #0 uses a vibrant blue color (#2563EB), which is a strong indicator of a primary CTA. The text 'View on npm →' suggests an action-oriented purpose, aligning with typical primary CTA characteristics." }, "secondary": { "index": 1, "text": "GitHub Repo", "reasoning": "Button #1 has a neutral background color (#1F2937) and serves as a secondary action with the text 'GitHub Repo', which is less action-oriented than the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers and tech enthusiasts" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and the alt text matches the brand name 'sudocode'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```