Home · Branding · hoop.dev

hoop.dev Brand Identity

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

Download JSON
Primary
#000000
Accent
#FFFFFF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://hoop.dev.

primary
#000000
rgb(0, 0, 0)
accent
#FFFFFF
rgb(255, 255, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1A1A1A
rgb(26, 26, 26)
link
#000000
rgb(0, 0, 0)

Typography

Each font links to its Google Fonts page where available.

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

hoop.dev logo
Logo
hoop.dev favicon
Favicon
hoop.dev social image
Social Card

UI Components

Live previews rendered using hoop.dev's actual button styles.

buttonPrimary
background #FFFFFF textColor #FDFAF8 borderColor #FEFEFD borderRadius 6px shadow none
buttonSecondary
background #F7F7F7 textColor #1A1A1A borderRadius 6px shadow none

Brand Personality

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

hoop.dev Brand in the Wild

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

Frequently Asked Questions

What is hoop.dev's primary brand color?

hoop.dev's primary brand color is #000000. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does hoop.dev use?

hoop.dev uses #FFFFFF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does hoop.dev use?

hoop.dev uses Inter as the primary typeface across body and headings.

Does hoop.dev use a light or dark theme?

hoop.dev's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find hoop.dev's logo?

hoop.dev's logo is available directly on their site (https://hoop.dev). 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://hoop.dev 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 hoop.dev.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#FFFFFF",
    "background": "#FFFFFF",
    "textPrimary": "#1A1A1A",
    "link": "#000000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "32px",
      "body": "11px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#FDFAF8",
      "borderColor": "#FEFEFD",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F7F7F7",
      "textColor": "#1A1A1A",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22111%22%20height%3D%2220%22%20viewBox%3D%220%200%20546%2098%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-label%3D%22hoop.dev%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M63.3502%2046.7778C65.0778%2046.8732%2066.8054%2046.9973%2068.533%2047.1118L70.0983%2047.2073C75.0386%2047.9566%2080.0893%2047.1278%2084.531%2044.8391C88.9727%2042.5503%2092.579%2038.9183%2094.836%2034.4604C97.0931%2030.0025%2097.8859%2024.946%2097.1014%2020.0112C96.317%2015.0765%2093.9954%2010.5151%2090.4672%206.97678C86.9391%203.43849%2082.3844%201.10376%2077.4518%200.305164C72.5193-0.493437%2067.4606%200.284818%2062.9962%202.52907C58.5319%204.77333%2054.8895%208.36912%2052.588%2012.8043C50.2866%2017.2394%2049.4433%2022.2877%2050.1784%2027.2301C50.1784%2027.7741%2050.2452%2028.3182%2050.2834%2028.8622C50.398%2030.5898%2050.522%2032.327%2050.6079%2034.0546C50.8719%2036.7239%2050.5461%2039.4186%2049.6535%2041.9481C48.9647%2043.6809%2047.9359%2045.2581%2046.6278%2046.5869C45.292%2047.9161%2043.6967%2048.9558%2041.9413%2049.6412C39.4118%2050.5338%2036.7171%2050.8596%2034.0478%2050.5957C32.3202%2050.5098%2030.583%2050.3857%2028.8554%2050.2711L27.2233%2050.1661C22.2818%2049.4326%2017.2348%2050.2768%2012.801%2052.5785C8.36712%2054.8802%204.77247%2058.522%202.52881%2062.9855C0.285146%2067.449-0.493143%2072.5065%200.304756%2077.4381C1.10265%2082.3696%203.43606%2086.9237%206.97275%2090.4519C10.5094%2093.9802%2015.0691%2096.3027%2020.0025%2097.0888C24.9359%2097.8749%2029.9916%2097.0845%2034.4497%2094.8302C38.9078%2092.5759%2042.541%2088.9725%2044.8321%2084.5332C47.1232%2080.0939%2047.9553%2075.0449%2047.21%2070.1052C47.21%2069.5802%2047.1527%2069.0648%2047.1146%2068.5398C47%2066.8122%2046.8759%2065.0846%2046.7805%2063.357C46.5308%2060.6842%2046.873%2057.9891%2047.7827%2055.4635C48.4586%2053.7264%2049.4854%2052.1473%2050.7988%2050.8247C52.1281%2049.5196%2053.7054%2048.494%2055.4376%2047.8086C57.967%2046.8864%2060.6689%2046.5344%2063.3502%2046.7778Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M23.7964%2041.2131C33.4115%2041.2131%2041.206%2033.4185%2041.206%2023.8034C41.206%2014.1884%2033.4115%206.3938%2023.7964%206.3938C14.1813%206.3938%206.38672%2014.1884%206.38672%2023.8034C6.38672%2033.4185%2014.1813%2041.2131%2023.7964%2041.2131Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M73.6391%2091.0559C83.2542%2091.0559%2091.0488%2083.2613%2091.0488%2073.6462C91.0488%2064.0311%2083.2542%2056.2366%2073.6391%2056.2366C64.0241%2056.2366%2056.2295%2064.0311%2056.2295%2073.6462C56.2295%2083.2613%2064.0241%2091.0559%2073.6391%2091.0559Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M148.9%2072.5488H136.311V6.30811H148.9V44.9358H146.724C146.619%2040.6568%20147.265%2036.3926%20148.633%2032.3367C149.682%2029.193%20151.658%2026.441%20154.302%2024.4432C157.113%2022.5425%20160.457%2021.5895%20163.847%2021.7229H164.391C170.016%2021.7229%20174.28%2023.6573%20177.181%2027.5261C180.083%2031.3949%20181.534%2037.0168%20181.534%2044.3917V72.5488H168.944V43.2177C169.01%2041.8667%20168.803%2040.5163%20168.336%2039.247C167.868%2037.9778%20167.15%2036.8156%20166.224%2035.8301C165.316%2034.9105%20164.227%2034.1895%20163.026%2033.713C161.825%2033.2365%20160.538%2033.0149%20159.247%2033.0621C157.855%2033.0081%20156.469%2033.2509%20155.178%2033.7742C153.888%2034.2975%20152.724%2035.0894%20151.764%2036.0973C149.805%2038.2627%20148.776%2041.1117%20148.9%2044.029V72.5488Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M215.465%2074.2283C211.524%2074.3046%20207.607%2073.594%20203.944%2072.138C200.781%2070.859%20197.913%2068.9457%20195.516%2066.5162C193.248%2064.211%20191.474%2061.4664%20190.305%2058.4509C189.117%2055.4096%20188.514%2052.1711%20188.53%2048.9061V46.9971C188.518%2043.6916%20189.133%2040.4139%20190.343%2037.3378C191.558%2034.299%20193.369%2031.534%20195.669%2029.2057C198.09%2026.7612%20200.992%2024.8467%20204.193%2023.5838C207.789%2022.1812%20211.624%2021.4875%20215.484%2021.5413C219.329%2021.485%20223.148%2022.1788%20226.728%2023.5838C229.91%2024.8542%20232.795%2026.7682%20235.203%2029.2057C237.507%2031.5424%20239.318%2034.3174%20240.529%2037.3665C241.74%2040.4425%20242.355%2043.7203%20242.343%2047.0258V48.9347C242.357%2052.1988%20241.758%2055.4364%20240.577%2058.4795C239.402%2061.4941%20237.625%2064.2382%20235.356%2066.5448C232.96%2068.9744%20230.092%2070.8876%20226.928%2072.1667C223.283%2073.6118%20219.385%2074.3128%20215.465%2074.2283ZM215.465%2063.4332C218.175%2063.5173%20220.852%2062.8109%20223.168%2061.4002C225.274%2060.0464%20226.957%2058.1282%20228.026%2055.8642C229.174%2053.3802%20229.745%2050.6686%20229.696%2047.9325C229.741%2045.1764%20229.153%2042.4467%20227.978%2039.9531C226.897%2037.6726%20225.201%2035.7388%20223.082%2034.3694C220.791%2032.9566%20218.136%2032.2465%20215.446%2032.3268C212.757%2032.2586%20210.106%2032.9679%20207.81%2034.3694C205.667%2035.7211%20203.952%2037.6543%20202.866%2039.9436C201.691%2042.4372%20201.103%2045.1668%20201.148%2047.923C201.097%2050.6603%20201.671%2053.373%20202.828%2055.8547C203.889%2058.1206%20205.57%2060.0399%20207.676%2061.3906C210.02%2062.8111%20212.726%2063.5207%20215.465%2063.4332Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M274.271%2074.2283C270.333%2074.3046%20266.419%2073.594%20262.76%2072.138C259.595%2070.8565%20256.724%2068.9437%20254.322%2066.5162C252.063%2064.205%20250.294%2061.4618%20249.12%2058.4509C247.94%2055.4078%20247.341%2052.1701%20247.354%2048.9061V46.9971C247.326%2043.7039%20247.925%2040.4354%20249.12%2037.3665C250.358%2034.2378%20252.229%2031.3986%20254.615%2029.0269C257.002%2026.6552%20259.853%2024.8021%20262.989%2023.5838C266.582%2022.1803%20270.413%2021.4866%20274.271%2021.5413C278.116%2021.485%20281.935%2022.1788%20285.514%2023.5838C288.694%2024.8537%20291.577%2026.7678%20293.981%2029.2057C296.274%2031.5447%20298.075%2034.3196%20299.278%2037.3665C300.493%2040.4412%20301.108%2043.7198%20301.092%2047.0258V48.9347C301.11%2052.1992%20300.511%2055.4377%20299.326%2058.4795C298.156%2061.495%20296.383%2064.2396%20294.114%2066.5448C291.714%2068.9744%20288.843%2070.8876%20285.677%2072.1667C282.05%2073.606%20278.172%2074.3069%20274.271%2074.2283ZM274.271%2063.4332C276.984%2063.5169%20279.663%2062.8106%20281.983%2061.4002C284.089%2060.0494%20285.77%2058.1301%20286.832%2055.8642C287.983%2053.381%20288.557%2050.6693%20288.511%2047.9325C288.558%2045.1752%20287.967%2042.4444%20286.784%2039.9531C285.709%2037.6686%20284.012%2035.7334%20281.887%2034.3694C279.598%2032.954%20276.942%2032.2436%20274.252%2032.3268C271.563%2032.2564%20268.911%2032.9658%20266.616%2034.3694C264.473%2035.7211%20262.758%2037.6543%20261.672%2039.9436C260.494%2042.4364%20259.903%2045.1661%20259.944%2047.923C259.898%2050.6598%20260.473%2053.3714%20261.624%2055.8547C262.69%2058.1174%20264.37%2060.0355%20266.473%2061.3906C268.82%2062.8119%20271.528%2063.5215%20274.271%2063.4332Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M321.393%2090.6837H308.784V23.2691H318.797V44.4871L317.26%2044.3916C317.338%2040.0104%20318.405%2035.7035%20320.381%2031.7925C322.043%2028.5926%20324.617%2025.9582%20327.778%2024.2235C330.959%2022.5353%20334.514%2021.6753%20338.115%2021.7228C341.372%2021.6736%20344.601%2022.3246%20347.584%2023.6318C350.357%2024.8728%20352.831%2026.6957%20354.838%2028.9768C356.896%2031.3288%20358.483%2034.0538%20359.515%2037.004C360.621%2040.1659%20361.173%2043.495%20361.147%2046.8446V48.7536C361.174%2052.1439%20360.635%2055.5149%20359.553%2058.7279C358.551%2061.7073%20356.968%2064.4584%20354.895%2066.8218C352.873%2069.1194%20350.384%2070.9581%20347.593%2072.2146C344.588%2073.5351%20341.331%2074.1865%20338.048%2074.1236C334.54%2074.1692%20331.072%2073.3774%20327.931%2071.8137C324.812%2070.2151%20322.239%2067.7227%20320.543%2064.6552C318.673%2061.4163%20317.616%2057.258%20317.374%2052.1802L321.364%2058.1647L321.393%2090.6837ZM334.899%2063.5766C337.401%2063.6206%20339.861%2062.9268%20341.971%2061.5817C344.062%2060.2181%20345.718%2058.2836%20346.744%2056.0076C347.889%2053.4394%20348.45%2050.6487%20348.385%2047.8373C348.444%2045.0409%20347.87%2042.2674%20346.706%2039.7242C345.686%2037.4592%20344.017%2035.548%20341.91%2034.2328C339.803%2032.9175%20337.353%2032.2576%20334.87%2032.3366C332.484%2032.3144%20330.131%2032.892%20328.026%2034.0165C325.94%2035.1279%20324.187%2036.7752%20322.949%2038.7888C321.611%2041.0811%20320.949%2043.7052%20321.04%2046.3578V49.9849C320.958%2052.5487%20321.654%2055.0772%20323.035%2057.2389C324.325%2059.2039%20326.104%2060.7993%20328.198%2061.8681C330.265%2062.9538%20332.564%2063.5236%20334.899%2063.5289V63.5766Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M373.459%2072.5486C371.417%2072.5486%20369.457%2071.737%20368.013%2070.2925C366.568%2068.848%20365.757%2066.8888%20365.757%2064.8459V64.55C365.757%2062.5072%20366.568%2060.548%20368.013%2059.1035C369.457%2057.6589%20371.417%2056.8474%20373.459%2056.8474C374.472%2056.8462%20375.474%2057.0445%20376.41%2057.431C377.346%2057.8175%20378.196%2058.3847%20378.912%2059.1001C379.628%2059.8155%20380.197%2060.665%20380.584%2061.6002C380.972%2062.5353%20381.172%2063.5377%20381.172%2064.55V64.8459C381.172%2065.8583%20380.972%2066.8607%20380.584%2067.7958C380.197%2068.731%20379.628%2069.5805%20378.912%2070.2959C378.196%2071.0113%20377.346%2071.5784%20376.41%2071.965C375.474%2072.3515%20374.472%2072.5498%20373.459%2072.5486Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M409.539%2074.1332C406.259%2074.1728%20403.007%2073.5225%20399.994%2072.2242C397.163%2070.9852%20394.617%2069.1791%20392.511%2066.9174C390.365%2064.5915%20388.7%2061.8632%20387.615%2058.8902C386.449%2055.6951%20385.868%2052.3167%20385.897%2048.9159V47.007C385.872%2043.6489%20386.421%2040.3112%20387.519%2037.1377C388.542%2034.1639%20390.145%2031.4225%20392.234%2029.0724C394.277%2026.7814%20396.777%2024.9443%20399.574%2023.6796C402.576%2022.3429%20405.833%2021.6753%20409.119%2021.7229C412.692%2021.653%20416.222%2022.5149%20419.36%2024.2236C422.397%2025.9593%20424.846%2028.5615%20426.395%2031.6972C428.256%2035.6077%20429.233%2039.8798%20429.258%2044.2104L425.536%2039.9534V6.30811H438.23V72.5488H428.132V51.6457H430.308C430.283%2055.9895%20429.226%2060.265%20427.225%2064.1207C425.533%2067.2826%20422.969%2069.8928%20419.838%2071.642C416.671%2073.33%20413.127%2074.1871%20409.539%2074.1332ZM412.336%2063.529C414.695%2063.5558%20417.021%2062.9774%20419.093%2061.8491C421.147%2060.7018%20422.842%2059.0067%20423.99%2056.9526C425.265%2054.6377%20425.904%2052.026%20425.841%2049.3836V45.7566C425.918%2043.2051%20425.255%2040.6858%20423.932%2038.5026C422.713%2036.5523%20420.988%2034.969%20418.941%2033.9211C416.899%2032.8665%20414.633%2032.3228%20412.336%2032.3367C409.793%2032.3039%20407.297%2033.0102%20405.148%2034.3697C403.043%2035.7147%20401.349%2037.6136%20400.252%2039.858C399.018%2042.4113%20398.409%2045.2218%20398.477%2048.0569C398.411%2050.8992%20399.033%2053.7152%20400.29%2056.2654C401.403%2058.4936%20403.126%2060.3596%20405.258%2061.6457C407.391%2062.9318%20409.846%2063.5849%20412.336%2063.529Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M471.323%2074.2286C467.506%2074.3133%20463.716%2073.5709%20460.213%2072.0524C457.181%2070.71%20454.485%2068.7116%20452.319%2066.2014C450.251%2063.7818%20448.652%2060.9982%20447.604%2057.9929C446.553%2055.0226%20446.017%2051.8947%20446.02%2048.7441V47.026C446.027%2043.7974%20446.579%2040.5931%20447.652%2037.5481C448.676%2034.5545%20450.264%2031.7845%20452.329%2029.3873C454.462%2026.9348%20457.108%2024.98%20460.079%2023.6604C463.465%2022.1801%20467.132%2021.4507%20470.826%2021.5224C476.146%2021.5224%20480.6%2022.6869%20484.189%2025.0158C487.7%2027.2477%20490.512%2030.4232%20492.302%2034.1788C494.122%2037.9827%20495.052%2042.1508%20495.022%2046.3674V50.9966H451.374V43.2176H487.005L483.187%2047.0355C483.256%2044.2778%20482.779%2041.5336%20481.784%2038.9607C480.958%2036.865%20479.521%2035.0659%20477.66%2033.797C475.596%2032.5179%20473.196%2031.8862%20470.769%2031.9835C468.273%2031.8935%20465.808%2032.5588%20463.696%2033.8924C461.716%2035.2428%20460.184%2037.1539%20459.296%2039.3806C458.231%2042.0928%20457.721%2044.9913%20457.798%2047.9041C457.749%2050.7082%20458.241%2053.4953%20459.249%2056.1126C460.132%2058.3915%20461.682%2060.3509%20463.696%2061.7345C465.976%2063.172%20468.64%2063.8811%20471.332%2063.7675C473.937%2063.8772%20476.518%2063.2344%20478.768%2061.9158C480.523%2060.893%20481.844%2059.2635%20482.481%2057.3343H494.182C493.519%2060.5861%20492.089%2063.6325%20490.011%2066.2205C487.911%2068.7898%20485.219%2070.8108%20482.166%2072.1096C478.738%2073.5635%20475.045%2074.2852%20471.323%2074.2286Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M523.923%2072.5487H511.601L496.167%2023.269H509.138L523.923%2072.5487ZM528.629%2072.5487H515.266V62.164H528.629V72.5487ZM531.807%2072.5487H520.296L532.991%2023.3168H545.132L531.807%2072.5487Z%22%20style%3D%22fill%3A%20rgb(247%2C%20247%2C%20247)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://hoop.dev/favicon.svg",
    "ogImage": "https://landingpagev2-nu.vercel.app/api/og?title=Accelerate+your+AI+agents.+One+gateway+to+every+data+source.&subtitle=Your+AI+agents+are+blocked+from+production+data+because+the+risk+is+too+high.+Hoop+removes+that+block.",
    "logoHref": "/",
    "logoAlt": "hoop.dev"
  },
  "__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 'hoop.dev'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get started free →",
      "reasoning": "Button #2 'Get started free →' is the primary CTA due to its action-oriented text and distinct call to action, encouraging users to start using the service for free."
    },
    "secondary": {
      "index": 0,
      "text": "Get a Demo",
      "reasoning": "Button #0 'Get a Demo' serves as a secondary action, offering an alternative engagement option without the same level of commitment as the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.8,
    "overall": 0.8500000000000001
  },
  "__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 'hoop.dev'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles