# Tensorfuse Brand Identity A complete profile of **Tensorfuse**'s visual system — colors, typography, components, and personality — extracted from https://www.tensorfuse.io/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tensorfuse - Machine-readable JSON: https://characterquilt.com/branding/tensorfuse.json - Per-page llms.txt: https://characterquilt.com/branding/tensorfuse/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #EB5729 | | Body Font | Inter | | Heading Font | Raleway | ## Color Palette - primary: #0000EE - secondary: #FFEAE3 - accent: #EB5729 - background: #FFFEFE - textPrimary: #EB5729 - link: #EB5729 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Raleway — https://fonts.google.com/specimen/Raleway ## Visual Assets - Favicon: https://framerusercontent.com/images/JRJSW7QsGnlPSmjVt1zXLpGqWPo.png - Social card (og:image): https://framerusercontent.com/assets/ZUEsq8J4Rgs9IbKZiarl9dQZNWk.svg ## UI Components - input: background=transparent, textColor=#FFEAE3, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#EB5729, textColor=#0000EE, borderRadius=31px, shadow=none - buttonSecondary: background=#F9D2C4, textColor=#0000EE, borderRadius=31px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: tech-savvy professionals ## Tensorfuse Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Tensorfuse Blog** - Image: https://framerusercontent.com/images/4tYdlvZNb8NVCkMGm7SiyZkRjc.png - Source: https://tensorfuse.io/blog - **Blog - Tensorfuse** - Image: https://imagedelivery.net/_JfgvYmM1KDpQflCtQhN6Q/4e66c610-1e93-4ce1-be79-7f0a64766800/public - Source: https://tensorfuse.io/docs/blogs/blog - **Tensorfuse - Serverless GPUs on Private Cloud** - Image: https://framerusercontent.com/images/pjsf9aOHnizbu33jhLSwnz98wEc.png?scale-down-to=2048 - Source: https://tensorfuse.io/for-seed-stage-startups - **Blog - Tensorfuse** - Image: https://imagedelivery.net/_JfgvYmM1KDpQflCtQhN6Q/2531ca0b-a599-4ddb-9950-377dbbcea100/public - Source: https://tensorfuse.io/docs/blogs/blog - **Reducing GPU Cold Start Time when using vLLM - Tensorfuse** - Image: https://mintcdn.com/tensorfuse-docs/q6ZVH2Ok8g6Y8df9/images/step_perf_compare.png?fit=max&auto=format&n=q6ZVH2Ok8g6Y8df9&q=85&s=07db687c5c8c44ba6d5c3a027467cbfe - Source: https://tensorfuse.io/docs/blogs/reducing_gpu_cold_start - **Blog - Tensorfuse** - Image: https://imagedelivery.net/_JfgvYmM1KDpQflCtQhN6Q/9573d652-7cc4-4beb-3380-8f06b5f9f400/public - Source: https://tensorfuse.io/docs/blogs/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": "light", "fonts": [ { "family": "Inter", "role": "body" }, { "family": "Raleway", "role": "heading" }, { "family": "Hanken Grotesk", "role": "unknown" }, { "family": "Segoe UI", "role": "unknown" }, { "family": "TT Hoves Pro Trial Regular", "role": "unknown" } ], "colors": { "primary": "#0000EE", "secondary": "#FFEAE3", "accent": "#EB5729", "background": "#FFFEFE", "textPrimary": "#EB5729", "link": "#EB5729" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Raleway" }, "fontStacks": { "heading": [ "Hanken Grotesk", "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Raleway", "sans-serif" ] }, "fontSizes": { "h1": "48px", "h2": "32px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "input": { "background": "transparent", "textColor": "#FFEAE3", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#EB5729", "textColor": "#0000EE", "borderRadius": "31px", "borderRadiusCorners": { "topLeft": "31px", "topRight": "31px", "bottomRight": "31px", "bottomLeft": "31px" }, "shadow": "none" }, "buttonSecondary": { "background": "#F9D2C4", "textColor": "#0000EE", "borderRadius": "31px", "borderRadiusCorners": { "topLeft": "31px", "topRight": "31px", "bottomRight": "31px", "bottomLeft": "31px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://framerusercontent.com/images/JRJSW7QsGnlPSmjVt1zXLpGqWPo.png", "ogImage": "https://framerusercontent.com/assets/ZUEsq8J4Rgs9IbKZiarl9dQZNWk.svg" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Get started", "reasoning": "Button #2 has a vibrant brand color (#EB5729) and action-oriented text ('Get started'), making it the primary CTA." }, "secondary": { "index": 0, "text": "Get started", "reasoning": "Button #0 has a different background color (#F9D2C4) and serves as a secondary action with the text 'Get started'." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "tech-savvy professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```