Home · Branding · TypeOS

TypeOS Brand Identity

A complete profile of TypeOS's visual system — colors, typography, components, and personality — extracted from https://TypeOS.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#0A85FF
Accent
#0A85FF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://TypeOS.com.

primary
#0A85FF
rgb(10, 133, 255)
secondary
#9CA3AF
rgb(156, 163, 175)
accent
#0A85FF
rgb(10, 133, 255)
background
#F7F7F4
rgb(247, 247, 244)
textPrimary
#0A0A0A
rgb(10, 10, 10)
link
#F5D3D1
rgb(245, 211, 209)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Manrope, Manrope Fallback, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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.

Visual Assets

TypeOS logo
Logo
TypeOS favicon
Favicon
TypeOS social image
Social Card

UI Components

Live previews rendered using TypeOS's actual button styles.

input
background #FFFFFF textColor #0A0A0A borderColor #E5E5E5 borderRadius 16px shadow rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonPrimary
background #0A85FF textColor #FFFFFF borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(77, 162, 255, 0.28) 0px 0px 3px 1px inset, rgba(77, 162, 255, 0.11) 0px 0px 6px 0px inset, rgba(10, 133, 255, 0.29) 0px 1px 5px 0px, rgba(10, 133, 255, 0.14) 0px 1px 8px 0px
buttonSecondary
background #FFFFFF textColor #0A0A0A borderRadius 16px shadow none

Brand Personality

Tone: modern Energy: medium Audience: professionals and businesses looking for AI writing solutions

TypeOS Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is TypeOS's primary brand color?

TypeOS's primary brand color is #0A85FF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does TypeOS use?

TypeOS uses Inter as the primary typeface across body and headings.

Does TypeOS use a light or dark theme?

TypeOS's primary site uses a light color scheme, with a background of #F7F7F4.

Where can I find TypeOS's logo?

TypeOS's logo is available directly on their site (https://TypeOS.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://TypeOS.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by TypeOS.

Methodology

