# Typedream Brand Identity A complete profile of **Typedream**'s visual system — colors, typography, components, and personality — extracted from https://typedream.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/typedream - Machine-readable JSON: https://characterquilt.com/branding/typedream.json - Per-page llms.txt: https://characterquilt.com/branding/typedream/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6E79D6 | | Accent | #000000 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #6E79D6 - secondary: #21CE99 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #209CEE ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2YCgxY6QkmC2H2qcfjIkPG7ou5x_typedream-logo-navbar.svg - Favicon: https://image.typedream.com/cdn-cgi/image/width=144,height=144,quality=100,fit=crop/https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2VzZXWbYKmSfxvhmtwaxRpXSOaR_favicon.png - Social card (og:image): https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2YsyFWeY5lf8FSwgOA5RpTOtGFt_Screenshot_2023-11-30_141243.png ## UI Components - buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=999px, shadow=rgb(110, 121, 214) 0px 10px 20px -10px - buttonSecondary: background=#F9F9FB, textColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: digital creators and small businesses ## Typedream Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Typedream Pricing** - Image: https://api.typedream.com/v0/document/public/6d987b7b-bd3f-417e-83d1-4bbe40e00658_Screen_Shot_2022-03-18_at_8_18_1_png.png?bucket=document - Source: https://typedream.com/old-pricing - **Build a Blog with Notion + Typedream** - Image: https://image.typedream.com/cdn-cgi/image/width=1920,format=auto,fit=scale-down,quality=100/https://api.typedream.com/v0/document/public/20adc837-01b4-4fe8-8bd2-0d33b1ffc1a1_blog_png.png?bucket=document - Source: https://typedream.com/guide/build-a-blog-with-notion-typedream - **Typedream | AI Website Builder** - Image: https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2Z9VuA9LhZbB8gkYWRpFPeHUANl_wireframe.png - Source: https://typedream.com/f/77fbcad1-6af9-47f7-b294-d27848808a69 - **Start writing your blog & easily update content across your site | Typedream CMS** - Image: https://image.typedream.com/cdn-cgi/image/width=1920,format=auto,fit=scale-down,quality=100/https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2VPZokp7nqkh1OhtxpcVWTcCdme_Group_331.png - Source: https://typedream.com/blogs - **App Product Page - A Template by Typedream** - Image: https://api.typedream.com/v0/document/public/2Eet6v72aVdd5nOaLZC3mTkJOap_Star_2_2_1_2_.png?bucket=document - Source: https://typedream.com/templates-folder/app-product-page - **Browse through our blog templates collection - Typedream** - Image: https://image.typedream.com/cdn-cgi/image/width=640,format=auto,fit=scale-down,quality=100/https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2MjUPgh31ktnXBqry5AOUrzX3Ow_Showcase-4_1_.png - Source: https://typedream.com/template-category-card/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": "Helvetica", "role": "body" } ], "colors": { "primary": "#6E79D6", "secondary": "#21CE99", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#209CEE" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "Helvetica", "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Noto Sans", "sans-serif" ], "body": [ "Inter", "Helvetica", "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Noto Sans", "sans-serif" ], "paragraph": [ "Inter", "Helvetica", "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Noto Sans", "sans-serif" ] }, "fontSizes": { "h1": "56px", "h2": "36px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderRadius": "999px", "borderRadiusCorners": { "topLeft": "999px", "topRight": "999px", "bottomRight": "999px", "bottomLeft": "999px" }, "shadow": "rgb(110, 121, 214) 0px 10px 20px -10px" }, "buttonSecondary": { "background": "#F9F9FB", "textColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2YCgxY6QkmC2H2qcfjIkPG7ou5x_typedream-logo-navbar.svg", "favicon": "https://image.typedream.com/cdn-cgi/image/width=144,height=144,quality=100,fit=crop/https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2VzZXWbYKmSfxvhmtwaxRpXSOaR_favicon.png", "ogImage": "https://api.typedream.com/v0/document/public/46d710fd-ec90-498a-901c-d6acd853f5fa/2YsyFWeY5lf8FSwgOA5RpTOtGFt_Screenshot_2023-11-30_141243.png", "logoHref": "https://typedream.com/", "logoAlt": "website 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 'Typedream'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Get started for free", "reasoning": "Button #1 has a vibrant dark background (#000000) with high contrast text, making it stand out as the primary CTA. The text 'Get started for free' is action-oriented, aligning with typical primary CTA characteristics." }, "secondary": { "index": 0, "text": "Get started for free", "reasoning": "Button #0 has a lighter background (#F9F9FB) and the same action-oriented text, making it suitable as a secondary CTA. It contrasts with the primary button's color, fulfilling the requirement for different color groups." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "digital creators and small businesses" }, "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, located in the header, links to the homepage, and matches the brand name 'Typedream'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```