Home · Branding · nao Labs

nao Labs Brand Identity

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

Download JSON
Primary
#522BFF
Accent
#522BFF
Body Font
Geist
Heading
Geist

Color Palette

Brand palette extracted from https://getnao.io/.

primary
#522BFF
rgb(82, 43, 255)
secondary
#DBEAFE
rgb(219, 234, 254)
accent
#522BFF
rgb(82, 43, 255)
background
#FAFAFD
rgb(250, 250, 253)
textPrimary
#1D1F24
rgb(29, 31, 36)
link
#99A1AF
rgb(153, 161, 175)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Geist
Borna, sans-serif
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

nao Labs logo
Logo
nao Labs favicon
Favicon
nao Labs social image
Social Card

UI Components

Live previews rendered using nao Labs's actual button styles.

input
background #1D1F24 textColor #FFFFFF borderColor #33363E borderRadius 8px shadow none
buttonPrimary
background #522BFF textColor #FFFFFF borderRadius 33554400px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px
buttonSecondary
background #1D1F24 textColor #FFFFFF borderColor #33363E borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: medium Audience: developers and tech enthusiasts

nao Labs Brand in the Wild

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

Frequently Asked Questions

What is nao Labs's primary brand color?

nao Labs's primary brand color is #522BFF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does nao Labs use?

nao Labs uses Geist as the primary typeface across body and headings.

Does nao Labs use a light or dark theme?

nao Labs's primary site uses a light color scheme, with a background of #FAFAFD.

Where can I find nao Labs's logo?

nao Labs's logo is available directly on their site (https://getnao.io/). 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://getnao.io/ 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 nao Labs.

Methodology

