Home · Branding · OpenMeter

OpenMeter Brand Identity

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

Download JSON
Primary
#0F172B
Accent
#0F172B
Body Font
Segoe UI
Heading
Segoe UI

Color Palette

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

primary
#0F172B
rgb(15, 23, 43)
secondary
#45556C
rgb(69, 85, 108)
accent
#0F172B
rgb(15, 23, 43)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#62748E
rgb(98, 116, 142)

Typography

Each font links to its Google Fonts page where available.

primary
Segoe UI
heading
Segoe UI
Poppins, Poppins Fallback, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

OpenMeter logo
Logo
OpenMeter favicon
Favicon
OpenMeter social image
Social Card

UI Components

Live previews rendered using OpenMeter's actual button styles.

buttonPrimary
background #0F172B textColor #FFFFFF borderRadius 33554400px shadow none
buttonSecondary
background #FFFFFF textColor #0F172B borderColor #E2E8F0 borderRadius 33554400px shadow none

Brand Personality

Tone: professional Energy: medium Audience: developers and businesses looking for open source billing solutions

OpenMeter Brand in the Wild

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

Frequently Asked Questions

What is OpenMeter's primary brand color?

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

What font does OpenMeter use?

OpenMeter uses Segoe UI as the primary typeface across body and headings.

Does OpenMeter use a light or dark theme?

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

Where can I find OpenMeter's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Oxygen",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Cantarell",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0F172B",
    "secondary": "#45556C",
    "accent": "#0F172B",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#62748E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "Poppins Fallback",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Karla",
        "Karla Fallback",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Karla",
        "Karla Fallback",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0F172B",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0F172B",
      "borderColor": "#E2E8F0",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22216%22%20height%3D%2250%22%20viewBox%3D%220%200%20216%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-8%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M48.9307%2025.0534C46.7338%2025.0534%2044.7162%2024.5378%2042.8779%2023.5066C41.0396%2022.4754%2039.5825%2021.0518%2038.5064%2019.236C37.4304%2017.3977%2036.8923%2015.3241%2036.8923%2013.015C36.8923%2010.7284%2037.4304%208.67715%2038.5064%206.86125C39.5825%205.02305%2041.0396%203.58825%2042.8779%202.55705C44.7162%201.52585%2046.7338%201.01025%2048.9307%201.01025C51.1501%201.01025%2053.1677%201.52585%2054.9836%202.55705C56.8218%203.58825%2058.2678%205.02305%2059.3214%206.86125C60.3975%208.67715%2060.9355%2010.7284%2060.9355%2013.015C60.9355%2015.3241%2060.3975%2017.3977%2059.3214%2019.236C58.2678%2021.0518%2056.8218%2022.4754%2054.9836%2023.5066C53.1453%2024.5378%2051.1277%2025.0534%2048.9307%2025.0534ZM48.9307%2020.8501C50.3431%2020.8501%2051.5872%2020.5362%2052.6633%2019.9085C53.7394%2019.2584%2054.58%2018.3393%2055.1853%2017.1511C55.7906%2015.963%2056.0932%2014.5843%2056.0932%2013.015C56.0932%2011.4458%2055.7906%2010.0783%2055.1853%208.91255C54.58%207.72435%2053.7394%206.81646%2052.6633%206.18876C51.5872%205.56106%2050.3431%205.24715%2048.9307%205.24715C47.5184%205.24715%2046.263%205.56106%2045.1645%206.18876C44.0885%206.81646%2043.2478%207.72435%2042.6425%208.91255C42.0372%2010.0783%2041.7346%2011.4458%2041.7346%2013.015C41.7346%2014.5843%2042.0372%2015.963%2042.6425%2017.1511C43.2478%2018.3393%2044.0885%2019.2584%2045.1645%2019.9085C46.263%2020.5362%2047.5184%2020.8501%2048.9307%2020.8501Z%22%20fill%3D%22url(%23paint0_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint0_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M67.8006%208.87903C68.4059%208.02723%2069.2354%207.32103%2070.289%206.76053C71.3651%206.17773%2072.5868%205.88623%2073.9543%205.88623C75.546%205.88623%2076.981%206.27863%2078.259%207.06323C79.559%207.84783%2080.579%208.96873%2081.319%2010.4259C82.081%2011.8606%2082.462%2013.5307%2082.462%2015.4363C82.462%2017.3418%2082.081%2019.0343%2081.319%2020.5139C80.579%2021.9711%2079.559%2023.1032%2078.259%2023.9102C76.981%2024.7173%2075.546%2025.1208%2073.9543%2025.1208C72.5868%2025.1208%2071.3763%2024.8406%2070.3226%2024.2801C69.2914%2023.7197%2068.4507%2023.0135%2067.8006%2022.1616V33.6956H63.0929V6.18893H67.8006V8.87903ZM77.653%2015.4363C77.653%2014.3154%2077.418%2013.3514%2076.947%2012.5444C76.499%2011.7149%2075.893%2011.0872%2075.131%2010.6613C74.391%2010.2353%2073.5844%2010.0223%2072.7101%2010.0223C71.8583%2010.0223%2071.0512%2010.2465%2070.289%2010.6949C69.5492%2011.1208%2068.9439%2011.7485%2068.4732%2012.578C68.0248%2013.4074%2067.8006%2014.3826%2067.8006%2015.5035C67.8006%2016.6244%2068.0248%2017.5996%2068.4732%2018.429C68.9439%2019.2585%2069.5492%2019.8974%2070.289%2020.3458C71.0512%2020.7717%2071.8583%2020.9847%2072.7101%2020.9847C73.5844%2020.9847%2074.391%2020.7605%2075.131%2020.3121C75.893%2019.8638%2076.499%2019.2249%2076.947%2018.3954C77.418%2017.566%2077.653%2016.5796%2077.653%2015.4363Z%22%20fill%3D%22url(%23paint1_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint1_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M101.856%2015.1C101.856%2015.7725%20101.811%2016.3778%20101.721%2016.9158H88.102C88.214%2018.2609%2088.685%2019.3146%2089.515%2020.0768C90.344%2020.839%2091.364%2021.2201%2092.575%2021.2201C94.323%2021.2201%2095.567%2020.4691%2096.307%2018.9671H101.385C100.847%2020.7605%2099.816%2022.2401%2098.291%2023.4058C96.767%2024.5491%2094.895%2025.1208%2092.676%2025.1208C90.882%2025.1208%2089.268%2024.7285%2087.833%2023.9438C86.421%2023.1368%2085.311%2022.0047%2084.504%2020.5475C83.72%2019.0904%2083.327%2017.409%2083.327%2015.5035C83.327%2013.5756%2083.72%2011.883%2084.504%2010.4259C85.289%208.96873%2086.387%207.84783%2087.8%207.06323C89.212%206.27863%2090.837%205.88623%2092.676%205.88623C94.447%205.88623%2096.027%206.26733%2097.417%207.02963C98.829%207.79183%2099.916%208.87903%20100.679%2010.2914C101.463%2011.6813%20101.856%2013.2841%20101.856%2015.1ZM96.98%2013.7549C96.957%2012.5444%2096.52%2011.5804%2095.668%2010.863C94.816%2010.1232%2093.774%209.75333%2092.541%209.75333C91.375%209.75333%2090.389%2010.112%2089.582%2010.8294C88.797%2011.5243%2088.315%2012.4995%2088.136%2013.7549H96.98Z%22%20fill%3D%22url(%23paint2_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint2_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M114.27%205.91992C116.49%205.91992%20118.283%206.62602%20119.651%208.03842C121.018%209.42832%20121.702%2011.3786%20121.702%2013.8894V24.8181H116.994V14.5283C116.994%2013.0488%20116.624%2011.9167%20115.884%2011.132C115.145%2010.325%20114.136%209.92152%20112.858%209.92152C111.558%209.92152%20110.526%2010.325%20109.764%2011.132C109.024%2011.9167%20108.655%2013.0488%20108.655%2014.5283V24.8181H103.947V6.18892H108.655V8.50912C109.282%207.70212%20110.078%207.07442%20111.042%206.62602C112.028%206.15532%20113.104%205.91992%20114.27%205.91992Z%22%20fill%3D%22url(%23paint3_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint3_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M151.086%201.34668V24.8182H146.379V9.55168L140.09%2024.8182H136.526L130.204%209.55168V24.8182H125.496V1.34668H130.843L138.308%2018.799L145.773%201.34668H151.086Z%22%20fill%3D%22url(%23paint4_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint4_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M171.713%2015.1C171.713%2015.7725%20171.669%2016.3778%20171.579%2016.9158H157.96C158.072%2018.2609%20158.543%2019.3146%20159.372%2020.0768C160.202%2020.839%20161.222%2021.2201%20162.432%2021.2201C164.181%2021.2201%20165.425%2020.4691%20166.165%2018.9671H171.243C170.705%2020.7605%20169.673%2022.2401%20168.149%2023.4058C166.625%2024.5491%20164.753%2025.1208%20162.533%2025.1208C160.74%2025.1208%20159.126%2024.7285%20157.691%2023.9438C156.279%2023.1368%20155.169%2022.0047%20154.362%2020.5475C153.577%2019.0904%20153.185%2017.409%20153.185%2015.5035C153.185%2013.5756%20153.577%2011.883%20154.362%2010.4259C155.147%208.96873%20156.245%207.84783%20157.657%207.06323C159.07%206.27863%20160.695%205.88623%20162.533%205.88623C164.304%205.88623%20165.885%206.26733%20167.275%207.02963C168.687%207.79183%20169.774%208.87903%20170.537%2010.2914C171.321%2011.6813%20171.713%2013.2841%20171.713%2015.1ZM166.838%2013.7549C166.815%2012.5444%20166.378%2011.5804%20165.526%2010.863C164.674%2010.1232%20163.632%209.75333%20162.399%209.75333C161.233%209.75333%20160.247%2010.112%20159.44%2010.8294C158.655%2011.5243%20158.173%2012.4995%20157.994%2013.7549H166.838Z%22%20fill%3D%22url(%23paint5_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint5_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M179.286%2010.056V19.068C179.286%2019.6957%20179.432%2020.1552%20179.723%2020.4467C180.037%2020.7157%20180.552%2020.8502%20181.27%2020.8502H183.456V24.8181H180.496C176.528%2024.8181%20174.544%2022.8902%20174.544%2019.0343V10.056H172.325V6.18893H174.544V1.58203H179.286V6.18893H183.456V10.056H179.286Z%22%20fill%3D%22url(%23paint6_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint6_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M202.814%2015.1C202.814%2015.7725%20202.769%2016.3778%20202.68%2016.9158H189.061C189.173%2018.2609%20189.644%2019.3146%20190.473%2020.0768C191.303%2020.839%20192.323%2021.2201%20193.533%2021.2201C195.282%2021.2201%20196.526%2020.4691%20197.266%2018.9671H202.344C201.806%2020.7605%20200.774%2022.2401%20199.25%2023.4058C197.725%2024.5491%20195.854%2025.1208%20193.634%2025.1208C191.841%2025.1208%20190.227%2024.7285%20188.792%2023.9438C187.38%2023.1368%20186.27%2022.0047%20185.463%2020.5475C184.678%2019.0904%20184.286%2017.409%20184.286%2015.5035C184.286%2013.5756%20184.678%2011.883%20185.463%2010.4259C186.247%208.96873%20187.346%207.84783%20188.758%207.06323C190.171%206.27863%20191.796%205.88623%20193.634%205.88623C195.405%205.88623%20196.986%206.26733%20198.376%207.02963C199.788%207.79183%20200.875%208.87903%20201.637%2010.2914C202.422%2011.6813%20202.814%2013.2841%20202.814%2015.1ZM197.938%2013.7549C197.916%2012.5444%20197.479%2011.5804%20196.627%2010.863C195.775%2010.1232%20194.733%209.75333%20193.5%209.75333C192.334%209.75333%20191.348%2010.112%20190.541%2010.8294C189.756%2011.5243%20189.274%2012.4995%20189.095%2013.7549H197.938Z%22%20fill%3D%22url(%23paint7_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint7_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M209.613%209.08082C210.219%208.09442%20211.003%207.32102%20211.967%206.76052C212.953%206.20012%20214.074%205.91992%20215.33%205.91992V10.863H214.086C212.606%2010.863%20211.485%2011.2105%20210.723%2011.9054C209.983%2012.6004%20209.613%2013.811%20209.613%2015.5371V24.8181H204.905V6.18892H209.613V9.08082Z%22%20fill%3D%22url(%23paint8_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint8_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M207.074%2037.3115V36.0771H209.8V46.3633C209.8%2048.0603%20209.629%2048.3516%20209.187%2048.8145C208.829%2049.1916%20208.267%2049.3633%20207.279%2049.3633H203.549L202.306%2047.9746V47.3916H207.074V45.9688H203.634C202.595%2045.9687%20202.067%2045.7801%20201.624%2045.3516C201.062%2044.7686%20200.823%2043.5%20200.823%2041.0488C200.823%2038.5975%20201.113%2037.2774%20201.692%2036.6602C202.135%2036.2316%20202.715%2036.0596%20203.686%2036.0596H205.712L207.074%2037.3115ZM170.268%2038.2373H171.136L174.815%2033.334H178.051L173.418%2039.2656L178.238%2045.9688H174.815L171.136%2040.7061H170.268V45.9688H167.372V33.334H170.268V38.2373ZM185.188%2036.0596C186.175%2036.0596%20186.686%2036.2316%20187.112%2036.6602C187.742%2037.3287%20187.998%2038.2032%20187.998%2041.0146C187.998%2043.8259%20187.742%2044.7001%20187.112%2045.3516C186.686%2045.7973%20186.175%2045.9688%20185.188%2045.9688H181.884C180.896%2045.9688%20180.385%2045.7973%20179.959%2045.3516C179.329%2044.7001%20179.073%2043.8088%20179.073%2041.0146C179.073%2038.2203%20179.329%2037.3287%20179.959%2036.6602C180.368%2036.2316%20180.896%2036.0596%20181.884%2036.0596H185.188ZM192.716%2037.3115L194.079%2036.0596H196.463C197.297%2036.0596%20197.825%2036.2314%20198.2%2036.6084C198.609%2037.0027%20198.763%2037.5174%20198.763%2038.9746V45.9688H196.055V38.2373H192.733V45.9688H190.025V36.0596H192.716V37.3115ZM181.765%2043.7568H185.324V38.2373H181.765V43.7568ZM203.532%2043.7568H207.092V38.2373H203.532V43.7568ZM159.836%2039.3652H159.874L161.262%2035.2969H162.669L160.524%2041.04L160.085%2042.2168C159.945%2042.5868%20159.782%2042.8648%20159.597%2043.0498C159.412%2043.2411%20159.128%2043.3368%20158.745%2043.3369H157.452V42.2266H158.706L159.137%2041.0586L156.764%2035.2969H158.199L159.836%2039.3652ZM152.388%2036.1299H152.426C152.745%2035.4983%20153.291%2035.1827%20154.062%2035.1826C154.541%2035.1826%20154.959%2035.3068%20155.316%2035.5557C155.674%2035.8045%20155.952%2036.1554%20156.149%2036.6084C156.347%2037.0549%20156.446%2037.5748%20156.446%2038.168C156.446%2038.755%20156.347%2039.2755%20156.149%2039.7285C155.952%2040.1752%20155.674%2040.526%20155.316%2040.7812C154.959%2041.0301%20154.541%2041.1543%20154.062%2041.1543C153.278%2041.1542%20152.719%2040.8293%20152.388%2040.1787H152.35V41.04H151V33H152.388V36.1299ZM153.68%2036.417C153.278%2036.417%20152.962%2036.548%20152.732%2036.8096C152.503%2037.0712%20152.388%2037.4221%20152.388%2037.8623V38.4746C152.388%2038.9149%20152.503%2039.2657%20152.732%2039.5273C152.962%2039.7889%20153.278%2039.9199%20153.68%2039.9199C154.107%2039.9199%20154.442%2039.7636%20154.685%2039.4512C154.933%2039.1321%20155.059%2038.7039%20155.059%2038.168C155.059%2037.6322%20154.933%2037.2081%20154.685%2036.8955C154.442%2036.5765%20154.107%2036.417%20153.68%2036.417Z%22%20fill%3D%22%232B2B2B%22%20style%3D%22fill%3A%20rgb(43%2C%2043%2C%2043)%20!important%3B%22%2F%3E%3Cmask%20id%3D%22mask0_30_5%22%20style%3D%22mask-type%3A%20luminance%3B%20fill%3A%20none%20!important%3B%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2227%22%20height%3D%2227%22%3E%3Cpath%20d%3D%22M27%200H0V27H27V0Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_30_5)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cmask%20id%3D%22mask1_30_5%22%20style%3D%22mask-type%3A%20luminance%3B%20fill%3A%20none%20!important%3B%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2227%22%20height%3D%2227%22%3E%3Cpath%20d%3D%22M27%200H0V27H27V0Z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask1_30_5)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%200C1.34314%200%200%201.34314%200%203V24C0%2025.6568%201.34314%2027%203%2027H24C25.6568%2027%2027%2025.6568%2027%2024V3C27%201.34314%2025.6568%200%2024%200H3ZM8.29103%207.42506L11.6593%209.61284L7.16827%2018.364H2.76842L2.69997%2018.3195L8.29103%207.42506ZM17.9798%209.61284L14.6115%207.42506L9.02042%2018.3195L9.08888%2018.364H13.4887L17.9798%209.61284ZM20.9317%207.42506L24.3%209.61284L19.8089%2018.364H15.4091L15.3406%2018.3195L20.9317%207.42506Z%22%20fill%3D%22url(%23paint9_linear_30_5)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint9_linear_30_5%26quot%3B)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3ClinearGradient%20id%3D%22paint0_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6396%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint2_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint3_linear_30_5%22%20x1%3D%2222.0226%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint4_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6398%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint5_linear_30_5%22%20x1%3D%2222.0226%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint6_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint7_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint8_linear_30_5%22%20x1%3D%2222.0225%22%20y1%3D%2258.6397%22%20x2%3D%22189.517%22%20y2%3D%22-109.364%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint9_linear_30_5%22%20x1%3D%22-2.25%22%20y1%3D%2247.6053%22%20x2%3D%2246.9325%22%20y2%3D%2238.5689%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%231F1F1F%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(31%2C%2031%2C%2031)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23515051%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(81%2C%2080%2C%2081)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://openmeter.io/favicon.ico",
    "ogImage": "https://openmeter.io/social.png",
    "logoHref": "/#"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 11,
    "reasoning": "Selected #11 because it is located in the header, is visible, and matches the brand name 'OpenMeter' inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 with text 'Get started' is the primary CTA due to its action-oriented text and use of the brand's primary dark color (#0F172B), making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 5,
      "text": "Book a Demo",
      "reasoning": "Button #5 with text 'Book a Demo' is selected as the secondary CTA because it uses a different background color (#FFFFFF) and offers a secondary action that complements the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and businesses looking for open source billing 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": 11,
        "selectedLogoReasoning": "Selected #11 because it is located in the header, is visible, and matches the brand name 'OpenMeter' inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles