Home · Branding · Fly.io

Fly.io Brand Identity

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

Download JSON
Primary
#5A4F7A
Accent
#7C3AED
Body Font
Fricolage Grotesque
Heading
Fricolage Grotesque

Color Palette

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

primary
#5A4F7A
rgb(90, 79, 122)
secondary
#281950
rgb(40, 25, 80)
accent
#7C3AED
rgb(124, 58, 237)
background
#F1F2F9
rgb(241, 242, 249)
textPrimary
#7C3AED
rgb(124, 58, 237)
link
#7C3AED
rgb(124, 58, 237)

Typography

Each font links to its Google Fonts page where available.

primary
Fricolage Grotesque
Fricolage Grotesque Google Fonts →
heading
Fricolage Grotesque
Fricolage Grotesque Google Fonts →
Mackinac, ui-serif, Georgia, Cambria, Times New Roman, Times, 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

Fly.io logo
Logo
Fly.io favicon
Favicon
Fly.io social image
Social Card

UI Components

Live previews rendered using Fly.io's actual button styles.

buttonPrimary
background #7C3AED textColor #FFFFFF borderRadius 9999px shadow rgba(67, 56, 202, 0.25) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px
buttonSecondary
background #8B5CF6 textColor #FFFFFF borderColor #F5F5FB borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(91, 33, 182, 0.1) 0px 5px 5px -2px, rgba(91, 33, 182, 0.1) 0px 2px 4px -2px

Brand Personality

Tone: modern Energy: high Audience: developers and tech startups

Fly.io Brand in the Wild

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

Frequently Asked Questions

What is Fly.io's primary brand color?

Fly.io's primary brand color is #5A4F7A. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Fly.io use?

Fly.io uses #7C3AED as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Fly.io use?

Fly.io uses Fricolage Grotesque as the primary typeface across body and headings.

Does Fly.io use a light or dark theme?

Fly.io's primary site uses a light color scheme, with a background of #F1F2F9.

