Home · Branding · Superblocks

Superblocks Brand Identity

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

Download JSON
Primary
#0072F5
Accent
#0072F5
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.superblocks.com/.

primary
#0072F5
rgb(0, 114, 245)
secondary
#27BBFF
rgb(39, 187, 255)
accent
#0072F5
rgb(0, 114, 245)
background
#FBFAF9
rgb(251, 250, 249)
textPrimary
#131416
rgb(19, 20, 22)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, 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

Superblocks logo
Logo
Superblocks favicon
Favicon
Superblocks social image
Social Card

UI Components

Live previews rendered using Superblocks's actual button styles.

input
background #FFFFFF textColor #333333 borderColor null borderRadius 0px shadow none
buttonPrimary
background #0072F5 textColor #FFFFFF borderRadius 10px shadow rgb(0, 104, 224) 0px 0px 0px 1px, rgba(0, 153, 255, 0.12) 0px 1px 2px 0px, rgba(0, 153, 255, 0.24) 0px 3px 8px 1px, rgba(255, 255, 255, 0.3) 0px 1px 0px 0px inset
buttonSecondary
background #131416 textColor #FFFFFF borderRadius 10px shadow rgb(0, 0, 0) 0px 0px 0px 1px, rgba(27, 30, 34, 0.08) 0px 1px 2px 0px, rgba(14, 20, 27, 0.16) 0px 6px 16px 1px, rgba(255, 255, 255, 0.3) 0px 1px 0px 0px inset

Brand Personality

Tone: modern Energy: high Audience: enterprise businesses looking for AI solutions

Superblocks Brand in the Wild

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

Frequently Asked Questions

What is Superblocks's primary brand color?

Superblocks's primary brand color is #0072F5. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Superblocks use?

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

Does Superblocks use a light or dark theme?

Superblocks's primary site uses a light color scheme, with a background of #FBFAF9.

Where can I find Superblocks's logo?

Superblocks's logo is available directly on their site (https://www.superblocks.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://www.superblocks.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 Superblocks.

Methodology

