# Strong Compute Brand Identity A complete profile of **Strong Compute**'s visual system — colors, typography, components, and personality — extracted from https://strongcompute.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/strong-compute - Machine-readable JSON: https://characterquilt.com/branding/strong-compute.json - Per-page llms.txt: https://characterquilt.com/branding/strong-compute/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0F1129 | | Accent | #3B82F6 | | Body Font | JetBrains Mono | | Heading Font | JetBrains Mono | ## Color Palette - primary: #0F1129 - secondary: #475569 - accent: #3B82F6 - background: #0A0A0A - textPrimary: #0A0A0A - link: #1F2937 ## Typography - primary: JetBrains Mono — https://fonts.google.com/specimen/JetBrains+Mono - heading: JetBrains Mono — https://fonts.google.com/specimen/JetBrains+Mono ## Visual Assets - Logo: https://strongcompute.com/sc_favicon.png - Favicon: https://strongcompute.com/sc_favicon.png ## UI Components - buttonPrimary: background=#3B82F6, textColor=#FFFFFF, borderRadius=10px, shadow=rgba(59, 130, 246, 0.3) 0px 0px 20px 0px - buttonSecondary: background=#0E1119, textColor=#FFFFFF, borderRadius=8px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: tech professionals and businesses looking for GPU cloud solutions ## Strong Compute Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Arcified.AI Winning Playbook for Strong Compute ARC AGI 2 Hackathon** - Image: https://substackcdn.com/image/fetch/$s_!AGjj!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F36c3ffed-e0c3-4404-bc8b-c3172d1daaf8_6000x4000.jpeg - Source: https://words.strongcompute.com/p/arcifiedai-winning-playbook-for-strong - **Maybe Attention is All You Actually Need!** - Image: https://substackcdn.com/image/fetch/$s_!e2NY!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F514d4fce-a35e-4532-a7f2-957a5242463c_3840x2160.jpeg - Source: https://words.strongcompute.com/p/maybe-attention-is-all-you-actually - **AI Compute for Everyone: The Dyson Sphere** - Image: https://substackcdn.com/image/fetch/$s_!mrZp!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbf7f49d1-c93d-412a-b174-485e011f02ee_6000x4000.jpeg - Source: https://words.strongcompute.com/p/ai-compute-for-everyone-the-dyson - **Maybe Attention is All You Actually Need!** - Image: https://substackcdn.com/image/fetch/$s_!e2NY!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F514d4fce-a35e-4532-a7f2-957a5242463c_3840x2160.jpeg - Source: https://words.strongcompute.com/p/maybe-attention-is-all-you-actually - **Maybe Attention is All You Actually Need!** - Image: https://substackcdn.com/image/fetch/$s_!41_f!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F26f3219d-27f1-45df-948d-2a30cc89418c_679x988.png - Source: https://words.strongcompute.com/p/maybe-attention-is-all-you-actually - **Maybe Attention is All You Actually Need!** - Image: https://substackcdn.com/image/fetch/$s_!t4za!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc7822d46-8c66-46ce-9bec-5d3ef6d04cd4_3840x2160.jpeg - Source: https://words.strongcompute.com/p/maybe-attention-is-all-you-actually ## 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": "JetBrains Mono", "role": "monospace" } ], "colors": { "primary": "#0F1129", "secondary": "#475569", "accent": "#3B82F6", "background": "#0A0A0A", "textPrimary": "#0A0A0A", "link": "#1F2937" }, "typography": { "fontFamilies": { "primary": "JetBrains Mono", "heading": "JetBrains Mono" }, "fontStacks": { "heading": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "body": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "64px", "h2": "44px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "buttonPrimary": { "background": "#3B82F6", "textColor": "#FFFFFF", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "rgba(59, 130, 246, 0.3) 0px 0px 20px 0px" }, "buttonSecondary": { "background": "#0E1119", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" } }, "images": { "logo": "https://strongcompute.com/sc_favicon.png", "favicon": "https://strongcompute.com/sc_favicon.png", "ogImage": null, "logoHref": "/finops", "logoAlt": "Strong Compute 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 'Strong Compute'. It is the most prominent logo fitting the brand identity.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Book a Demo →", "reasoning": "Button #0 ('Book a Demo →') uses a vibrant blue color (#3B82F6), which is a strong indicator of a primary CTA. It also has action-oriented text, making it the most prominent call-to-action on the page." }, "secondary": { "index": 1, "text": "Subscribe", "reasoning": "Button #1 ('Subscribe') has a different background color (#0E1119) and serves a secondary function, making it suitable as the secondary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "tech professionals and businesses looking for GPU cloud solutions" }, "designSystem": { "framework": "custom", "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 'Strong Compute'. It is the most prominent logo fitting the brand identity.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```