{
  "name": "Claybird",
  "slug": "claybird",
  "domain": "https://claybird.com/",
  "sources": [
    "yc"
  ],
  "branding": {
    "colorScheme": "light",
    "fonts": [
      {
        "family": "sf pro text",
        "count": 5
      },
      {
        "family": "sf pro icons",
        "count": 5
      },
      {
        "family": "helvetica neue",
        "count": 5
      },
      {
        "family": "helvetica",
        "count": 5
      },
      {
        "family": "arial",
        "count": 5
      },
      {
        "family": "sans-serif",
        "count": 5
      }
    ],
    "colors": {
      "primary": "#79FFE1",
      "secondary": "#FF0080",
      "accent": "#0070F3",
      "background": "#DDDDDD",
      "textPrimary": "#0070F3",
      "link": "#0070F3"
    },
    "typography": {
      "fontFamilies": {
        "primary": "sf pro text",
        "heading": "sf pro text"
      },
      "fontStacks": {
        "body": [
          "sf pro text",
          "sf pro icons",
          "helvetica neue",
          "helvetica",
          "arial",
          "sans-serif"
        ],
        "heading": [
          "sf pro text",
          "sf pro icons",
          "helvetica neue",
          "helvetica",
          "arial",
          "sans-serif"
        ],
        "paragraph": [
          "sf pro text",
          "sf pro icons",
          "helvetica neue",
          "helvetica",
          "arial",
          "sans-serif"
        ]
      },
      "fontSizes": {
        "h1": "16px",
        "h2": "16px",
        "body": "16px"
      }
    },
    "spacing": {
      "baseUnit": 4,
      "borderRadius": "4px"
    },
    "components": {},
    "images": {
      "logo": null,
      "favicon": null,
      "ogImage": null
    },
    "personality": {
      "tone": "professional",
      "energy": "medium",
      "targetAudience": "unknown"
    },
    "designSystem": {
      "framework": "unknown",
      "componentLibrary": ""
    },
    "confidence": {
      "buttons": 0,
      "colors": 0,
      "overall": 0
    },
    "__llm_metadata": {
      "logoSelection": {
        "llmCalled": false,
        "llmSucceeded": false,
        "finalSource": "none",
        "rawLogoSelection": {
          "selectedLogoIndex": -1,
          "selectedLogoReasoning": "LLM failed",
          "confidence": 0
        }
      },
      "buttonClassification": {
        "llmCalled": false,
        "llmSucceeded": false,
        "error": "LLM call failed or returned fallback values"
      }
    }
  },
  "images": [
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/claybird/24c6e81595.webp",
      "alt": "Claybird Launches: An Agent That Produces Your AI Video Ad | Fondo",
      "source_url": "https://fondo.com/blog/claybird-launches",
      "image_url": "https://cdn.prod.website-files.com/691672e8696835fde83bf394/69847b5358c73a34c2533c99_6789b82fd7d2ff351b6be776_skyvern%2520landing%2520page.png",
      "width": 1895,
      "height": 972,
      "bytes": 561269,
      "query": "\"Claybird\" landing page",
      "query_suffix": "\"Claybird\" landing page"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/claybird/6bbb54a87e.webp",
      "alt": "Claybird · GitHub",
      "source_url": "https://github.com/Claybird",
      "image_url": "https://avatars.githubusercontent.com/u/2064663?v=4",
      "width": 460,
      "height": 460,
      "bytes": 125016,
      "query": "\"Claybird\" report",
      "query_suffix": "\"Claybird\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/claybird/73e2c03cca.webp",
      "alt": "VINTAGE Winchester We are Having a party claybird Paper Poster Advertising  Sign",
      "source_url": "https://www.ebay.com/itm/124151768486",
      "image_url": "https://i.ebayimg.com/images/g/R0cAAOSwJPRek8S5/s-l1200.jpg",
      "width": 900,
      "height": 1200,
      "bytes": 189124,
      "query": "\"Claybird\" ad",
      "query_suffix": "\"Claybird\" ad"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/claybird/768ed52ed2.webp",
      "alt": "Claybird Launches: An Agent That Produces Your AI Video Ad | Fondo",
      "source_url": "https://fondo.com/blog/claybird-launches",
      "image_url": "https://cdn.prod.website-files.com/691672e8696835fde83bf394/6984679437f0e3eeea906eb2_68e951bbd962298731ee6a1c_claybird.jpeg",
      "width": 2048,
      "height": 1536,
      "bytes": 272738,
      "query": "\"Claybird\" ad",
      "query_suffix": "\"Claybird\" ad"
    }
  ],
  "font_resources": [
    {
      "family": "sf pro text",
      "google_fonts_url": "https://fonts.google.com/specimen/sf+pro+text"
    },
    {
      "family": "sf pro text",
      "google_fonts_url": "https://fonts.google.com/specimen/sf+pro+text"
    }
  ],
  "google_fonts_css": "https://fonts.googleapis.com/css2?family=sf+pro+text&family=sf+pro+text&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/claybird",
  "agent_instructions": "You are designing or implementing in Claybird's brand identity.\n\n# Brand profile\n- Company: Claybird\n- Source: https://claybird.com/\n- Color scheme: light\n\n# Colors\n- primary: #79FFE1\n- secondary: #FF0080\n- accent: #0070F3\n- background: #DDDDDD\n- textPrimary: #0070F3\n- link: #0070F3\n\n# Typography\n- primary: sf pro text — https://fonts.google.com/specimen/sf+pro+text\n- heading: sf pro text — https://fonts.google.com/specimen/sf+pro+text\n\nLoad all fonts at once: <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=sf+pro+text&family=sf+pro+text&display=swap\">\n\n# UI Components\n\n\n# Brand voice\n- Tone: professional\n- Energy: medium\n- Audience: unknown\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/claybird.json",
  "page_markdown": "# Claybird Brand Identity\n\nA complete profile of **Claybird**'s visual system — colors, typography, components, and personality — extracted from https://claybird.com/. Built for designers, agents, and AI tools.\n\n- Page: https://characterquilt.com/branding/claybird\n- Machine-readable JSON: https://characterquilt.com/branding/claybird.json\n- Per-page llms.txt: https://characterquilt.com/branding/claybird/llms.txt\n\n## Quick Facts\n\n| Field | Value |\n|---|---|\n| Primary | #79FFE1 |\n| Accent | #0070F3 |\n| Body Font | sf pro text |\n| Heading Font | sf pro text |\n\n## Color Palette\n\n- primary: #79FFE1\n- secondary: #FF0080\n- accent: #0070F3\n- background: #DDDDDD\n- textPrimary: #0070F3\n- link: #0070F3\n\n## Typography\n\n- primary: sf pro text — https://fonts.google.com/specimen/sf+pro+text\n- heading: sf pro text — https://fonts.google.com/specimen/sf+pro+text\n\n## Brand Personality\n\nTone: professional · Energy: medium · Audience: unknown\n\n## Claybird Brand in the Wild\n\nReal-world brand assets — ads, campaigns, marketing materials.\n\n- **Claybird Launches: An Agent That Produces Your AI Video Ad | Fondo**\n  - Image: https://cdn.prod.website-files.com/691672e8696835fde83bf394/69847b5358c73a34c2533c99_6789b82fd7d2ff351b6be776_skyvern%2520landing%2520page.png\n  - Source: https://fondo.com/blog/claybird-launches\n- **Claybird · GitHub**\n  - Image: https://avatars.githubusercontent.com/u/2064663?v=4\n  - Source: https://github.com/Claybird\n- **VINTAGE Winchester We are Having a party claybird Paper Poster Advertising  Sign**\n  - Image: https://i.ebayimg.com/images/g/R0cAAOSwJPRek8S5/s-l1200.jpg\n  - Source: https://www.ebay.com/itm/124151768486\n- **Claybird Launches: An Agent That Produces Your AI Video Ad | Fondo**\n  - Image: https://cdn.prod.website-files.com/691672e8696835fde83bf394/6984679437f0e3eeea906eb2_68e951bbd962298731ee6a1c_claybird.jpeg\n  - Source: https://fondo.com/blog/claybird-launches\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\": \"sf pro text\",\n      \"count\": 5\n    },\n    {\n      \"family\": \"sf pro icons\",\n      \"count\": 5\n    },\n    {\n      \"family\": \"helvetica neue\",\n      \"count\": 5\n    },\n    {\n      \"family\": \"helvetica\",\n      \"count\": 5\n    },\n    {\n      \"family\": \"arial\",\n      \"count\": 5\n    },\n    {\n      \"family\": \"sans-serif\",\n      \"count\": 5\n    }\n  ],\n  \"colors\": {\n    \"primary\": \"#79FFE1\",\n    \"secondary\": \"#FF0080\",\n    \"accent\": \"#0070F3\",\n    \"background\": \"#DDDDDD\",\n    \"textPrimary\": \"#0070F3\",\n    \"link\": \"#0070F3\"\n  },\n  \"typography\": {\n    \"fontFamilies\": {\n      \"primary\": \"sf pro text\",\n      \"heading\": \"sf pro text\"\n    },\n    \"fontStacks\": {\n      \"body\": [\n        \"sf pro text\",\n        \"sf pro icons\",\n        \"helvetica neue\",\n        \"helvetica\",\n        \"arial\",\n        \"sans-serif\"\n      ],\n      \"heading\": [\n        \"sf pro text\",\n        \"sf pro icons\",\n        \"helvetica neue\",\n        \"helvetica\",\n        \"arial\",\n        \"sans-serif\"\n      ],\n      \"paragraph\": [\n        \"sf pro text\",\n        \"sf pro icons\",\n        \"helvetica neue\",\n        \"helvetica\",\n        \"arial\",\n        \"sans-serif\"\n      ]\n    },\n    \"fontSizes\": {\n      \"h1\": \"16px\",\n      \"h2\": \"16px\",\n      \"body\": \"16px\"\n    }\n  },\n  \"spacing\": {\n    \"baseUnit\": 4,\n    \"borderRadius\": \"4px\"\n  },\n  \"components\": {},\n  \"images\": {\n    \"logo\": null,\n    \"favicon\": null,\n    \"ogImage\": null\n  },\n  \"personality\": {\n    \"tone\": \"professional\",\n    \"energy\": \"medium\",\n    \"targetAudience\": \"unknown\"\n  },\n  \"designSystem\": {\n    \"framework\": \"unknown\",\n    \"componentLibrary\": \"\"\n  },\n  \"confidence\": {\n    \"buttons\": 0,\n    \"colors\": 0,\n    \"overall\": 0\n  },\n  \"__llm_metadata\": {\n    \"logoSelection\": {\n      \"llmCalled\": false,\n      \"llmSucceeded\": false,\n      \"finalSource\": \"none\",\n      \"rawLogoSelection\": {\n        \"selectedLogoIndex\": -1,\n        \"selectedLogoReasoning\": \"LLM failed\",\n        \"confidence\": 0\n      }\n    },\n    \"buttonClassification\": {\n      \"llmCalled\": false,\n      \"llmSucceeded\": false,\n      \"error\": \"LLM call failed or returned fallback values\"\n    }\n  }\n}\n```\n"
}