Brand data on this page was extracted from https://TypeOS.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by TypeOS.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0A85FF",
    "secondary": "#9CA3AF",
    "accent": "#0A85FF",
    "background": "#F7F7F4",
    "textPrimary": "#0A0A0A",
    "link": "#F5D3D1"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "Manrope Fallback",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "ui-sans-serif",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Manrope",
        "Manrope Fallback",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#0A0A0A",
      "borderColor": "#E5E5E5",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgb(255, 255, 255) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#0A85FF",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(77, 162, 255, 0.28) 0px 0px 3px 1px inset, rgba(77, 162, 255, 0.11) 0px 0px 6px 0px inset, rgba(10, 133, 255, 0.29) 0px 1px 5px 0px, rgba(10, 133, 255, 0.14) 0px 1px 8px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0A0A0A",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22block%20w-%5B100px%5D%20lg%3Aw-%5B100px%5D%20h-auto%20text-%5B%23484847%5D%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221500%22%20height%3D%22300%22%20fill%3D%22none%22%20viewBox%3D%220%2070%201500%20300%22%20data-fc-idx%3D%220%22%3E%3Cmask%20id%3D%22TypeOS_Full-Bold_svg__a%22%20width%3D%221084%22%20height%3D%22290%22%20x%3D%22394.692%22%20y%3D%2283%22%20fill%3D%22%23000%22%20maskUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M394.692%2083h1084v290h-1084z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M463.122%20314V126.726h-66.76V88.578h182.072v38.148h-66.76V314zm124.984%2057.8v-.578q7.225-11.849%2015.607-27.455%208.38-15.606%2014.739-29.767l-59.535-171.667v-1.734h46.241l17.918%2052.02q4.335%2012.427%208.67%2026.588t8.67%2035.837h6.936q4.335-21.676%208.67-35.837t8.67-26.588l17.918-52.02h43.929v1.734l-53.177%20147.969q-10.404%2029.189-20.23%2049.708-9.537%2020.808-16.184%2031.79zm148.837%200V140.599h43.35v22.542h6.936q6.069-10.983%2017.629-18.496%2011.56-7.514%2030.923-7.514%2023.698%200%2039.016%2011.849%2015.317%2011.559%2022.831%2032.079%207.514%2020.23%207.514%2046.529%200%2026.588-7.803%2047.108-7.514%2020.23-23.12%2031.501-15.317%2011.271-38.438%2011.271-16.761%200-27.744-6.069-10.982-6.069-17.34-16.473h-6.936V371.8zm85.544-87.278q15.895%200%2024.855-14.161%209.248-14.451%209.248-43.062t-9.248-42.772q-8.96-14.45-24.855-14.45-17.628%200-28.322%2015.317-10.404%2015.317-10.404%2041.905%200%2026.3%2010.404%2041.906%2010.694%2015.317%2028.322%2015.317m172.602%2033.813q-41.038%200-62.713-24.565-21.386-24.565-21.386-66.76%200-28.321%209.537-48.552%209.826-20.23%2028.322-31.212%2018.785-10.982%2045.662-10.982%2038.729%200%2059.249%2023.409c13.87%2015.606%2020.81%2038.533%2020.81%2068.782v9.826H956.652q1.445%2021.964%2011.271%2034.681%2010.116%2012.427%2027.166%2012.427c9.051%200%2016.281-2.698%2021.671-8.092%205.59-5.395%209.25-11.657%2010.99-18.785h44.5c-1.73%2010.596-5.58%2020.422-11.56%2029.478q-8.955%2013.583-25.14%2021.964c-10.79%205.587-24.28%208.381-40.461%208.381m-38.437-109.532h72.248c-.77-13.101-4.04-23.216-9.82-30.345-5.78-7.322-14.07-10.982-24.858-10.982q-15.894%200-25.721%2010.404-9.537%2010.115-11.849%2030.923M1185.1%20318.046q-35.835%200-59.82-14.161-23.7-14.451-35.55-40.749c-7.71-17.533-11.56-38.149-11.56-61.847%200-23.891%203.85-44.506%2011.56-61.846q11.85-26.3%2035.55-40.46%2023.985-14.45%2059.82-14.45%2036.12%200%2059.82%2014.45c15.8%209.44%2027.55%2022.927%2035.26%2040.46q11.85%2026.01%2011.85%2061.846%200%2035.547-11.85%2061.847c-7.71%2017.532-19.46%2031.115-35.26%2040.749q-23.7%2014.161-59.82%2014.161m0-36.414c19.46%200%2033.72-6.936%2042.77-20.808%209.25-14.065%2013.87-33.91%2013.87-59.535%200-25.817-4.62-45.662-13.87-59.534-9.05-13.873-23.31-20.809-42.77-20.809s-33.81%206.936-43.06%2020.809q-13.59%2020.808-13.59%2059.534%200%2038.438%2013.59%2059.535c9.25%2013.872%2023.6%2020.808%2043.06%2020.808m206.75%2036.703c-17.53%200-32.37-2.312-44.51-6.936q-17.91-7.225-29.19-18.785-10.98-11.56-16.47-25.143c-3.47-9.248-5.49-18.304-6.07-27.167h45.09c.38%206.936%202.5%2013.583%206.35%2019.942q5.79%209.537%2017.34%2015.606c7.71%204.046%2017.34%206.069%2028.9%206.069q18.795%200%2027.75-7.514c6.16-5.202%209.25-11.946%209.25-20.23q0-11.85-8.1-19.364c-5.2-5.009-12.13-8.959-20.8-11.849l-32.66-10.982a207%20207%200%200%201-30.06-12.716c-9.44-5.202-17.24-11.945-23.41-20.23q-9.24-12.717-9.24-32.368%200-20.23%2010.11-34.103%2010.41-13.872%2028.32-21.097c12.14-4.817%2026.01-7.225%2041.62-7.225q30.06%200%2047.4%2010.115t25.14%2025.721c5.39%2010.212%208.67%2020.905%209.82%2032.08h-45.08q-.585-8.093-4.62-15.317c-2.51-5.01-6.55-9.056-12.14-12.139-5.59-3.082-13.1-4.624-22.54-4.624q-15.9%200-23.7%206.647c-5.01%204.432-7.52%2010.019-7.52%2016.763%200%207.321%202.6%2013.197%207.81%2017.629%205.39%204.431%2012.52%208.188%2021.38%2011.271l32.66%2010.982q15.9%205.202%2030.06%2013.005c9.44%205.202%2017.14%2012.138%2023.12%2020.808q9.24%2012.717%209.24%2033.524c0%2021.001-7.51%2037.571-22.54%2049.709-14.83%2011.945-35.74%2017.918-62.71%2017.918%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.122%20314V126.726h-66.76V88.578h182.072v38.148h-66.76V314zm124.984%2057.8v-.578q7.225-11.849%2015.607-27.455%208.38-15.606%2014.739-29.767l-59.535-171.667v-1.734h46.241l17.918%2052.02q4.335%2012.427%208.67%2026.588t8.67%2035.837h6.936q4.335-21.676%208.67-35.837t8.67-26.588l17.918-52.02h43.929v1.734l-53.177%20147.969q-10.404%2029.189-20.23%2049.708-9.537%2020.808-16.184%2031.79zm148.837%200V140.599h43.35v22.542h6.936q6.069-10.983%2017.629-18.496%2011.56-7.514%2030.923-7.514%2023.698%200%2039.016%2011.849%2015.317%2011.559%2022.831%2032.079%207.514%2020.23%207.514%2046.529%200%2026.588-7.803%2047.108-7.514%2020.23-23.12%2031.501-15.317%2011.271-38.438%2011.271-16.761%200-27.744-6.069-10.982-6.069-17.34-16.473h-6.936V371.8zm85.544-87.278q15.895%200%2024.855-14.161%209.248-14.451%209.248-43.062t-9.248-42.772q-8.96-14.45-24.855-14.45-17.628%200-28.322%2015.317-10.404%2015.317-10.404%2041.905%200%2026.3%2010.404%2041.906%2010.694%2015.317%2028.322%2015.317m172.602%2033.813q-41.038%200-62.713-24.565-21.386-24.565-21.386-66.76%200-28.321%209.537-48.552%209.826-20.23%2028.322-31.212%2018.785-10.982%2045.662-10.982%2038.729%200%2059.249%2023.409c13.87%2015.606%2020.81%2038.533%2020.81%2068.782v9.826H956.652q1.445%2021.964%2011.271%2034.681%2010.116%2012.427%2027.166%2012.427c9.051%200%2016.281-2.698%2021.671-8.092%205.59-5.395%209.25-11.657%2010.99-18.785h44.5c-1.73%2010.596-5.58%2020.422-11.56%2029.478q-8.955%2013.583-25.14%2021.964c-10.79%205.587-24.28%208.381-40.461%208.381m-38.437-109.532h72.248c-.77-13.101-4.04-23.216-9.82-30.345-5.78-7.322-14.07-10.982-24.858-10.982q-15.894%200-25.721%2010.404-9.537%2010.115-11.849%2030.923M1185.1%20318.046q-35.835%200-59.82-14.161-23.7-14.451-35.55-40.749c-7.71-17.533-11.56-38.149-11.56-61.847%200-23.891%203.85-44.506%2011.56-61.846q11.85-26.3%2035.55-40.46%2023.985-14.45%2059.82-14.45%2036.12%200%2059.82%2014.45c15.8%209.44%2027.55%2022.927%2035.26%2040.46q11.85%2026.01%2011.85%2061.846%200%2035.547-11.85%2061.847c-7.71%2017.532-19.46%2031.115-35.26%2040.749q-23.7%2014.161-59.82%2014.161m0-36.414c19.46%200%2033.72-6.936%2042.77-20.808%209.25-14.065%2013.87-33.91%2013.87-59.535%200-25.817-4.62-45.662-13.87-59.534-9.05-13.873-23.31-20.809-42.77-20.809s-33.81%206.936-43.06%2020.809q-13.59%2020.808-13.59%2059.534%200%2038.438%2013.59%2059.535c9.25%2013.872%2023.6%2020.808%2043.06%2020.808m206.75%2036.703c-17.53%200-32.37-2.312-44.51-6.936q-17.91-7.225-29.19-18.785-10.98-11.56-16.47-25.143c-3.47-9.248-5.49-18.304-6.07-27.167h45.09c.38%206.936%202.5%2013.583%206.35%2019.942q5.79%209.537%2017.34%2015.606c7.71%204.046%2017.34%206.069%2028.9%206.069q18.795%200%2027.75-7.514c6.16-5.202%209.25-11.946%209.25-20.23q0-11.85-8.1-19.364c-5.2-5.009-12.13-8.959-20.8-11.849l-32.66-10.982a207%20207%200%200%201-30.06-12.716c-9.44-5.202-17.24-11.945-23.41-20.23q-9.24-12.717-9.24-32.368%200-20.23%2010.11-34.103%2010.41-13.872%2028.32-21.097c12.14-4.817%2026.01-7.225%2041.62-7.225q30.06%200%2047.4%2010.115t25.14%2025.721c5.39%2010.212%208.67%2020.905%209.82%2032.08h-45.08q-.585-8.093-4.62-15.317c-2.51-5.01-6.55-9.056-12.14-12.139-5.59-3.082-13.1-4.624-22.54-4.624q-15.9%200-23.7%206.647c-5.01%204.432-7.52%2010.019-7.52%2016.763%200%207.321%202.6%2013.197%207.81%2017.629%205.39%204.431%2012.52%208.188%2021.38%2011.271l32.66%2010.982q15.9%205.202%2030.06%2013.005c9.44%205.202%2017.14%2012.138%2023.12%2020.808q9.24%2012.717%209.24%2033.524c0%2021.001-7.51%2037.571-22.54%2049.709-14.83%2011.945-35.74%2017.918-62.71%2017.918%22%20style%3D%22fill%3A%20rgb(72%2C%2072%2C%2071)%20!important%3B%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.122%20314h-1v1h1zm0-187.274h1v-1h-1zm-66.76%200h-1v1h1zm0-38.148v-1h-1v1zm182.072%200h1v-1h-1zm0%2038.148v1h1v-1zm-66.76%200v-1h-1v1zm0%20187.274v1h1v-1zm-48.552%200h1V126.726h-2V314zm0-187.274v-1h-66.76v2h66.76zm-66.76%200h1V88.578h-2v38.148zm0-38.148v1h182.072v-2H396.362zm182.072%200h-1v38.148h2V88.578zm0%2038.148v-1h-66.76v2h66.76zm-66.76%200h-1V314h2V126.726zm0%20187.274v-1h-48.552v2h48.552zm76.432%2057.8h-1v1h1zm0-.578-.853-.52-.147.24v.28zm15.607-27.455-.881-.473zM618.452%20314l.912.41.163-.363-.131-.375zm-59.535-171.667h-1v.168l.055.159zm0-1.734v-1h-1v1zm46.241%200%20.945-.326-.232-.674h-.713zm17.918%2052.02-.946.326.002.003zm8.67%2026.588-.956.293zm8.67%2035.837-.981.196.161.804h.82zm6.936%200v1h.82l.161-.804zm8.67-35.837-.956-.292zm8.67-26.588.944.329.002-.003zm17.918-52.02v-1h-.713l-.232.674zm43.929%200h1v-1h-1zm0%201.734.941.338.059-.164v-.174zm-53.177%20147.969-.941-.338-.001.002zm-20.23%2049.708-.902-.432-.004.008-.003.008zm-16.184%2031.79v1h.563l.292-.482zm-48.842%200h1v-.578h-2v.578zm0-.578.854.521q7.243-11.878%2015.634-27.503l-.881-.473-.881-.473q-8.372%2015.588-15.579%2027.408zm15.607-27.455.881.473q8.395-15.633%2014.77-29.83l-.912-.41-.913-.41q-6.341%2014.125-14.707%2029.704zM618.452%20314l.944-.328-59.534-171.667-.945.328-.945.327%2059.535%20171.668zm-59.535-171.667h1v-1.734h-2v1.734zm0-1.734v1h46.241v-2h-46.241zm46.241%200-.946.325%2017.918%2052.021.946-.326.945-.326-17.918-52.02zm17.918%2052.02-.944.329q4.327%2012.407%208.658%2026.552l.956-.293.956-.292q-4.34-14.178-8.682-26.625zm8.67%2026.588-.956.293c2.876%209.398%205.759%2021.308%208.645%2035.74l.981-.196.98-.197c-2.893-14.468-5.791-26.449-8.694-35.932zm8.67%2035.837v1h6.936v-2h-6.936zm6.936%200%20.981.196c2.886-14.432%205.768-26.342%208.645-35.74l-.956-.293-.956-.292c-2.903%209.483-5.801%2021.464-8.695%2035.932zm8.67-35.837.956.293q4.33-14.144%208.658-26.552l-.944-.329-.944-.329q-4.342%2012.447-8.682%2026.625zm8.67-26.588.946.326%2017.918-52.021-.946-.325-.945-.326-17.918%2052.02zm17.918-52.02v1h43.929v-2H682.61zm43.929%200h-1v1.734h2v-1.734zm0%201.734-.942-.339-53.176%20147.97.941.338.941.338%2053.177-147.969zm-53.177%20147.969-.942-.336q-10.392%2029.155-20.19%2049.612l.902.432.902.432q9.855-20.581%2020.27-49.804zm-20.23%2049.708-.909-.416c-6.352%2013.859-11.729%2024.416-16.131%2031.689l.856.517.855.518c4.461-7.37%209.874-18.007%2016.238-31.891zm-16.184%2031.79v-1h-48.842v2h48.842zm99.995%200h-1v1h1zm0-231.201v-1h-1v1zm43.35%200h1v-1h-1zm0%2022.542h-1v1h1zm6.936%200v1h.59l.285-.517zm17.629-18.496-.545-.839zm69.939%204.335-.612.791.009.007zm22.831%2032.079-.939.344.002.004zm-.289%2093.637-.935-.356-.002.007zm-23.12%2031.501-.586-.811-.007.005zm-66.182%205.202.484-.875zm-17.34-16.473.853-.522-.292-.478h-.561zm-6.936%200v-1h-1v1zm0%2076.874v1h1v-1zm63.581-101.439-.843-.539-.003.004zm0-85.834-.85.527.006.01.006.01zm-53.177.867-.82-.573-.007.011zm0%2083.811-.832.554.006.009.006.009zM736.943%20371.8h1V140.599h-2V371.8zm0-231.201v1h43.35v-2h-43.35zm43.35%200h-1v22.542h2v-22.542zm0%2022.542v1h6.936v-2h-6.936zm6.936%200%20.875.483c3.959-7.164%209.716-13.212%2017.299-18.141l-.545-.838-.545-.839c-7.83%205.09-13.826%2011.372-17.959%2018.851zm17.629-18.496.545.838c7.492-4.869%2017.588-7.352%2030.378-7.352v-2c-13.027%200-23.546%202.526-31.468%207.675zm30.923-7.514v1c15.629%200%2028.404%203.904%2038.404%2011.64l.612-.791.612-.791c-10.423-8.063-23.658-12.058-39.628-12.058zm39.016%2011.849-.603.798c10.038%207.575%2017.542%2018.1%2022.495%2031.625l.939-.344.939-.344c-5.066-13.834-12.782-24.695-23.168-32.534zm22.831%2032.079-.937.348c4.96%2013.354%207.451%2028.742%207.451%2046.181h2c0-17.626-2.518-33.258-7.577-46.877zm7.514%2046.529h-1c0%2017.629-2.587%2033.207-7.738%2046.752l.935.356.935.355c5.253-13.814%207.868-29.641%207.868-47.463zm-7.803%2047.108-.937-.349c-4.95%2013.325-12.544%2023.655-22.769%2031.039l.586.811.585.811c10.584-7.644%2018.403-18.315%2023.472-31.964zm-23.12%2031.501-.593-.806c-10.005%207.363-22.597%2011.077-37.845%2011.077v2c15.58%200%2028.613-3.8%2039.03-11.466zm-38.438%2011.271v-1c-11.06%200-20.128-2.003-27.26-5.944l-.484.875-.483.875c7.51%204.151%2016.938%206.194%2028.227%206.194zm-27.744-6.069.484-.875c-7.174-3.965-12.825-9.336-16.971-16.12l-.853.522-.853.521c4.332%207.089%2010.241%2012.7%2017.71%2016.827zm-17.34-16.473v-1h-6.936v2h6.936zm-6.936%200h-1V371.8h2v-76.874zm0%2076.874v-1h-46.818v2h46.818zm38.726-87.278v1c10.962%200%2019.556-4.915%2025.7-14.627l-.845-.534-.846-.535c-5.801%209.17-13.777%2013.696-24.009%2013.696zm24.855-14.161.842.539c6.316-9.869%209.406-24.45%209.406-43.601h-2c0%2018.998-3.076%2033.125-9.091%2042.523zm9.248-43.062h1c0-19.148-3.089-33.638-9.411-43.319l-.837.547-.838.547c6.009%209.2%209.086%2023.226%209.086%2042.225zm-9.248-42.772.849-.527c-6.139-9.903-14.733-14.923-25.704-14.923v2c10.223%200%2018.199%204.613%2024.005%2013.977zm-24.855-14.45v-1c-12.102%200-21.839%205.284-29.142%2015.745l.82.572.82.572c6.955-9.962%2016.099-14.889%2027.502-14.889zm-28.322%2015.317-.827-.562c-7.088%2010.435-10.577%2024.625-10.577%2042.467h2c0-17.608%203.447-31.355%2010.231-41.343zm-10.404%2041.905h-1c0%2017.654%203.491%2031.838%2010.572%2042.46l.832-.554.832-.555c-6.791-10.186-10.236-23.939-10.236-41.351zm10.404%2041.906-.82.572c7.303%2010.461%2017.04%2015.745%2029.142%2015.745v-2c-11.403%200-20.547-4.927-27.502-14.89zm138.211%2024.565-.754.656.004.005zm-11.849-115.312-.9-.437-.005.01zm28.322-31.212-.505-.864-.005.004zm104.911%2012.427-.76.659.01.005zm20.81%2078.608v1h1v-1zm-117.918%200v-1h-1.068l.07%201.066zm11.271%2034.681-.791.611.008.01.008.01zm48.837%204.335-.69-.72-.01.006v.007zm10.99-18.785v-1h-.79l-.18.763zm44.5%200%20.99.161.19-1.161h-1.18zm-11.56%2029.478-.83-.551zm-25.14%2021.964.46.888zm-78.898-101.151-.994-.11-.123%201.11h1.117zm72.248%200v1h1.06l-.06-1.059zm-9.82-30.345-.79.62.01.01zm-50.579-.578-.727-.687v.001zm26.588%20140.455v-1c-27.15%200-47.749-8.117-61.963-24.227l-.75.662-.75.661c14.686%2016.645%2035.896%2024.904%2063.463%2024.904zm-62.713-24.565.754-.657c-14.057-16.146-21.14-38.142-21.14-66.103h-2c0%2028.298%207.174%2050.809%2021.632%2067.416zm-21.386-66.76h1c0-18.772%203.161-34.803%209.441-48.126l-.904-.426-.905-.427c-6.435%2013.651-9.632%2029.988-9.632%2048.979zm9.537-48.552.899.437c6.47-13.319%2015.779-23.573%2027.934-30.79l-.511-.859-.51-.86c-12.507%207.426-22.08%2017.981-28.712%2031.635zm28.322-31.212.505.863c12.338-7.213%2027.375-10.845%2045.157-10.845v-2c-18.054%200-33.458%203.689-46.167%2011.118zm45.662-10.982v1c25.609%200%2045.049%207.73%2058.489%2023.068l.76-.659.75-.659c-13.92-15.874-33.97-23.75-59.999-23.75zm59.249%2023.409-.75.664c13.65%2015.356%2020.56%2038.006%2020.56%2068.118h2c0-30.385-6.97-53.59-21.07-69.447zm20.81%2068.782h-1v9.826h2v-9.826zm0%209.826v-1H956.652v2h117.918zm-117.918%200-.998.066c.972%2014.77%204.768%2026.543%2011.478%2035.226l.791-.611.791-.612c-6.391-8.271-10.109-19.619-11.064-34.134zm11.271%2034.681-.775.631c6.946%208.535%2016.295%2012.796%2027.941%2012.796v-2c-11.088%200-19.85-4.024-26.39-12.059zm27.166%2012.427v1c9.271%200%2016.761-2.768%2022.381-8.385l-.71-.707-.7-.707c-5.18%205.172-12.13%207.799-20.971%207.799zm21.671-8.092.7.719c5.71-5.518%209.48-11.944%2011.26-19.268l-.97-.236-.97-.237c-1.69%206.934-5.25%2013.031-10.71%2018.302zm10.99-18.785v1h44.5v-2h-44.5zm44.5%200-.98-.162c-1.71%2010.456-5.52%2020.15-11.41%2029.089l.83.551.84.55c6.05-9.171%209.95-19.13%2011.71-29.867zm-11.56%2029.478-.83-.551c-5.87%208.896-14.11%2016.109-24.77%2021.627l.46.888.46.888c10.92-5.656%2019.44-13.087%2025.52-22.302zm-25.14%2021.964-.46-.888c-10.61%205.493-23.93%208.269-40.001%208.269v2c16.291%200%2029.951-2.812%2040.921-8.493zm-78.898-101.151v1h72.248v-2h-72.248zm72.248%200%201-.059c-.78-13.223-4.09-23.568-10.05-30.916l-.77.63-.78.63c5.6%206.91%208.84%2016.795%209.6%2029.774zm-9.82-30.345.78-.62c-6-7.601-14.6-11.362-25.638-11.362v2c10.538%200%2018.508%203.56%2024.068%2010.602zm-24.858-10.982v-1c-10.838%200-19.686%203.558-26.448%2010.717l.727.687.727.687c6.34-6.713%2014.639-10.091%2024.994-10.091zm-25.721%2010.404-.727-.686c-6.566%206.963-10.562%2017.515-12.116%2031.499l.994.11.994.111c1.529-13.76%205.432-23.825%2011.583-30.348zm156.779%20126.005-.52.854v.003l.01.004zm-35.55-40.749-.92.402.01.008zm0-123.693-.91-.411-.01.004zm35.55-40.46.51.858v-.002zm119.64%200-.52.853.01.005zm35.26%2040.46-.91.402v.012zm0%20123.693-.91-.411v.008zm-35.26%2040.749.52.858v-.004zm-17.05-43.061-.83-.55-.01.003zm0-119.069-.84.546.01.008zm-85.83%200-.83-.555-.01.008zm0%20119.069-.84.541v.007l.01.006zm43.06%2057.222v-1c-23.76%200-43.52-4.695-59.32-14.022l-.5.861-.51.861c16.18%209.554%2036.31%2014.3%2060.33%2014.3zm-59.82-14.161.52-.854c-15.62-9.524-27.34-22.949-35.16-40.306l-.91.411-.91.41c7.98%2017.709%2019.96%2031.45%2035.94%2041.193zm-35.55-40.749.91-.403c-7.64-17.379-11.47-37.852-11.47-61.444h-2c0%2023.805%203.87%2044.563%2011.64%2062.249zm-11.56-61.847h1c0-23.786%203.84-44.257%2011.47-61.44l-.91-.406-.92-.407c-7.77%2017.497-11.64%2038.257-11.64%2062.253zm11.56-61.846.91.41c7.82-17.355%2019.53-30.681%2035.15-40.012l-.51-.859-.52-.858c-15.98%209.55-27.96%2023.197-35.94%2040.908zm35.55-40.46.51.856c15.8-9.517%2035.55-14.307%2059.31-14.307v-2c-24.02%200-44.15%204.844-60.34%2014.594zm59.82-14.45v1c23.95%200%2043.7%204.79%2059.3%2014.303l.52-.854.52-.853c-15.99-9.754-36.13-14.597-60.34-14.597zm59.82%2014.45-.51.858c15.61%209.329%2027.23%2022.653%2034.86%2040.004l.91-.402.92-.403c-7.79-17.715-19.68-31.364-35.66-40.916zm35.26%2040.46-.91.414c7.83%2017.181%2011.76%2037.649%2011.76%2061.432h2c0-23.999-3.97-44.762-11.94-62.261zm11.85%2061.846h-1c0%2023.589-3.93%2044.058-11.76%2061.436l.91.411.91.41c7.97-17.688%2011.94-38.449%2011.94-62.257zm-11.85%2061.847-.91-.403c-7.63%2017.353-19.25%2030.775-34.87%2040.298l.52.854.52.854c15.98-9.744%2027.87-23.488%2035.66-41.201zm-35.26%2040.749-.51-.859c-15.6%209.324-35.35%2014.02-59.31%2014.02v2c24.21%200%2044.34-4.745%2060.34-14.303zm-59.82-22.253v1c19.73%200%2034.33-7.054%2043.61-21.262l-.84-.546-.84-.547c-8.83%2013.536-22.74%2020.355-41.93%2020.355zm42.77-20.808.84.549c9.4-14.292%2014.03-34.359%2014.03-60.084h-2c0%2025.525-4.61%2045.148-13.7%2058.985zm13.87-59.535h1c0-25.915-4.63-45.985-14.04-60.089l-.83.555-.83.554c9.09%2013.641%2013.7%2033.26%2013.7%2058.98zm-13.87-59.534.84-.547c-9.28-14.208-23.88-21.262-43.61-21.262v2c19.19%200%2033.1%206.819%2041.93%2020.355zm-42.77-20.809v-1c-19.73%200-34.43%207.054-43.89%2021.254l.83.555.83.554c9.03-13.544%2023.04-20.363%2042.23-20.363zm-43.06%2020.809-.84-.547c-9.2%2014.102-13.75%2034.169-13.75%2060.081h2c0-25.723%204.52-45.345%2013.43-58.988zm-13.59%2059.534h-1c0%2025.722%204.55%2045.785%2013.75%2060.076l.84-.541.84-.542c-8.91-13.839-13.43-33.465-13.43-58.993zm13.59%2059.535-.83.554c9.46%2014.2%2024.16%2021.254%2043.89%2021.254v-2c-19.19%200-33.2-6.819-42.23-20.363zm205.3%2050.575-.37.927.01.004.01.003zm-29.19-18.785-.72.689.01.009zm-16.47-25.143-.94.351.01.012v.011zm-6.07-27.167v-1h-1.07l.07%201.065zm45.09%200%20.99-.055-.05-.945h-.94zm23.69%2035.548.47-.886zm56.65-1.445.64.766v-.002zm1.15-39.594-.69.721.01.006v.006zm-20.8-11.849-.32.948v.001zm-32.66-10.982.32-.948v-.001zm-30.06-12.716-.48.876.01.006.01.005zm-23.41-20.23-.81.588.01.009zm.87-66.471-.8-.6-.01.011zm28.32-21.097-.37-.93v.003zm89.02%202.89-.51.864zm25.14%2025.721-.9.448.01.01v.01zm9.82%2032.08v1h1.11l-.11-1.103zm-45.08%200-1%20.071.07.929h.93zm-4.62-15.317-.9.447.01.021.01.02zm-12.14-12.139-.48.876zm-46.24%202.023-.65-.761-.01.006v.006zm.29%2034.392-.65.761.01.006v.005zm21.38%2011.271-.33.944.01.004zm32.66%2010.982-.32.948.01.002zm53.18%2033.813-.83.568.01.01.01.01zm-13.3%2083.233.63.779v-.001zm-62.71%2017.918v-1c-17.45%200-32.16-2.302-44.15-6.871l-.36.935-.35.934c12.28%204.68%2027.24%207.002%2044.86%207.002zm-44.51-6.936.38-.927c-11.84-4.775-21.45-10.966-28.85-18.556l-.72.698-.71.698c7.63%207.824%2017.48%2014.156%2029.53%2019.014zm-29.19-18.785.73-.689c-7.24-7.624-12.66-15.9-16.27-24.829l-.93.375-.93.374c3.71%209.182%209.28%2017.668%2016.68%2025.458zm-16.47-25.143.94-.352c-3.44-9.166-5.44-18.125-6.01-26.88l-1%20.065-1%20.065c.59%208.971%202.64%2018.123%206.13%2027.453zm-6.07-27.167v1h45.09v-2h-45.09zm45.09%200-1%20.056c.39%207.111%202.57%2013.916%206.5%2020.404l.85-.518.86-.519c-3.78-6.228-5.84-12.717-6.22-19.478zm6.35%2019.942-.85.518c3.96%206.538%209.89%2011.857%2017.73%2015.973l.46-.885.47-.886c-7.57-3.976-13.21-9.061-16.95-15.239zm17.34%2015.606-.46.885c7.89%204.142%2017.69%206.184%2029.36%206.184v-2c-11.45%200-20.91-2.005-28.43-5.955zm28.9%206.069v1c12.63%200%2022.16-2.52%2028.39-7.748l-.64-.766-.64-.767c-5.72%204.791-14.68%207.281-27.11%207.281zm27.75-7.514.64.764c6.4-5.398%209.61-12.424%209.61-20.994h-2c0%207.999-2.96%2014.459-8.9%2019.465zm9.25-20.23h1c0-8.155-2.8-14.883-8.42-20.096l-.68.732-.68.733c5.18%204.805%207.78%2010.986%207.78%2018.631zm-8.1-19.364.7-.72c-5.34-5.136-12.41-9.152-21.19-12.077l-.31.948-.32.949c8.57%202.855%2015.36%206.738%2020.43%2011.621zm-20.8-11.849.31-.948-32.65-10.982-.32.948-.32.948%2032.66%2010.982zm-32.66-10.982.32-.949a206%20206%200%200%201-29.92-12.654l-.46.887-.46.887a208%20208%200%200%200%2030.2%2012.778zm-30.06-12.716.49-.876c-9.33-5.136-17.02-11.786-23.09-19.951l-.81.597-.8.597q9.39%2012.607%2023.73%2020.509zm-23.41-20.23.81-.588c-6.01-8.268-9.05-18.837-9.05-31.78h-2c0%2013.259%203.12%2024.269%209.43%2032.956zm-9.24-32.368h1c0-13.314%203.32-24.465%209.92-33.513l-.81-.59-.81-.589c-6.89%209.448-10.3%2021.032-10.3%2034.692zm10.11-34.103.8.6c6.81-9.086%2016.1-16.013%2027.9-20.77l-.38-.927-.37-.927c-12.1%204.877-21.69%2012.014-28.75%2021.424zm28.32-21.097.37.93c12-4.762%2025.75-7.155%2041.25-7.155v-2c-15.71%200-29.71%202.424-41.99%207.296zm41.62-7.225v1c19.94%200%2035.54%203.359%2046.89%209.979l.51-.864.5-.864c-11.77-6.866-27.77-10.25-47.9-10.25zm47.4%2010.115-.51.864c11.42%206.661%2019.65%2015.099%2024.75%2025.305l.9-.448.89-.447c-5.3-10.603-13.83-19.311-25.53-26.138zm25.14%2025.721-.89.468q8.01%2015.15%209.72%2031.715l.99-.103%201-.103c-1.17-11.306-4.48-22.122-9.94-32.444zm9.82%2032.08v-1h-45.08v2h45.08zm-45.08%200%201-.072c-.4-5.544-1.98-10.792-4.75-15.734l-.87.489-.88.488c2.63%204.691%204.13%209.655%204.5%2014.9zm-4.62-15.317.89-.448c-2.61-5.215-6.81-9.4-12.55-12.566l-.48.875-.48.876c5.43%202.999%209.32%206.906%2011.72%2011.71zm-12.14-12.139.48-.875c-5.79-3.194-13.49-4.749-23.02-4.749v2c9.34%200%2016.67%201.529%2022.06%204.5zm-22.54-4.624v-1c-10.71%200-18.89%202.236-24.35%206.886l.65.761.65.762c4.94-4.212%2012.56-6.409%2023.05-6.409zm-23.7%206.647-.66-.749c-5.23%204.623-7.86%2010.484-7.86%2017.512h2c0-6.46%202.39-11.774%207.18-16.014zm-7.52%2016.763h-1c0%207.59%202.72%2013.754%208.16%2018.39l.65-.761.65-.761c-4.97-4.227-7.46-9.816-7.46-16.868zm7.81%2017.629-.64.772c5.51%204.528%2012.76%208.334%2021.69%2011.443l.33-.944.33-.945c-8.79-3.056-15.8-6.763-21.08-11.099zm21.38%2011.271-.32.948%2032.66%2010.982.32-.948.32-.948-32.66-10.982zm32.66%2010.982-.31.95q15.81%205.175%2029.88%2012.931l.49-.876.48-.876c-9.5-5.233-19.57-9.593-30.23-13.079zm30.06%2013.005-.49.876c9.31%205.129%2016.9%2011.96%2022.78%2020.5l.83-.568.82-.567c-6.06-8.801-13.89-15.842-23.46-21.117zm23.12%2020.808-.81.588c6%208.259%209.05%2019.208%209.05%2032.936h2c0-14.015-3.11-25.416-9.43-34.112zm9.24%2033.524h-1c0%2020.729-7.4%2037.001-22.17%2048.931l.63.778.63.778c15.29-12.346%2022.91-29.214%2022.91-50.487zm-22.54%2049.709-.62-.779c-14.6%2011.753-35.25%2017.697-62.09%2017.697v2c27.11%200%2048.27-6.002%2063.34-18.139z%22%20mask%3D%22url(%23TypeOS_Full-Bold_svg__a)%22%20style%3D%22fill%3A%20rgb(72%2C%2072%2C%2071)%20!important%3B%22%2F%3E%3Cg%20clip-path%3D%22url(%23TypeOS_Full-Bold_svg__b)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M188.171%20223.867h-38.48c-64.018%200-115.902%2051.704-115.902%20115.499H0V70h33.789c0%2063.795%2051.884%20115.498%20115.902%20115.498h38.48c64.018%200%20115.925-51.703%20115.925-115.498h33.789v269.366h-33.789c0-63.795-51.884-115.499-115.902-115.499z%22%20style%3D%22fill%3A%20rgb(72%2C%2072%2C%2071)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CclipPath%20id%3D%22TypeOS_Full-Bold_svg__b%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2070h337.885v269.366H0z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://typeos.com/favicon.ico",
    "ogImage": "https://typeos.com/opengraph-image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'TypeOS'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get Started for Free",
      "reasoning": "Button #0 has a vibrant blue background (#0A85FF), which is the brand color, and features action-oriented text 'Get Started for Free', making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Get Started Free",
      "reasoning": "Button #2 has a white background (#FFFFFF) and offers a similar action 'Get Started Free', making it a suitable secondary CTA with a different color group."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "professionals and businesses looking for AI writing solutions"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, and links to the homepage, aligning with the brand 'TypeOS'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles