# Watto AI Brand Identity A complete profile of **Watto AI**'s visual system — colors, typography, components, and personality — extracted from https://www.watto.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/watto-ai - Machine-readable JSON: https://characterquilt.com/branding/watto-ai.json - Per-page llms.txt: https://characterquilt.com/branding/watto-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6B7280 | | Accent | #0050E6 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #6B7280 - secondary: #0050E6 - accent: #0050E6 - background: #FFFFFF - textPrimary: #0F172A - link: #0F172A ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://www.watto.ai/_next/image?url=%2Fimages%2Fwatto_logo.png&w=96&q=75 - Favicon: https://www.watto.ai/favicon-16x16.png - Social card (og:image): https://wattoai.com/og.jpg ## UI Components - buttonPrimary: background=#0050E6, textColor=#FEFAFF, borderRadius=6px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: business professionals seeking AI solutions ## Watto AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Launch YC: Watto AI - Intelligent document creation for product managers | Y Combinator | Suryansh Soni** - Image: https://media.licdn.com/dms/image/v2/D4D22AQEAdFYh_gAiFg/feedshare-shrink_800/feedshare-shrink_800/0/1690317153987?e=2147483647&v=beta&t=yfVIhgYd-rO-YLZDoM5q_V3dAnFYHUeBUnHNF32LLyI - Source: https://www.linkedin.com/posts/suryanshsoni_launch-yc-watto-ai-intelligent-document-activity-7089732164304445440-wJZ_ - **Watto AI: Transform your product team with AI-powered docs | Product Hunt** - Image: https://ph-files.imgix.net/fd721f05-d6df-4cb8-9c5c-dd9238977923.png?auto=format - Source: https://www.producthunt.com/products/watto-ai - **Watto (AI)** - Image: https://swccgcards.com/wp-content/uploads/2022/01/tatooine_ds_Watto_ai.png - Source: https://swccgcards.com/product/tatooine-ds-watto-ai/ - **Watto AI - Desktop App for Mac, Windows (PC) - WebCatalog** - Image: https://cdn-1.webcatalog.io/catalog/watto-ai/watto-ai-social-preview.png?v=1716618939785 - Source: https://webcatalog.io/apps/watto-ai - **Watto AI** - Image: https://www.watto.ai/images/watto_logo.png - Source: https://www.watto.ai/ - **Watto AI Reviews 2026: Details, Pricing, & Features | G2** - Image: https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_18661e2685d49008ad89e0c50740b77a/watto-ai.jpg - Source: https://www.g2.com/products/watto-ai/reviews ## 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" } ], "colors": { "primary": "#6B7280", "secondary": "#0050E6", "accent": "#0050E6", "background": "#FFFFFF", "textPrimary": "#0F172A", "link": "#0F172A" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "body": [ "Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "Inter", "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "60px", "h2": "48px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "6px" }, "components": { "buttonPrimary": { "background": "#0050E6", "textColor": "#FEFAFF", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "none" } }, "images": { "logo": "https://www.watto.ai/_next/image?url=%2Fimages%2Fwatto_logo.png&w=96&q=75", "favicon": "https://www.watto.ai/favicon-16x16.png", "ogImage": "https://wattoai.com/og.jpg", "logoHref": "#", "logoAlt": "Watto AI Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and the alt text matches the brand 'Watto AI'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Book a demo", "reasoning": "The button 'Book a demo' uses a vibrant brand color (#0050E6), indicating it is the primary call-to-action." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button is available." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "business professionals seeking AI solutions" }, "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, and the alt text matches the brand 'Watto AI'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```