Where can I find Fly.io's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Fricolage Grotesque",
      "role": "unknown"
    },
    {
      "family": "Mackinac",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#5A4F7A",
    "secondary": "#281950",
    "accent": "#7C3AED",
    "background": "#F1F2F9",
    "textPrimary": "#7C3AED",
    "link": "#7C3AED"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Fricolage Grotesque",
      "heading": "Fricolage Grotesque"
    },
    "fontStacks": {
      "heading": [
        "Mackinac",
        "ui-serif",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ],
      "body": [
        "Fricolage Grotesque",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Fricolage Grotesque",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7C3AED",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(67, 56, 202, 0.25) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#8B5CF6",
      "textColor": "#FFFFFF",
      "borderColor": "#F5F5FB",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(91, 33, 182, 0.1) 0px 5px 5px -2px, rgba(91, 33, 182, 0.1) 0px 2px 4px -2px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-labelledby%3D%22title-GKoL1QAB66cOcH_ydescription-GKoL1QACHRsOcIAC%22%20class%3D%22%22%20role%3D%22img%22%20style%3D%22pointer-events%3A%20none%3B%20width%3A%20auto%3B%20height%3A%2036px%3B%22%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%20259%2084%22%20fill-rule%3D%22evenodd%22%20data-fc-idx%3D%220%22%3E%0A%20%20%3Ctitle%20id%3D%22title-GKoL1QACwTUOcIAS%22%3E%0A%20%20%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%0A%20%20%3C%2Ftitle%3E%0A%20%20%3Cdesc%20id%3D%22description-GKoL1QAC0REOcIAi%22%3E%0A%20%20%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%0A%20%20%3C%2Fdesc%3E%0A%20%20%0A%20%20%3Cg%20buffered-rendering%3D%22static%22%3E%0A%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M57.413%2010.134h9.454c8.409%200%2015.236%206.827%2015.236%2015.236v33.243c0%208.409-6.827%2015.236-15.236%2015.236h-.745c-4.328-.677-6.205-1.975-7.655-3.072l-12.02-9.883a1.692%201.692%200%200%200-2.128%200l-3.905%203.211-10.998-9.043a1.688%201.688%200%200%200-2.127%200L12.01%2068.503c-3.075%202.501-5.109%202.039-6.428%201.894C2.175%2067.601%200%2063.359%200%2058.613V25.37c0-8.409%206.827-15.236%2015.237-15.236h9.433l-.017.038-.318.927-.099.318-.428%201.899-.059.333-.188%201.902-.025.522-.004.183.018.872.043.511.106.8.135.72.16.663.208.718.54%201.52.178.456.94%201.986.332.61%201.087%201.866.416.673%201.517%202.234.219.296%201.974%202.569.638.791%202.254%202.635.463.507%201.858%201.999.736.762%201.216%201.208-.244.204-.152.137c-.413.385-.805.794-1.172%201.224a10.42%2010.42%200%200%200-.504.644%208.319%208.319%200%200%200-.651%201.064%206.234%206.234%200%200%200-.261.591%205.47%205.47%200%200%200-.353%201.606l-.007.475a5.64%205.64%200%200%200%20.403%201.953%205.44%205.44%200%200%200%201.086%201.703c.338.36.723.674%201.145.932.359.22.742.401%201.14.539a6.39%206.39%200%200%200%202.692.306h.005a6.072%206.072%200%200%200%202.22-.659c.298-.158.582-.341.848-.549a5.438%205.438%200%200%200%201.71-2.274c.28-.699.417-1.446.405-2.198l-.022-.393a5.535%205.535%200%200%200-.368-1.513%206.284%206.284%200%200%200-.285-.618%208.49%208.49%200%200%200-.67-1.061%2011.022%2011.022%200%200%200-.354-.453%2014.594%2014.594%200%200%200-1.308-1.37l-.329-.28.557-.55%202.394-2.5.828-.909%201.287-1.448.837-.979%201.194-1.454.808-1.016%201.187-1.587.599-.821.85-1.271.708-1.083%201.334-2.323.763-1.524.022-.047.584-1.414a.531.531%200%200%200%20.02-.056l.629-1.962.066-.286.273-1.562.053-.423.016-.259.019-.978-.005-.182-.05-.876-.062-.68-.31-1.961c-.005-.026-.01-.052-.018-.078l-.398-1.45-.137-.403-.179-.446Zm4.494%2041.455a3.662%203.662%200%200%200-3.61%203.61%203.663%203.663%200%200%200%203.61%203.609%203.665%203.665%200%200%200%203.611-3.609%203.663%203.663%200%200%200-3.611-3.61Z%22%20fill%3D%22url(%23po3_Radial1)%22%20style%3D%22fill%3A%20url(%26quot%3B%23po3_Radial1%26quot%3B)%20!important%3B%22%2F%3E%0A%0A%20%20%20%20%3Cpath%20d%3D%22M35.639%2072.544l-.637.535a3.332%203.332%200%2001-2.09.762H15.235a15.176%2015.176%200%2001-9.654-3.451c1.319.145%203.353.607%206.428-1.894l15.277-13.44a1.693%201.693%200%20012.127%200l10.997%209.042%203.904-3.21c.619-.5%201.51-.5%202.128%200l12.019%209.882c1.45%201.097%203.327%202.394%207.654%203.071H58.12a3.394%203.394%200%2001-1.963-.654l-.14-.108-.593-.493a1.247%201.247%200%2000-.158-.159c-.672-.563-9.187-7.617-9.187-7.617a1%201%200%2000-1.281.002s.021.026-9.038%207.615a1.12%201.12%200%2000-.121.117zm26.262-20.96a3.678%203.678%200%2000-3.61%203.609%203.68%203.68%200%20003.61%203.609%203.68%203.68%200%20003.61-3.609%203.678%203.678%200%2000-3.61-3.609zM38.566%2040.648L37.35%2039.44l-.736-.762-1.858-1.999-.463-.507-2.253-2.634-.638-.791-1.974-2.569-.219-.296-1.517-2.234-.416-.673-1.087-1.866-.332-.61-.94-1.985-.178-.456-.539-1.52-.208-.718-.16-.663-.135-.72-.106-.8-.043-.511-.018-.872.004-.183.025-.522.188-1.901.059-.333.428-1.899.098-.318.318-.927.102-.24.506-1.112.351-.662.489-.806.487-.718.347-.456.4-.482.44-.484.377-.378.918-.808.671-.549c.016-.014.033-.026.05-.038l.794-.537.631-.402%201.198-.631c.018-.011.039-.02.058-.029l1.698-.705.157-.059%201.51-.442.638-.143.862-.173.572-.087.877-.109.598-.053%201.187-.063.465-.005.881.018.229.013%201.276.106%201.687.238.195.041%201.668.415.49.146.544.188.663.251.524.222.77.363.485.249.872.512.325.2%201.189.868.341.296.828.754.041.041.703.754.242.273.825%201.096.168.262.655%201.106.197.379.369.825.386.963.137.403.398%201.45a.89.89%200%2001.018.078l.31%201.961.062.679.05.876.005.182-.019.978-.016.259-.053.423-.273%201.562-.066.286-.629%201.962a.626.626%200%2001-.02.056l-.584%201.414-.022.047-.763%201.523-1.334%202.323-.708%201.083-.849%201.271-.599.821-1.187%201.587-.808%201.016-1.194%201.453-.837.979-1.287%201.448-.828.909-2.394%202.5-.556.55.328.28c.465.428.902.885%201.308%201.37.122.148.24.299.354.453.249.336.473.691.67%201.06.106.2.201.407.285.618.191.484.32.996.368%201.513l.022.393c.012.752-.125%201.5-.405%202.198a5.438%205.438%200%2001-1.71%202.274c-.266.208-.55.391-.848.549a6.08%206.08%200%2001-2.219.659h-.005a6.403%206.403%200%2001-2.692-.306%205.882%205.882%200%2001-1.14-.539%205.523%205.523%200%2001-1.145-.932%205.458%205.458%200%2001-1.086-1.703%205.662%205.662%200%2001-.403-1.953l.007-.475a5.47%205.47%200%2001.353-1.606c.077-.202.164-.399.261-.591.19-.37.408-.725.651-1.063.159-.221.328-.436.504-.644.367-.43.759-.839%201.172-1.224l.152-.137.244-.204z%22%20class%3D%22fill-current%22%20style%3D%22fill%3A%20rgb(40%2C%2025%2C%2080)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M35.002%2073.079l9.796-8.267a1%201%200%20011.281-.002l9.938%208.269c.604.492%201.36.761%202.139.762h-25.28c.776%200%201.527-.269%202.126-.762zM41.1%2043.568l.096.028c.031.015.057.036.085.055l.08.071c.198.182.39.373.575.569.13.139.257.282.379.43.155.187.3.383.432.587.057.09.11.181.16.276.043.082.082.167.116.253.06.15.105.308.119.469l-.003.302a1.726%201.726%200%2001-.817%201.343%202.333%202.333%200%2001-.994.327l-.373.011-.315-.028a2.398%202.398%200%2001-.433-.105%202.07%202.07%200%2001-.41-.192l-.246-.18a1.685%201.685%200%2001-.56-.96%202.418%202.418%200%2001-.029-.19l-.009-.288c.005-.078.017-.155.034-.232.043-.168.105-.331.183-.486.101-.194.216-.381.344-.559.213-.288.444-.562.691-.821.159-.168.322-.331.492-.488l.121-.109c.084-.055.085-.055.181-.083h.101zM40.481%203.42l.039-.003v33.665l-.084-.155a94.101%2094.101%200%2001-3.093-6.267%2067.257%2067.257%200%2001-2.099-5.255%2041.665%2041.665%200%2001-1.265-4.326c-.265-1.163-.469-2.343-.553-3.535a16.923%2016.923%200%2001-.029-1.528c.008-.444.026-.887.054-1.33.044-.696.115-1.391.217-2.081.081-.543.181-1.084.304-1.619.098-.425.212-.847.342-1.262.188-.6.413-1.186.675-1.758.096-.206.199-.411.307-.612.65-1.204%201.532-2.313%202.687-3.054a5.609%205.609%200%20012.498-.88zm4.365.085l2.265.646c1.049.387%202.059.891%202.987%201.521a11.984%2011.984%200%20013.212%203.204c.502.748.918%201.555%201.243%202.398.471%201.247.763%202.554.866%203.882.03.348.047.697.054%201.046.008.324.006.649-.02.973-.064.725-.2%201.442-.407%202.14a17.03%2017.03%200%2001-.587%201.684c-.28.685-.591%201.357-.932%202.013-.754%201.457-1.623%202.852-2.553%204.201a65.451%2065.451%200%2001-3.683%204.806%2091.02%2091.02%200%2001-4.417%204.896%2093.66%2093.66%200%20002.907-5.949c.5-1.124.971-2.26%201.414-3.407.487-1.26.927-2.537%201.317-3.83.29-.969.546-1.948.757-2.938.181-.849.323-1.707.411-2.57.074-.72.101-1.444.083-2.166a30.867%2030.867%200%2000-.049-1.325c-.106-1.775-.376-3.545-.894-5.248a15.341%2015.341%200%2000-.714-1.892c-.663-1.444-1.588-2.793-2.84-3.778l-.42-.307z%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M179.213%2064.297l-10.751-23.015c-.898-1.917-1.433-2.618-2.331-3.431l-.874-.788c-.697-.676-1.155-1.302-1.155-2.045%200-1.064.843-1.96%202.378-1.96h9.334c1.465%200%202.378.762%202.378%201.9%200%20.635-.292%201.111-.661%201.578-.438.555-1.008%201.096-1.008%202.082%200%20.618.18%201.234.527%202.021l6.416%2015.025%205.755-14.647c.354-.974.596-1.832.596-2.519%200-1.069-.581-1.505-1.029-1.983-.39-.415-.702-.854-.702-1.557%200-1.149.935-1.9%202.193-1.9h5.748c1.612%200%202.378.834%202.378%201.9%200%20.682-.393%201.314-1.166%201.996l-.813.668c-1.132.925-1.656%202.263-2.251%203.647l-8.716%2020.998c-1.03%202.455-2.563%205.863-4.905%208.659-2.379%202.84-5.587%205.048-9.932%205.048-3.638%200-5.84-1.737-5.84-4.24%200-2.293%201.696-4.12%203.924-4.12%201.22%200%201.855.576%202.499%201.169.532.489%201.072.991%202.137.991.988%200%201.908-.418%202.742-1.093%201.274-1.03%202.341-2.652%203.129-4.384zm63.175-.082c4.839%200%208.804-1.658%2011.897-4.967%203.09-3.304%204.636-7.281%204.636-11.931%200-4.539-1.469-8.268-4.396-11.191-2.926-2.921-6.723-4.388-11.396-4.388-4.92%200-8.944%201.597-12.077%204.78-3.135%203.186-4.703%207.045-4.703%2011.578%200%204.493%201.496%208.301%204.483%2011.425%202.99%203.126%206.84%204.694%2011.556%204.694zm-40.921-.36c2.798%200%204.788-1.884%204.788-4.6%200-2.652-2.055-4.54-4.788-4.54-2.863%200-4.912%201.891-4.912%204.54%200%202.713%202.05%204.6%204.912%204.6zm9.964-4.305l.681-.72c.81-.787%201.071-1.582%201.071-3.774V42.097c0-1.895-.258-2.741-1.062-3.465l-.801-.718c-.785-.693-1.043-1.124-1.043-1.816%200-.984.763-1.791%201.99-2.071l5.44-1.32c.52-.126%201.107-.249%201.562-.249.626%200%201.138.206%201.497.563.36.358.572.873.572%201.517v20.518c0%202.069.251%203.031%201.115%203.758a.359.359%200%2001.039.039l.608.708c.764.743%201.081%201.236%201.081%201.914%200%201.209-.912%201.9-2.377%201.9h-9.211c-1.396%200-2.316-.687-2.316-1.9%200-.681.317-1.178%201.154-1.925zm-61.567.001l.681-.721c.811-.787%201.071-1.582%201.071-3.774V27.999c0-1.835-.194-2.736-1.053-3.459l-.822-.796c-.709-.689-.968-1.116-.968-1.805%200-.985.767-1.789%201.927-2.07l5.378-1.32c.521-.126%201.107-.249%201.563-.249.621%200%201.147.187%201.522.542.376.356.608.885.608%201.598v34.616c0%202.074.258%202.981%201.125%203.766l.694.734c.769.748%201.025%201.238%201.025%201.919%200%20.502-.153.907-.426%201.216-.385.435-1.03.684-1.89.684h-9.21c-.86%200-1.505-.249-1.891-.684-.272-.309-.425-.714-.425-1.216%200-.682.253-1.176%201.091-1.924zm-25.079-13.934v9.319c0%201.404.278%202.701%201.435%203.768l.748.726c.838.813%201.093%201.3%201.093%202.045%200%201.138-.913%201.9-2.378%201.9h-10.385c-1.465%200-2.377-.762-2.377-1.9%200-.884.259-1.303%201.097-2.049l.745-.724c.868-.786%201.434-1.857%201.434-3.766V30.039c0-1.517-.336-2.758-1.435-3.769l-.749-.726c-.77-.747-1.092-1.238-1.092-1.985%200-1.206.915-1.96%202.377-1.96h27.817c1.063%200%201.997.237%202.594.822.415.407.68.981.71%201.778l.433%206.421c.043.803-.194%201.472-.657%201.885-.319.284-.748.454-1.288.454-.681%200-1.203-.257-1.669-.701-.419-.399-.792-.959-1.213-1.618-1.016-1.624-1.489-2.208-2.572-2.967-1.507-1.112-3.803-1.494-8.145-1.494-2.505%200-4.086.109-5.082.366-.644.166-1.016.382-1.215.699-.204.324-.226.734-.226%201.235v12.618h6.523c1.561%200%202.659-.282%203.931-2.021l.007-.01c.51-.649.879-1.127%201.23-1.444.409-.37.802-.545%201.323-.545a1.9%201.9%200%20011.883%201.901v8.699c0%201.165-.908%201.96-1.883%201.96-.485%200-.879-.173-1.289-.535-.353-.31-.723-.775-1.203-1.396-1.392-1.802-2.375-2.089-3.999-2.089h-6.523zm110.214-.22c0-3.121.68-5.364%202.089-6.713%201.392-1.332%202.888-2.006%204.496-2.006%202.212%200%204.205%201.238%206.003%203.672%201.837%202.489%202.746%205.853%202.746%2010.086%200%203.124-.682%205.388-2.093%206.776-1.391%201.369-2.886%202.063-4.493%202.063-2.212%200-4.204-1.248-6.002-3.701-1.838-2.51-2.746-5.904-2.746-10.177zm-18.202-16.878c2.804%200%204.788-1.578%204.788-4.3%200-2.658-1.982-4.24-4.788-4.24-2.871%200-4.851%201.583-4.851%204.24%200%202.656%201.981%204.3%204.851%204.3z%22%20class%3D%22fill-current%22%20style%3D%22fill%3A%20rgb(40%2C%2025%2C%2080)%20!important%3B%22%2F%3E%0A%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CradialGradient%20id%3D%22po3_Radial1%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22translate(43.593%2041.714)%20scale(59.4764)%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ba7bf0%22%20style%3D%22stop-color%3A%20rgb(186%2C%20123%2C%20240)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22.45%22%20stop-color%3D%22%23996bec%22%20style%3D%22stop-color%3A%20rgb(153%2C%20107%2C%20236)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235046e4%22%20style%3D%22stop-color%3A%20rgb(80%2C%2070%2C%20228)%20!important%3B%22%2F%3E%0A%20%20%20%20%3C%2FradialGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%0A%3C%2Fsvg%3E",
    "favicon": "https://fly.io/phx/ui/images/favicon/favicon-595d1312b35dfe32838befdf8505515e.ico?vsn=d",
    "ogImage": "https://fly.io/phx/images/preview/og-7ea9380853220ced249aaf88c2332937.jpg?vsn=d",
    "logoHref": "/",
    "logoAlt": "\n    \n      \n    \n  "
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand 'Fly.io'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Deploy your app",
      "reasoning": "Button #0 'Deploy your app' is the primary CTA due to its action-oriented text and vibrant brand color (#7C3AED), making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 5,
      "text": "Learn More",
      "reasoning": "Button #5 'Learn More' is selected as secondary because it has a different background color (#8B5CF6) and serves as a supportive action to the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "developers and tech startups"
  },
  "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, links to the homepage, and matches the brand 'Fly.io'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles