# Tinfoil Brand Identity A complete profile of **Tinfoil**'s visual system — colors, typography, components, and personality — extracted from https://tinfoil.sh. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tinfoil - Machine-readable JSON: https://characterquilt.com/branding/tinfoil.json - Per-page llms.txt: https://characterquilt.com/branding/tinfoil/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #004444 | | Accent | #004444 | | Body Font | Aeonik Fono | | Heading Font | Aeonik Regular | ## Color Palette - primary: #004444 - secondary: #12242B - accent: #004444 - background: #061820 - textPrimary: #061820 - link: #061820 ## Typography - primary: Aeonik Fono — https://fonts.google.com/specimen/Aeonik+Fono - heading: Aeonik Regular — https://fonts.google.com/specimen/Aeonik+Regular ## Visual Assets - Logo: https://tinfoil.sh/brand-assets/logo-white.svg - Favicon: https://tinfoil.sh/icon-light.png - Social card (og:image): https://tinfoil.sh/social-banner.jpg ## UI Components - buttonPrimary: background=#004444, textColor=#FFFFFF, borderRadius=8px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#061820, borderColor=#061820, borderRadius=8px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: tech-savvy individuals and businesses interested in AI privacy solutions ## Tinfoil Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Getting a Tinfoil API key - Tinfoil Documentation** - Image: https://mintcdn.com/tinfoil/V4FchSA2f5FVqQCB/images/apikey-walkthrough/step-5-api-checkout.jpeg?fit=max&auto=format&n=V4FchSA2f5FVqQCB&q=85&s=d008ac5a0426d4978ab92ece88d2c13c - Source: https://docs.tinfoil.sh/get-api-key - **Tinfoil - Blog** - Image: https://tinfoil.sh/_next/image?url=%2Fblog-images%2F2025-08-22-openai-encrypted-chat.jpg&w=1920&q=75&dpl=dpl_5JffnL1WtbMLrt62Gjq6YNEToXpp - Source: https://tinfoil.sh/blog - **Tinfoil - How Does Tinfoil Compare to Apple Private Cloud Compute?** - Image: https://tinfoil.sh/blog-images/2025-01-30-apple-vs-us.png - Source: https://tinfoil.sh/blog/2025-01-30-how-do-we-compare - **Tinfoil - Blog** - Image: https://tinfoil.sh/_next/image?url=%2Fblog-images%2F2025-08-26-qwen3-coder-private.jpeg&w=1920&q=75&dpl=dpl_5JffnL1WtbMLrt62Gjq6YNEToXpp - Source: https://tinfoil.sh/blog - **Tinfoil - Launching qwen3-coder-480B** - Image: https://tinfoil.sh/blog-images/2025-08-26-openrouter-leaderboard.png - Source: https://tinfoil.sh/blog/2025-09-02-qwen3-coder-private - **Tinfoil - Blog** - Image: https://tinfoil.sh/_next/image?url=%2Fblog-images%2F2025-05-10-ohttp.jpg&w=1920&q=75&dpl=dpl_5JffnL1WtbMLrt62Gjq6YNEToXpp - Source: https://tinfoil.sh/blog ## 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": "Aeonik Fono", "role": "body" }, { "family": "Aeonik Regular", "role": "heading" } ], "colors": { "primary": "#004444", "secondary": "#12242B", "accent": "#004444", "background": "#061820", "textPrimary": "#061820", "link": "#061820" }, "typography": { "fontFamilies": { "primary": "Aeonik Fono", "heading": "Aeonik Regular" }, "fontStacks": { "heading": [ "__aeonikRegular_a46b70", "__aeonikRegular_Fallback_a46b70", "sans-serif" ], "body": [ "__aeonikFono_7e4e52", "__aeonikFono_Fallback_7e4e52", "sans-serif" ], "paragraph": [ "__aeonikRegular_a46b70", "__aeonikRegular_Fallback_a46b70", "sans-serif" ] }, "fontSizes": { "h1": "72px", "h2": "60px", "body": "30px" } }, "spacing": { "baseUnit": 4, "borderRadius": "6px" }, "components": { "buttonPrimary": { "background": "#004444", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#061820", "borderColor": "#061820", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" } }, "images": { "logo": "https://tinfoil.sh/brand-assets/logo-white.svg", "favicon": "https://tinfoil.sh/icon-light.png", "ogImage": "https://tinfoil.sh/social-banner.jpg", "logoHref": "/", "logoAlt": "Tinfoil Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Tinfoil'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Get Started", "reasoning": "Button #0 'Get Started' uses the vibrant brand color #004444, making it the most prominent CTA. The text is action-oriented, encouraging users to begin their journey with the service." }, "secondary": { "index": 20, "text": "Learn More", "reasoning": "Button #5 'Learn More' has a different background color (#FFFFFF) and serves as a secondary action, providing additional information without the same level of urgency as the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "tech-savvy individuals and businesses interested in AI privacy solutions" }, "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, links to the homepage, and the alt text matches the brand name 'Tinfoil'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```