{
  "name": "Zillabyte",
  "slug": "zillabyte",
  "domain": "http://zillabyte.com",
  "sources": [
    "yc"
  ],
  "branding": {
    "colorScheme": "light",
    "fonts": [
      {
        "family": "Source Sans Pro",
        "role": "body"
      }
    ],
    "colors": {
      "primary": "#007BFF",
      "secondary": "#28A745",
      "accent": "#3FCA8C",
      "background": "#E0E7EA",
      "textPrimary": "#6C757D",
      "link": "#6C757D"
    },
    "typography": {
      "fontFamilies": {
        "primary": "Source Sans Pro",
        "heading": "Source Sans Pro"
      },
      "fontStacks": {
        "heading": [
          "Source Sans Pro",
          "sans-serif"
        ],
        "body": [
          "Source Sans Pro",
          "sans-serif"
        ],
        "paragraph": [
          "Source Sans Pro",
          "sans-serif"
        ]
      },
      "fontSizes": {
        "h1": "50px",
        "h2": "50px",
        "body": "28.8px"
      }
    },
    "spacing": {
      "baseUnit": 4,
      "borderRadius": "4px"
    },
    "components": {
      "input": {
        "background": "transparent",
        "textColor": "#495057",
        "borderColor": null,
        "borderRadius": "0px",
        "borderRadiusCorners": {
          "topLeft": "0px",
          "topRight": "0px",
          "bottomRight": "0px",
          "bottomLeft": "0px"
        },
        "shadow": "none"
      },
      "buttonPrimary": {
        "background": "#3FCA8C",
        "textColor": "#FFFFFF",
        "borderRadius": "4.8px",
        "borderRadiusCorners": {
          "topLeft": "4.8px",
          "topRight": "4.8px",
          "bottomRight": "4.8px",
          "bottomLeft": "4.8px"
        },
        "shadow": "none"
      }
    },
    "images": {
      "logo": null,
      "favicon": "https://www.zillabyte.com/img/y.png",
      "ogImage": null
    },
    "__llm_button_reasoning": {
      "primary": {
        "index": 0,
        "text": "   Send",
        "reasoning": "The button with the text 'Send' has a vibrant green background (#3FCA8C), which is typically used for primary call-to-action buttons. The color is bright and stands out, indicating it is the main action the site wants users to take."
      },
      "secondary": {
        "index": -1,
        "text": "N/A",
        "reasoning": "There is only one button detected, so no secondary button is available with a different color."
      },
      "confidence": 0.95
    },
    "personality": {
      "tone": "professional",
      "energy": "medium",
      "targetAudience": "business professionals"
    },
    "designSystem": {
      "framework": "bootstrap",
      "componentLibrary": ""
    },
    "confidence": {
      "buttons": 0.95,
      "colors": 0.9,
      "overall": 0.925
    },
    "__llm_metadata": {
      "logoSelection": {
        "llmCalled": false,
        "llmSucceeded": false,
        "finalSource": "none"
      },
      "buttonClassification": {
        "llmCalled": true,
        "llmSucceeded": true
      }
    }
  },
  "images": [
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/zillabyte/5ae747f76d.webp",
      "alt": "Startups in San Francisco • • San Francisco Startups List",
      "source_url": "https://sanfrancisco.startups-list.com/",
      "image_url": "https://qualitygpts.com/img/gpt/landing/chatbot1.png",
      "width": 368,
      "height": 345,
      "bytes": 118386,
      "query": "\"Zillabyte\" landing page",
      "query_suffix": "\"Zillabyte\" landing page"
    }
  ],
  "font_resources": [
    {
      "family": "Source Sans Pro",
      "google_fonts_url": "https://fonts.google.com/specimen/Source+Sans+Pro"
    },
    {
      "family": "Source Sans Pro",
      "google_fonts_url": "https://fonts.google.com/specimen/Source+Sans+Pro"
    }
  ],
  "google_fonts_css": "https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Source+Sans+Pro&display=swap",
  "font_download_note": "Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:\n\nCharacterQuilt.com suggests this flow that can help:\n\n1. Open the company's homepage in a browser with DevTools open.\n2. In the Network tab, filter by \"Font\" (or by extension: woff2, woff, ttf, otf).\n3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.\n4. For each captured font URL: right-click → Save As to download the file locally.\n5. 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.\n\nProgrammatic 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.\n\nOnly do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.",
  "page_url": "https://characterquilt.com/branding/zillabyte",
  "agent_instructions": "You are designing or implementing in Zillabyte's brand identity.\n\n# Brand profile\n- Company: Zillabyte\n- Source: http://zillabyte.com\n- Color scheme: light\n\n# Colors\n- primary: #007BFF\n- secondary: #28A745\n- accent: #3FCA8C\n- background: #E0E7EA\n- textPrimary: #6C757D\n- link: #6C757D\n\n# Typography\n- primary: Source Sans Pro — https://fonts.google.com/specimen/Source+Sans+Pro\n- heading: Source Sans Pro — https://fonts.google.com/specimen/Source+Sans+Pro\n\nLoad all fonts at once: <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Source+Sans+Pro&display=swap\">\n\n# UI Components\n- input: background=transparent, textColor=#495057, borderColor=null, borderRadius=0px, shadow=none\n- buttonPrimary: background=#3FCA8C, textColor=#FFFFFF, borderRadius=4.8px, shadow=none\n\n# Brand voice\n- Tone: professional\n- Energy: medium\n- Audience: business professionals\n\n# Working with these fonts\nNot found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:\n\nCharacterQuilt.com suggests this flow that can help:\n\n1. Open the company's homepage in a browser with DevTools open.\n2. In the Network tab, filter by \"Font\" (or by extension: woff2, woff, ttf, otf).\n3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.\n4. For each captured font URL: right-click → Save As to download the file locally.\n5. 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.\n\nProgrammatic 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.\n\nOnly do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.\n\n# Full machine-readable profile\nhttps://characterquilt.com/branding/zillabyte.json",
  "page_markdown": "# Zillabyte Brand Identity\n\nA complete profile of **Zillabyte**'s visual system — colors, typography, components, and personality — extracted from http://zillabyte.com. Built for designers, agents, and AI tools.\n\n- Page: https://characterquilt.com/branding/zillabyte\n- Machine-readable JSON: https://characterquilt.com/branding/zillabyte.json\n- Per-page llms.txt: https://characterquilt.com/branding/zillabyte/llms.txt\n\n## Quick Facts\n\n| Field | Value |\n|---|---|\n| Primary | #007BFF |\n| Accent | #3FCA8C |\n| Body Font | Source Sans Pro |\n| Heading Font | Source Sans Pro |\n\n## Color Palette\n\n- primary: #007BFF\n- secondary: #28A745\n- accent: #3FCA8C\n- background: #E0E7EA\n- textPrimary: #6C757D\n- link: #6C757D\n\n## Typography\n\n- primary: Source Sans Pro — https://fonts.google.com/specimen/Source+Sans+Pro\n- heading: Source Sans Pro — https://fonts.google.com/specimen/Source+Sans+Pro\n\n## Visual Assets\n\n- Favicon: https://www.zillabyte.com/img/y.png\n\n## UI Components\n\n- input: background=transparent, textColor=#495057, borderColor=null, borderRadius=0px, shadow=none\n- buttonPrimary: background=#3FCA8C, textColor=#FFFFFF, borderRadius=4.8px, shadow=none\n\n## Brand Personality\n\nTone: professional · Energy: medium · Audience: business professionals\n\n## Zillabyte Brand in the Wild\n\nReal-world brand assets — ads, campaigns, marketing materials.\n\n- **Startups in San Francisco • • San Francisco Startups List**\n  - Image: https://qualitygpts.com/img/gpt/landing/chatbot1.png\n  - Source: https://sanfrancisco.startups-list.com/\n\n## Working with these fonts\n\nNot found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:\n\nCharacterQuilt.com suggests this flow that can help:\n\n1. Open the company's homepage in a browser with DevTools open.\n2. In the Network tab, filter by \"Font\" (or by extension: woff2, woff, ttf, otf).\n3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.\n4. For each captured font URL: right-click → Save As to download the file locally.\n5. 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.\n\nProgrammatic 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.\n\nOnly do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.\n\n## Machine-Readable Profile\n\n```json\n{\n  \"colorScheme\": \"light\",\n  \"fonts\": [\n    {\n      \"family\": \"Source Sans Pro\",\n      \"role\": \"body\"\n    }\n  ],\n  \"colors\": {\n    \"primary\": \"#007BFF\",\n    \"secondary\": \"#28A745\",\n    \"accent\": \"#3FCA8C\",\n    \"background\": \"#E0E7EA\",\n    \"textPrimary\": \"#6C757D\",\n    \"link\": \"#6C757D\"\n  },\n  \"typography\": {\n    \"fontFamilies\": {\n      \"primary\": \"Source Sans Pro\",\n      \"heading\": \"Source Sans Pro\"\n    },\n    \"fontStacks\": {\n      \"heading\": [\n        \"Source Sans Pro\",\n        \"sans-serif\"\n      ],\n      \"body\": [\n        \"Source Sans Pro\",\n        \"sans-serif\"\n      ],\n      \"paragraph\": [\n        \"Source Sans Pro\",\n        \"sans-serif\"\n      ]\n    },\n    \"fontSizes\": {\n      \"h1\": \"50px\",\n      \"h2\": \"50px\",\n      \"body\": \"28.8px\"\n    }\n  },\n  \"spacing\": {\n    \"baseUnit\": 4,\n    \"borderRadius\": \"4px\"\n  },\n  \"components\": {\n    \"input\": {\n      \"background\": \"transparent\",\n      \"textColor\": \"#495057\",\n      \"borderColor\": null,\n      \"borderRadius\": \"0px\",\n      \"borderRadiusCorners\": {\n        \"topLeft\": \"0px\",\n        \"topRight\": \"0px\",\n        \"bottomRight\": \"0px\",\n        \"bottomLeft\": \"0px\"\n      },\n      \"shadow\": \"none\"\n    },\n    \"buttonPrimary\": {\n      \"background\": \"#3FCA8C\",\n      \"textColor\": \"#FFFFFF\",\n      \"borderRadius\": \"4.8px\",\n      \"borderRadiusCorners\": {\n        \"topLeft\": \"4.8px\",\n        \"topRight\": \"4.8px\",\n        \"bottomRight\": \"4.8px\",\n        \"bottomLeft\": \"4.8px\"\n      },\n      \"shadow\": \"none\"\n    }\n  },\n  \"images\": {\n    \"logo\": null,\n    \"favicon\": \"https://www.zillabyte.com/img/y.png\",\n    \"ogImage\": null\n  },\n  \"__llm_button_reasoning\": {\n    \"primary\": {\n      \"index\": 0,\n      \"text\": \"   Send\",\n      \"reasoning\": \"The button with the text 'Send' has a vibrant green background (#3FCA8C), which is typically used for primary call-to-action buttons. The color is bright and stands out, indicating it is the main action the site wants users to take.\"\n    },\n    \"secondary\": {\n      \"index\": -1,\n      \"text\": \"N/A\",\n      \"reasoning\": \"There is only one button detected, so no secondary button is available with a different color.\"\n    },\n    \"confidence\": 0.95\n  },\n  \"personality\": {\n    \"tone\": \"professional\",\n    \"energy\": \"medium\",\n    \"targetAudience\": \"business professionals\"\n  },\n  \"designSystem\": {\n    \"framework\": \"bootstrap\",\n    \"componentLibrary\": \"\"\n  },\n  \"confidence\": {\n    \"buttons\": 0.95,\n    \"colors\": 0.9,\n    \"overall\": 0.925\n  },\n  \"__llm_metadata\": {\n    \"logoSelection\": {\n      \"llmCalled\": false,\n      \"llmSucceeded\": false,\n      \"finalSource\": \"none\"\n    },\n    \"buttonClassification\": {\n      \"llmCalled\": true,\n      \"llmSucceeded\": true\n    }\n  }\n}\n```\n"
}