Brand data on this page was extracted from https://getnao.io/ 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 nao Labs.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "unknown"
    },
    {
      "family": "Borna",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#522BFF",
    "secondary": "#DBEAFE",
    "accent": "#522BFF",
    "background": "#FAFAFD",
    "textPrimary": "#1D1F24",
    "link": "#99A1AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Borna",
        "sans-serif"
      ],
      "body": [
        "Geist",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 6,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#1D1F24",
      "textColor": "#FFFFFF",
      "borderColor": "#33363E",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#522BFF",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px"
    },
    "buttonSecondary": {
      "background": "#1D1F24",
      "textColor": "#FFFFFF",
      "borderColor": "#33363E",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22108%22%20height%3D%2225%22%20viewBox%3D%220%200%20108%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cstyle%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%09%09%09%09svg%3Ahover%20.logo-path-1%20%7B%0A%09%09%09%09%09transform%3A%20translate(0px%2C%202px)%3B%0A%09%09%09%09%09transition%3A%20transform%200.3s%20ease%3B%0A%09%09%09%09%7D%0A%09%09%09%09svg%3Ahover%20.logo-path-2%20%7B%0A%09%09%09%09%09transform%3A%20translate(2px%2C%200px)%3B%0A%09%09%09%09%09transition%3A%20transform%200.3s%20ease%3B%0A%09%09%09%09%7D%0A%09%09%09%09svg%3Ahover%20.logo-path-3%20%7B%0A%09%09%09%09%09transform%3A%20translate(-2px%2C%200px)%3B%0A%09%09%09%09%09transition%3A%20transform%200.3s%20ease%3B%0A%09%09%09%09%7D%0A%09%09%09%09svg%3Ahover%20.logo-path-4%20%7B%0A%09%09%09%09%09transform%3A%20translate(1px%2C%201px)%3B%0A%09%09%09%09%09transition%3A%20transform%200.3s%20ease%3B%0A%09%09%09%09%7D%0A%09%09%09%09svg%3Ahover%20.logo-path-5%20%7B%0A%09%09%09%09%09transform%3A%20translate(-1px%2C%201px)%3B%0A%09%09%09%09%09transition%3A%20transform%200.3s%20ease%3B%0A%09%09%09%09%3C%2Fstyle%3E%3Cg%20clip-path%3D%22url(%23clip0_593_2518)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cg%20filter%3D%22url(%23filter0_n_593_2518)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20class%3D%22logo-path-1%22%20d%3D%22M23.7143%200V6.22312L20.6017%2017.7114L17.4891%206.22312V0H23.7143Z%22%20fill%3D%22url(%23paint0_radial_593_2518)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint0_radial_593_2518%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20class%3D%22logo-path-2%22%20d%3D%22M16.2031%2021.9017L6.22516%2023.9325H0V17.7114H6.22516L16.2031%2021.9017Z%22%20fill%3D%22url(%23paint1_radial_593_2518)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint1_radial_593_2518%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20class%3D%22logo-path-3%22%20d%3D%22M41.2026%2017.7114V23.9325H34.9815L24.9995%2021.9017L34.9815%2017.7114H41.2026Z%22%20fill%3D%22url(%23paint2_radial_593_2518)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint2_radial_593_2518%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20class%3D%22logo-path-4%22%20d%3D%22M17.4957%2018.7962L4.06695%2011.5889V5.36774H10.2901L17.4957%2018.7962Z%22%20fill%3D%22url(%23paint3_radial_593_2518)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint3_radial_593_2518%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20class%3D%22logo-path-5%22%20d%3D%22M37.1395%205.36774V11.5889L23.7087%2018.7962L30.9143%205.36774H37.1395Z%22%20fill%3D%22url(%23paint4_radial_593_2518)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint4_radial_593_2518%26quot%3B)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M60.2145%205.10645C57.6963%205.10645%2055.6857%206.14363%2054.5757%207.98034V5.39444H50.6875V23.9388H54.5757V13.9114C54.5757%2010.8542%2056.5379%208.63487%2059.2415%208.63487C61.665%208.63487%2063.2949%2010.4958%2063.2949%2013.2629V23.9388H67.183V12.5782C67.183%208.10923%2064.3827%205.10645%2060.2145%205.10645Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M78.3379%205.10645C73.9944%205.10645%2070.624%207.80311%2070.3238%2011.5168L70.3057%2011.7303H73.9481L73.9581%2011.545C74.0649%209.73045%2075.9405%208.30861%2078.2271%208.30861C80.8158%208.30861%2082.4255%209.65392%2082.4255%2011.8209C82.4255%2012.55%2081.8674%2012.705%2081.398%2012.705H77.6166C73.2087%2012.705%2070.3601%2015.0009%2070.3601%2018.5555C70.3601%2022.1102%2072.9146%2024.2268%2076.7161%2024.2268C79.18%2024.2268%2081.3316%2023.1997%2082.4255%2021.5543V23.9388H86.3137V12.0384C86.3137%207.89374%2083.1084%205.10645%2078.3358%205.10645H78.3379ZM82.4275%2015.5487V15.7844C82.4275%2019.0892%2080.5479%2021.0609%2077.4011%2021.0609C75.4933%2021.0609%2074.212%2020.0257%2074.212%2018.4851C74.212%2016.7007%2075.6766%2015.5487%2077.941%2015.5487H82.4275Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M98.4725%205.10645C92.9323%205.10645%2088.9092%209.12627%2088.9092%2014.6666C88.9092%2020.207%2092.9303%2024.2268%2098.4725%2024.2268C104.015%2024.2268%20108%2020.207%20108%2014.6666C108%209.12627%20103.992%205.10645%2098.4725%205.10645ZM98.4725%2020.7709C95.1222%2020.7709%2092.8699%2018.3179%2092.8699%2014.6666C92.8699%2011.0153%2095.1222%208.56237%2098.4725%208.56237C101.823%208.56237%20104.039%2011.0717%20104.039%2014.6666C104.039%2018.2615%20101.75%2020.7709%2098.4725%2020.7709Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cfilter%20id%3D%22filter0_n_593_2518%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2241.2031%22%20height%3D%2223.9326%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%228.3272199630737305%208.3272199630737305%22%20stitchTiles%3D%22stitch%22%20numOctaves%3D%223%22%20result%3D%22noise%22%20seed%3D%227980%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeColorMatrix%20in%3D%22noise%22%20type%3D%22luminanceToAlpha%22%20result%3D%22alphaNoise%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeComponentTransfer%20in%3D%22alphaNoise%22%20result%3D%22coloredNoise1%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CfeFuncA%20type%3D%22discrete%22%20tableValues%3D%221%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3C%2FfeComponentTransfer%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22shape%22%20in%3D%22coloredNoise1%22%20result%3D%22noise1Clipped%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeFlood%20flood-color%3D%22rgba(255%2C%20255%2C%20255%2C%200.11)%22%20result%3D%22color1Flood%22%20style%3D%22fill%3A%20none%20!important%3B%20flood-color%3A%20rgba(255%2C%20255%2C%20255%2C%200.11)%20!important%3B%22%2F%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22noise1Clipped%22%20in%3D%22color1Flood%22%20result%3D%22color1%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeMerge%20result%3D%22effect1_noise_593_2518%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3CfeMergeNode%20in%3D%22shape%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3CfeMergeNode%20in%3D%22color1%22%20style%3D%22fill%3A%20none%20!important%3B%22%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3CradialGradient%20id%3D%22paint0_radial_593_2518%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(21.641%201.67861)%20rotate(90)%20scale(29.5734%2085.9443)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20offset%3D%220.157902%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.466346%22%20stop-color%3D%22%234F5EFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(79%2C%2094%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.798077%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22paint1_radial_593_2518%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(21.641%201.67861)%20rotate(90)%20scale(29.5734%2085.9443)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20offset%3D%220.157902%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.466346%22%20stop-color%3D%22%234F5EFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(79%2C%2094%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.798077%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22paint2_radial_593_2518%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(21.641%201.67861)%20rotate(90)%20scale(29.5734%2085.9443)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20offset%3D%220.157902%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.466346%22%20stop-color%3D%22%234F5EFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(79%2C%2094%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.798077%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22paint3_radial_593_2518%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(21.641%201.67861)%20rotate(90)%20scale(29.5734%2085.9443)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20offset%3D%220.157902%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.466346%22%20stop-color%3D%22%234F5EFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(79%2C%2094%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.798077%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22paint4_radial_593_2518%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(21.641%201.67861)%20rotate(90)%20scale(29.5734%2085.9443)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20offset%3D%220.157902%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.466346%22%20stop-color%3D%22%234F5EFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(79%2C%2094%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%220.798077%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23522BFF%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(82%2C%2043%2C%20255)%20!important%3B%22%2F%3E%3C%2FradialGradient%3E%3CclipPath%20id%3D%22clip0_593_2518%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Crect%20width%3D%22108%22%20height%3D%2224.2263%22%20fill%3D%22white%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://getnao.io/favicon.ico?favicon.6c8a96c3.ico",
    "ogImage": "https://getnao.io/img/hero.png",
    "logoHref": "/",
    "logoAlt": "svg:hover .logo-path-1 {\n\t\t\t\t\ttransform: translate(0px, 2px);\n\t\t\t\t\ttransition: transform 0.3s ease;\n\t\t\t\t}\n\t\t\t\tsvg:hover .logo-path-2 {\n\t\t\t\t\ttransform: translate(2px, 0px);\n\t\t\t\t\ttransition: transform 0.3s ease;\n\t\t\t\t}\n\t\t\t\tsvg:hover .logo-path-3 {\n\t\t\t\t\ttransform: translate(-2px, 0px);\n\t\t\t\t\ttransition: transform 0.3s ease;\n\t\t\t\t}\n\t\t\t\tsvg:hover .logo-path-4 {\n\t\t\t\t\ttransform: translate(1px, 1px);\n\t\t\t\t\ttransition: transform 0.3s ease;\n\t\t\t\t}\n\t\t\t\tsvg:hover .logo-path-5 {\n\t\t\t\t\ttransform: translate(-1px, 1px);\n\t\t\t\t\ttransition: transform 0.3s ease;"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'nao'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 'Get started' uses the brand's vibrant primary color #522BFF and has action-oriented text, making it the main call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Contact us",
      "reasoning": "Button #1 'Contact us' has a different background color (#1D1F24) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech enthusiasts"
  },
  "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 located in the header, is visible, and links to the homepage, matching the brand 'nao'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles