# Tessl Brand Identity A complete profile of **Tessl**'s visual system — colors, typography, components, and personality — extracted from https://www.tessl.io/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tessl - Machine-readable JSON: https://characterquilt.com/branding/tessl.json - Per-page llms.txt: https://characterquilt.com/branding/tessl/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #4ADE80 | | Accent | #00FF90 | | Body Font | Atkinson Hyperlegible Next | | Heading Font | Atkinson Hyperlegible Next | ## Color Palette - primary: #4ADE80 - secondary: #829AAB - accent: #00FF90 - background: #111111 - textPrimary: #111111 - link: #00FF90 ## Typography - primary: Atkinson Hyperlegible Next — https://fonts.google.com/specimen/Atkinson+Hyperlegible+Next - heading: Atkinson Hyperlegible Next — https://fonts.google.com/specimen/Atkinson+Hyperlegible+Next ## Visual Assets - Logo: https://tessl.io/sanity/_next/static/media/logo.0yqw2b6tzbfnm.svg?dpl=dpl_2hvvkTvL2V896oxNs538oxhP9hKL - Favicon: https://tessl.io/favicon.ico?favicon.09d5ivt-qg4z7.ico - Social card (og:image): https://cdn.sanity.io/images/ojuglg5y/production/fa12cfb35dd51f280b764adf7122a6c0f7911e12-2400x1260.png?w=1200&fit=max&auto=format ## UI Components - input: background=#181719, textColor=#FFFFFF, borderColor=#222222, borderRadius=4px, shadow=none - buttonPrimary: background=#1F1F1F, textColor=#D1D1D1, borderRadius=4px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech professionals ## Tessl Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Tessl Careers** - Image: https://cdn.sanity.io/images/ojuglg5y/production/c36e4065e399a78d844a58d10205cb94170e48b5-4080x3072.jpg?w=4080&auto=format - Source: https://tessl.io/careers/ - **A Proposed Framework For Evaluating Skills [Research Eng Blog]** - Image: https://cdn.sanity.io/images/ojuglg5y/production/08ca9de738fb557fd34a75255137cedb220aa5cd-3840x2160.png?w=1200&fit=max&auto=format - Source: https://tessl.io/blog/a-proposed-framework-for-evaluating-skills-research-eng-blog/ - **Tessl Careers** - Image: https://cdn.sanity.io/images/ojuglg5y/production/d94771fadfd4b60b2a5a51a8713a9a58db20792c-4018x2969.jpg?w=4018&auto=format - Source: https://tessl.io/careers/ - **Kilo bets on context to bridge AI coding agents and chat apps** - Image: https://cdn.sanity.io/images/ojuglg5y/production/ba3c33c9a57871485fe7f4cfd51d17f087a947e3-1456x816.png?w=1200&fit=max&auto=format - Source: https://tessl.io/blog/kilo-bets-on-context-as-the-bridge-between-ai-coding-agents-and-chat-apps/ - **A Proposed Framework For Evaluating Skills [Research Eng Blog]** - Image: https://cdn.sanity.io/images/ojuglg5y/production/5968bab24e3a8871270d785454dc1b290d1b0648-3936x2752.jpg?w=3936&auto=format - Source: https://tessl.io/blog/a-proposed-framework-for-evaluating-skills-research-eng-blog/ - **Prompts are the new source code** - Image: https://cdn.sanity.io/images/ojuglg5y/production/bb98f43daa74a7323fbef7b3918707322f67a35c-1456x816.png?w=1456&auto=format - Source: https://tessl.io/blog/prompts-are-the-new-source-code/ ## 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": "Atkinson Hyperlegible Next", "role": "body" } ], "colors": { "primary": "#4ADE80", "secondary": "#829AAB", "accent": "#00FF90", "background": "#111111", "textPrimary": "#111111", "link": "#00FF90" }, "typography": { "fontFamilies": { "primary": "Atkinson Hyperlegible Next", "heading": "Atkinson Hyperlegible Next" }, "fontStacks": { "heading": [ "Atkinson Hyperlegible Next", "sans-serif" ], "body": [ "Atkinson Hyperlegible Next", "sans-serif" ], "paragraph": [ "Atkinson Hyperlegible Next", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "60px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "input": { "background": "#181719", "textColor": "#FFFFFF", "borderColor": "#222222", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonPrimary": { "background": "#1F1F1F", "textColor": "#D1D1D1", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "https://tessl.io/sanity/_next/static/media/logo.0yqw2b6tzbfnm.svg?dpl=dpl_2hvvkTvL2V896oxNs538oxhP9hKL", "favicon": "https://tessl.io/favicon.ico?favicon.09d5ivt-qg4z7.ico", "ogImage": "https://cdn.sanity.io/images/ojuglg5y/production/fa12cfb35dd51f280b764adf7122a6c0f7911e12-2400x1260.png?w=1200&fit=max&auto=format", "logoHref": "/", "logoAlt": "Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Tessl'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Get started free", "reasoning": "Button #0 ('Get started free') is the primary CTA due to its action-oriented text and prominent placement, encouraging users to begin using the platform." }, "secondary": { "index": 26, "text": "Read the blog", "reasoning": "Button #4 ('Read the blog') serves as a secondary action with a different color group, offering additional engagement without the primary CTA's urgency." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech professionals" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__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 matches the brand name 'Tessl'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```