# Typewise Brand Identity A complete profile of **Typewise**'s visual system — colors, typography, components, and personality — extracted from https://typewise.app. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/typewise - Machine-readable JSON: https://characterquilt.com/branding/typewise.json - Per-page llms.txt: https://characterquilt.com/branding/typewise/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #3B69F4 | | Accent | #3B69F4 | | Body Font | Inter | | Heading Font | Aeonikpro | ## Color Palette - primary: #3B69F4 - secondary: #3B3E56 - accent: #3B69F4 - background: #08080D - textPrimary: #08080D - link: #20212F ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Aeonikpro — https://fonts.google.com/specimen/Aeonikpro ## Visual Assets - Logo: https://cdn.prod.website-files.com/67f539da1e36da6bf8e77b99/6808a6f3380604abee58addd_Main%20logo.svg - Favicon: https://cdn.prod.website-files.com/67f539da1e36da6bf8e77b99/682ca048ee231a8d64d99737_Favicon.png - Social card (og:image): https://cdn.prod.website-files.com/67f539da1e36da6bf8e77b99/681cb8c0e17cc2e00656e236_OG%20Image.jpg ## UI Components - buttonPrimary: background=#3B69F4, textColor=#FFFFFF, borderRadius=960px, shadow=none - buttonSecondary: background=#191A25, textColor=#FFFFFF, borderRadius=960px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: business professionals seeking AI customer service solutions ## Typewise Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Texting Vs Typing: why the smartphone keyboard needs an upgrade | Typewise** - Image: https://cdn.prod.website-files.com/6808ed5445a2321fbfcc156c/6835a88609e8f02768b7d6f9_66df11adbfa4f369df2030df_6426aeb212747b5f9390c4c3_60f6e565c5cedb07f01496e8_tim-mossholder-clN4DePMfm4-unsplash.jpeg - Source: https://www.typewise.app/post/texting-vs-typing-smartphone-keyboard-needs-upgrade - **Customer Service AI Insights Blog | Typewise** - Image: https://cdn.prod.website-files.com/6808ed5445a2321fbfcc156c/69aab169a5ccef1f3686c40c_AI%20Assistants%20Customer%20Experience%20Thumbnail.png - Source: https://typewise.app/blog - **Smartphone Keyboards: The Achilles Heel of Data Privacy | Typewise** - Image: https://cdn.prod.website-files.com/6808ed5445a2321fbfcc156c/6835a87d6d71ee964fbfa244_66df11ac89c04210e0b81546_6426aeb23e819f137ea2ac9e_6092e3cfba14ed1d9a270802_Comparison%25252520Graph%25252520-%25252520Blue%252525402x.png - Source: https://www.typewise.app/post/smartphone-keyboards-the-achilles-heel-of-data-privacy - **Inside The AI: how we build our autocorrect, emoji and text prediction engine | Typewise** - Image: https://cdn.prod.website-files.com/6808ed5445a2321fbfcc156c/6834440dba83f77854a6f954_post-1main-img.jpeg - Source: https://www.typewise.app/blog/inside-the-ai-how-we-build-our-autocorrect-emoji-and-text-prediction-engine - **How To Type Faster On Smartphone: 10 tips for high-speed texting | Typewise** - Image: https://cdn.prod.website-files.com/6808ed5445a2321fbfcc156c/6835a8789cd6e152faa3f510_66df11a8b9fba68e86371244_6426aeb3d4bdfde9a11a65c2_61829c04c9918230a8fcda5b_matt-botsford-OKLqGsCT8qs-unsplash.jpeg - Source: https://www.typewise.app/post/how-to-type-faster-smartphone-tips - **Why Containment Rate by Intent Is the KPI That Predicts Chatbot Success | Typewise** - Image: https://cdn.prod.website-files.com/6808ed5445a2321fbfcc156c/691270ac72270bde47e51f33_image_eupiwx.webp - Source: https://www.typewise.app/blog/containment-rate-predicts-success ## 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": "Aeonikpro", "role": "heading" } ], "colors": { "primary": "#3B69F4", "secondary": "#3B3E56", "accent": "#3B69F4", "background": "#08080D", "textPrimary": "#08080D", "link": "#20212F" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Aeonikpro" }, "fontStacks": { "heading": [ "Aeonikpro", "Arial", "sans-serif" ], "body": [ "Inter", "Arial", "sans-serif" ], "paragraph": [ "Inter", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "68px", "h2": "40px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "10px" }, "components": { "buttonPrimary": { "background": "#3B69F4", "textColor": "#FFFFFF", "borderRadius": "960px", "borderRadiusCorners": { "topLeft": "960px", "topRight": "960px", "bottomRight": "960px", "bottomLeft": "960px" }, "shadow": "none" }, "buttonSecondary": { "background": "#191A25", "textColor": "#FFFFFF", "borderRadius": "960px", "borderRadiusCorners": { "topLeft": "960px", "topRight": "960px", "bottomRight": "960px", "bottomLeft": "960px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/67f539da1e36da6bf8e77b99/6808a6f3380604abee58addd_Main%20logo.svg", "favicon": "https://cdn.prod.website-files.com/67f539da1e36da6bf8e77b99/682ca048ee231a8d64d99737_Favicon.png", "ogImage": "https://cdn.prod.website-files.com/67f539da1e36da6bf8e77b99/681cb8c0e17cc2e00656e236_OG%20Image.jpg", "logoHref": "/", "logoAlt": "Typewise Main Logotype" }, "__llm_logo_reasoning": { "selectedIndex": 12, "reasoning": "Selected #0 because it is visible, medium-sized, located in the body, and matches the brand name 'Typewise'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Start free trial", "reasoning": "Button #2 has a vibrant blue background (#3B69F4), which is the brand color, and the text 'Start free trial' is action-oriented, making it the primary CTA." }, "secondary": { "index": 1, "text": "Book a demo", "reasoning": "Button #4 has a dark background (#191A25) and the text 'Book a demo', which is a common secondary action. It is from a different color group than the primary button." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "business professionals seeking AI customer service 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, medium-sized, located in the body, and matches the brand name 'Typewise'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```