Brand data on this page was extracted from https://www.superblocks.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 Superblocks.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0072F5",
    "secondary": "#27BBFF",
    "accent": "#0072F5",
    "background": "#FBFAF9",
    "textPrimary": "#131416",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "36px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0072F5",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgb(0, 104, 224) 0px 0px 0px 1px, rgba(0, 153, 255, 0.12) 0px 1px 2px 0px, rgba(0, 153, 255, 0.24) 0px 3px 8px 1px, rgba(255, 255, 255, 0.3) 0px 1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#131416",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgb(0, 0, 0) 0px 0px 0px 1px, rgba(27, 30, 34, 0.08) 0px 1px 2px 0px, rgba(14, 20, 27, 0.16) 0px 6px 16px 1px, rgba(255, 255, 255, 0.3) 0px 1px 0px 0px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20viewBox%3D%220%200%20137%2026%22%20fill%3D%22none%22%20class%3D%22nav_brand-text%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M7.41407%2021.264C6.38741%2021.264%205.41941%2021.0807%204.51007%2020.714C3.61541%2020.3327%202.83807%2019.7973%202.17807%2019.108C1.53274%2018.4187%201.04874%2017.6047%200.726074%2016.666L3.52007%2015.412C3.93074%2016.3067%204.49541%2017.0107%205.21407%2017.524C5.94741%2018.0373%206.75407%2018.294%207.63407%2018.294C8.10341%2018.294%208.50674%2018.2207%208.84407%2018.074C9.18141%2017.9273%209.44541%2017.7293%209.63608%2017.48C9.82674%2017.216%209.92208%2016.908%209.92208%2016.556C9.92208%2016.1747%209.80474%2015.852%209.57008%2015.588C9.33541%2015.3093%208.96874%2015.0893%208.47007%2014.928L5.25807%2013.872C3.95274%2013.4467%202.97007%2012.8453%202.31007%2012.068C1.65007%2011.276%201.32007%2010.33%201.32007%209.22999C1.32007%208.26199%201.55474%207.41133%202.02407%206.67799C2.50807%205.94466%203.17541%205.37266%204.02607%204.96199C4.89141%204.55133%205.88141%204.34599%206.99607%204.34599C7.97874%204.34599%208.88808%204.51466%209.72408%204.85199C10.5601%205.18933%2011.2787%205.66599%2011.8801%206.28199C12.4961%206.89799%2012.9581%207.63866%2013.2661%208.50399L10.4941%209.75799C10.1861%208.99533%209.72408%208.40133%209.10808%207.97599C8.49207%207.53599%207.78807%207.31599%206.99607%207.31599C6.54141%207.31599%206.13807%207.38933%205.78607%207.53599C5.43407%207.68266%205.16274%207.89533%204.97207%208.17399C4.78141%208.43799%204.68607%208.74599%204.68607%209.09799C4.68607%209.47933%204.81074%209.81666%205.06007%2010.11C5.30941%2010.3887%205.68341%2010.6087%206.18207%2010.77L9.32807%2011.782C10.6481%2012.2073%2011.6307%2012.8013%2012.2761%2013.564C12.9361%2014.3267%2013.2661%2015.258%2013.2661%2016.358C13.2661%2017.3113%2013.0167%2018.162%2012.5181%2018.91C12.0194%2019.6433%2011.3301%2020.2227%2010.4501%2020.648C9.58474%2021.0587%208.57274%2021.264%207.41407%2021.264Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M19.7662%2021.264C18.7982%2021.264%2017.9695%2021.0587%2017.2802%2020.648C16.6055%2020.2227%2016.0922%2019.636%2015.7402%2018.888C15.3882%2018.14%2015.2122%2017.2673%2015.2122%2016.27V8.98799H18.5122V16.006C18.5122%2016.4607%2018.6002%2016.864%2018.7762%2017.216C18.9669%2017.5533%2019.2309%2017.8173%2019.5682%2018.008C19.9055%2018.1987%2020.2869%2018.294%2020.7122%2018.294C21.1522%2018.294%2021.5335%2018.1987%2021.8562%2018.008C22.1935%2017.8173%2022.4502%2017.5533%2022.6262%2017.216C22.8169%2016.864%2022.9122%2016.4607%2022.9122%2016.006V8.98799H26.2122V21H23.1322V18.624L23.3082%2019.152C23.0295%2019.8707%2022.5749%2020.406%2021.9442%2020.758C21.3282%2021.0953%2020.6022%2021.264%2019.7662%2021.264Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M28.6241%2025.4V8.98799H31.7041V11.276L31.4181%2010.616C31.8141%2010.0147%2032.3495%209.55266%2033.0241%209.22999C33.7135%208.89266%2034.4981%208.72399%2035.3781%208.72399C36.5221%208.72399%2037.5561%209.00266%2038.4801%209.55999C39.4041%2010.1173%2040.1375%2010.8727%2040.6801%2011.826C41.2228%2012.7647%2041.4941%2013.8207%2041.4941%2014.994C41.4941%2016.1527%2041.2228%2017.2087%2040.6801%2018.162C40.1521%2019.1153%2039.4261%2019.8707%2038.5021%2020.428C37.5781%2020.9853%2036.5295%2021.264%2035.3561%2021.264C34.5348%2021.264%2033.7721%2021.1173%2033.0681%2020.824C32.3788%2020.516%2031.8215%2020.0687%2031.3961%2019.482L31.9241%2018.8V25.4H28.6241ZM34.9601%2018.294C35.5761%2018.294%2036.1188%2018.1547%2036.5881%2017.876C37.0575%2017.5973%2037.4241%2017.2087%2037.6881%2016.71C37.9521%2016.2113%2038.0841%2015.6393%2038.0841%2014.994C38.0841%2014.3487%2037.9521%2013.784%2037.6881%2013.3C37.4241%2012.8013%2037.0575%2012.4127%2036.5881%2012.134C36.1188%2011.8407%2035.5761%2011.694%2034.9601%2011.694C34.3735%2011.694%2033.8455%2011.8333%2033.3761%2012.112C32.9215%2012.3907%2032.5621%2012.7793%2032.2981%2013.278C32.0488%2013.7767%2031.9241%2014.3487%2031.9241%2014.994C31.9241%2015.6393%2032.0488%2016.2113%2032.2981%2016.71C32.5621%2017.2087%2032.9215%2017.5973%2033.3761%2017.876C33.8455%2018.1547%2034.3735%2018.294%2034.9601%2018.294Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M49.2129%2021.264C47.9369%2021.264%2046.8295%2020.9853%2045.8909%2020.428C44.9522%2019.856%2044.2262%2019.0933%2043.7129%2018.14C43.1995%2017.1867%2042.9429%2016.1307%2042.9429%2014.972C42.9429%2013.7693%2043.2069%2012.6987%2043.7349%2011.76C44.2775%2010.8213%2045.0035%2010.0807%2045.9129%209.53799C46.8222%208.99533%2047.8489%208.72399%2048.9929%208.72399C49.9462%208.72399%2050.7895%208.87799%2051.5229%209.18599C52.2562%209.47933%2052.8722%209.89733%2053.3709%2010.44C53.8842%2010.9827%2054.2729%2011.6133%2054.5369%2012.332C54.8009%2013.036%2054.9329%2013.806%2054.9329%2014.642C54.9329%2014.8767%2054.9182%2015.1113%2054.8889%2015.346C54.8742%2015.566%2054.8375%2015.7567%2054.7789%2015.918H45.7809V13.498H52.9089L51.3469%2014.642C51.4935%2014.0113%2051.4862%2013.454%2051.3249%2012.97C51.1635%2012.4713%2050.8775%2012.0827%2050.4669%2011.804C50.0709%2011.5107%2049.5795%2011.364%2048.9929%2011.364C48.4209%2011.364%2047.9295%2011.5033%2047.5189%2011.782C47.1082%2012.0607%2046.8002%2012.4713%2046.5949%2013.014C46.3895%2013.5567%2046.3089%2014.2167%2046.3529%2014.994C46.2942%2015.6687%2046.3749%2016.2627%2046.5949%2016.776C46.8149%2017.2893%2047.1522%2017.6927%2047.6069%2017.986C48.0615%2018.2647%2048.6115%2018.404%2049.2569%2018.404C49.8435%2018.404%2050.3422%2018.2867%2050.7529%2018.052C51.1782%2017.8173%2051.5082%2017.4947%2051.7429%2017.084L54.3829%2018.338C54.1482%2018.9247%2053.7742%2019.438%2053.2609%2019.878C52.7622%2020.318%2052.1682%2020.6627%2051.4789%2020.912C50.7895%2021.1467%2050.0342%2021.264%2049.2129%2021.264Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M56.8761%2021V8.98799H59.9561V11.87L59.7361%2011.452C60.0001%2010.44%2060.4328%209.75799%2061.0341%209.40599C61.6501%209.03933%2062.3761%208.85599%2063.2121%208.85599H63.9161V11.716H62.8821C62.0754%2011.716%2061.4228%2011.9653%2060.9241%2012.464C60.4254%2012.948%2060.1761%2013.6373%2060.1761%2014.532V21H56.8761Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M72.0944%2021.264C71.2731%2021.264%2070.5104%2021.1173%2069.8064%2020.824C69.1171%2020.516%2068.5597%2020.0687%2068.1344%2019.482L68.4424%2018.8V21H65.3624V4.34599H68.6624V11.276L68.1564%2010.616C68.5524%2010.0147%2069.0878%209.55266%2069.7624%209.22999C70.4518%208.89266%2071.2364%208.72399%2072.1164%208.72399C73.2604%208.72399%2074.2944%209.00266%2075.2184%209.55999C76.1424%2010.1173%2076.8758%2010.8727%2077.4184%2011.826C77.9611%2012.7647%2078.2324%2013.8207%2078.2324%2014.994C78.2324%2016.1527%2077.9611%2017.2087%2077.4184%2018.162C76.8904%2019.1153%2076.1644%2019.8707%2075.2404%2020.428C74.3164%2020.9853%2073.2678%2021.264%2072.0944%2021.264ZM71.6984%2018.294C72.3144%2018.294%2072.8571%2018.1547%2073.3264%2017.876C73.7957%2017.5973%2074.1624%2017.2087%2074.4264%2016.71C74.6904%2016.2113%2074.8224%2015.6393%2074.8224%2014.994C74.8224%2014.3487%2074.6904%2013.784%2074.4264%2013.3C74.1624%2012.8013%2073.7957%2012.4127%2073.3264%2012.134C72.8571%2011.8407%2072.3144%2011.694%2071.6984%2011.694C71.1118%2011.694%2070.5838%2011.8333%2070.1144%2012.112C69.6598%2012.3907%2069.3004%2012.7793%2069.0364%2013.278C68.7871%2013.7767%2068.6624%2014.3487%2068.6624%2014.994C68.6624%2015.6393%2068.7871%2016.2113%2069.0364%2016.71C69.3004%2017.2087%2069.6598%2017.5973%2070.1144%2017.876C70.5838%2018.1547%2071.1118%2018.294%2071.6984%2018.294Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M80.1652%2021V4.34599H83.4651V21H80.1652Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M91.842%2021.264C90.654%2021.264%2089.5687%2020.9927%2088.586%2020.45C87.618%2019.9073%2086.8407%2019.1667%2086.254%2018.228C85.682%2017.2747%2085.396%2016.1967%2085.396%2014.994C85.396%2013.7767%2085.682%2012.6987%2086.254%2011.76C86.8407%2010.8213%2087.618%2010.0807%2088.586%209.53799C89.5687%208.99533%2090.654%208.72399%2091.842%208.72399C93.03%208.72399%2094.108%208.99533%2095.076%209.53799C96.044%2010.0807%2096.814%2010.8213%2097.386%2011.76C97.9727%2012.6987%2098.266%2013.7767%2098.266%2014.994C98.266%2016.1967%2097.9727%2017.2747%2097.386%2018.228C96.814%2019.1667%2096.044%2019.9073%2095.076%2020.45C94.108%2020.9927%2093.03%2021.264%2091.842%2021.264ZM91.842%2018.294C92.4433%2018.294%2092.964%2018.1547%2093.404%2017.876C93.8587%2017.5973%2094.2107%2017.2087%2094.46%2016.71C94.724%2016.2113%2094.856%2015.6393%2094.856%2014.994C94.856%2014.3487%2094.724%2013.784%2094.46%2013.3C94.2107%2012.8013%2093.8587%2012.4127%2093.404%2012.134C92.964%2011.8407%2092.4433%2011.694%2091.842%2011.694C91.2407%2011.694%2090.7127%2011.8407%2090.258%2012.134C89.8033%2012.4127%2089.444%2012.8013%2089.18%2013.3C88.9307%2013.784%2088.806%2014.3487%2088.806%2014.994C88.806%2015.6393%2088.9307%2016.2113%2089.18%2016.71C89.444%2017.2087%2089.8033%2017.5973%2090.258%2017.876C90.7127%2018.1547%2091.2407%2018.294%2091.842%2018.294Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M106.106%2021.264C104.903%2021.264%20103.818%2020.9927%20102.85%2020.45C101.897%2019.8927%20101.134%2019.1373%20100.562%2018.184C100.005%2017.2307%2099.7261%2016.16%2099.7261%2014.972C99.7261%2013.784%20100.005%2012.7207%20100.562%2011.782C101.119%2010.8287%20101.882%2010.0807%20102.85%209.53799C103.818%208.99533%20104.903%208.72399%20106.106%208.72399C107.001%208.72399%20107.829%208.87799%20108.592%209.18599C109.355%209.49399%20110.007%209.92666%20110.55%2010.484C111.093%2011.0267%20111.481%2011.672%20111.716%2012.42L108.856%2013.652C108.651%2013.0507%20108.299%2012.574%20107.8%2012.222C107.316%2011.87%20106.751%2011.694%20106.106%2011.694C105.534%2011.694%20105.021%2011.8333%20104.566%2012.112C104.126%2012.3907%20103.774%2012.7793%20103.51%2013.278C103.261%2013.7767%20103.136%2014.3487%20103.136%2014.994C103.136%2015.6393%20103.261%2016.2113%20103.51%2016.71C103.774%2017.2087%20104.126%2017.5973%20104.566%2017.876C105.021%2018.1547%20105.534%2018.294%20106.106%2018.294C106.766%2018.294%20107.338%2018.118%20107.822%2017.766C108.306%2017.414%20108.651%2016.9373%20108.856%2016.336L111.716%2017.59C111.496%2018.294%20111.115%2018.9247%20110.572%2019.482C110.029%2020.0393%20109.377%2020.4793%20108.614%2020.802C107.851%2021.11%20107.015%2021.264%20106.106%2021.264Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M113.659%2021V4.34599H116.959V15.016L115.727%2014.62L121.029%208.98799H125.099L120.743%2013.828L125.077%2021H121.337L117.707%2014.906L119.621%2014.422L115.947%2018.426L116.959%2016.512V21H113.659Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M131.258%2021.264C129.938%2021.264%20128.787%2020.956%20127.804%2020.34C126.836%2019.7093%20126.176%2018.866%20125.824%2017.81L128.244%2016.666C128.552%2017.3113%20128.97%2017.8173%20129.498%2018.184C130.026%2018.5507%20130.613%2018.734%20131.258%2018.734C131.727%2018.734%20132.087%2018.6387%20132.336%2018.448C132.585%2018.2573%20132.71%2017.9933%20132.71%2017.656C132.71%2017.48%20132.666%2017.3333%20132.578%2017.216C132.49%2017.084%20132.358%2016.9667%20132.182%2016.864C132.006%2016.7613%20131.786%2016.6733%20131.522%2016.6L129.476%2016.028C128.493%2015.7493%20127.738%2015.302%20127.21%2014.686C126.682%2014.0553%20126.418%2013.3147%20126.418%2012.464C126.418%2011.716%20126.609%2011.0633%20126.99%2010.506C127.371%209.94866%20127.907%209.51599%20128.596%209.20799C129.285%208.88533%20130.077%208.72399%20130.972%208.72399C132.145%208.72399%20133.172%209.00266%20134.052%209.55999C134.947%2010.1027%20135.577%2010.8727%20135.944%2011.87L133.502%2013.014C133.326%2012.5153%20133.003%2012.1193%20132.534%2011.826C132.079%2011.518%20131.559%2011.364%20130.972%2011.364C130.547%2011.364%20130.209%2011.452%20129.96%2011.628C129.725%2011.804%20129.608%2012.046%20129.608%2012.354C129.608%2012.5153%20129.652%2012.662%20129.74%2012.794C129.828%2012.926%20129.967%2013.0433%20130.158%2013.146C130.363%2013.2487%20130.613%2013.344%20130.906%2013.432L132.82%2014.004C133.817%2014.2973%20134.58%2014.7447%20135.108%2015.346C135.636%2015.9327%20135.9%2016.6587%20135.9%2017.524C135.9%2018.272%20135.702%2018.9247%20135.306%2019.482C134.925%2020.0393%20134.389%2020.4793%20133.7%2020.802C133.011%2021.11%20132.197%2021.264%20131.258%2021.264Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(19%2C%2020%2C%2022)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/627d359d0e0aa265b7817bcf/68389956665084bb2fd37939_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/627d359d0e0aa265b7817bcf/6835b022d08a51349b48601d_og-image-light.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 7,
    "reasoning": "Selected #1 because it is a medium-sized, visible logo in the header area, linking to the homepage, which aligns with the brand 'Superblocks'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a demo",
      "reasoning": "Button #1 uses the brand's vibrant blue color (#0072F5), which is a strong indicator of a primary call-to-action. The text 'Book a demo' is action-oriented, making it suitable as the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 has a different background color (#131416) and serves as a secondary option with the same text 'Book a demo', but in a less vibrant color, indicating a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "enterprise businesses looking for AI 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": 1,
        "selectedLogoReasoning": "Selected #1 because it is a medium-sized, visible logo in the header area, linking to the homepage, which aligns with the brand 'Superblocks'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles