# Nitrode Brand Identity A complete profile of **Nitrode**'s visual system — colors, typography, components, and personality — extracted from https://www.nitrode.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/nitrode - Machine-readable JSON: https://characterquilt.com/branding/nitrode.json - Per-page llms.txt: https://characterquilt.com/branding/nitrode/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #1D3D14 | | Body Font | Inter | | Heading Font | General Sans | ## Color Palette - primary: #0000EE - secondary: #75F0C5 - accent: #1D3D14 - background: #171717 - textPrimary: #171717 - link: #1D3D14 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: General Sans — https://fonts.google.com/specimen/General+Sans ## Visual Assets - Logo: https://framerusercontent.com/images/4vbQ6TvTFEjapIhKV9ofLE57rx8.png?width=1695&height=335 - Favicon: https://framerusercontent.com/images/ENAyFZNfrZZiBdAsFYyfvK3i5M.svg - Social card (og:image): https://framerusercontent.com/assets/xLqw2GovHmtsit8jhT029jZLXj8.png ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Nitrode Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Nitrode** - Image: https://framerusercontent.com/assets/xLqw2GovHmtsit8jhT029jZLXj8.png - Source: https://www.nitrode.com/ - **Contact** - Image: https://framerusercontent.com/images/oc6OoqfMCWPGgqYC7IbLPu7ik.png - Source: https://www.nitrode.com/contact - **Nitrode** - Image: https://framerusercontent.com/images/jUlD0V4PKhvpS8foneuNGXTOnds.png?width=2908&height=608 - Source: https://www.nitrode.com/ - **Nitrode** - Image: https://framerusercontent.com/images/4vbQ6TvTFEjapIhKV9ofLE57rx8.png?width=1695&height=335 - Source: https://www.nitrode.com/ - **Nitrode – AI Game Engine: AI Game Engine to Prototype 3D...** - Image: https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/61a580578e3a28a2bebe2ed1d7076640?_a=AQAEulh - Source: https://app.daily.dev/posts/nitrode-ai-game-engine-ai-game-engine-to-prototype-3d-games-in-a-day-ihokspywk - **AI game engine to prototype 3D games in a day | Nitrode | Product Hunt** - Image: https://ph-files.imgix.net/fada3ae5-68d8-4212-8a1e-814c5d18ac44.png?auto=format&fit=crop&frame=1&h=512&w=1024 - Source: https://www.producthunt.com/products/nitrode-ai-game-engine ## 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": "General Sans", "role": "heading" } ], "colors": { "primary": "#0000EE", "secondary": "#75F0C5", "accent": "#1D3D14", "background": "#171717", "textPrimary": "#171717", "link": "#1D3D14" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "General Sans" }, "fontStacks": { "heading": [ "General Sans", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "48px", "h2": "48px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://framerusercontent.com/images/4vbQ6TvTFEjapIhKV9ofLE57rx8.png?width=1695&height=335", "favicon": "https://framerusercontent.com/images/ENAyFZNfrZZiBdAsFYyfvK3i5M.svg", "ogImage": "https://framerusercontent.com/assets/xLqw2GovHmtsit8jhT029jZLXj8.png", "logoHref": "./" }, "__llm_logo_reasoning": { "selectedIndex": 2, "reasoning": "Selected #2 because it is visible, medium-sized, located in the header, and links to the homepage, which strongly indicates it is the main brand logo for Nitrode.", "confidence": 0.95, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 2, "selectedLogoReasoning": "Selected #2 because it is visible, medium-sized, located in the header, and links to the homepage, which strongly indicates it is the main brand logo for Nitrode.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```