{
  "name": "Shotput",
  "slug": "shotput",
  "domain": "http://theshotput.com",
  "sources": [
    "yc"
  ],
  "branding": {
    "colorScheme": "light",
    "fonts": [
      {
        "family": "Graphik",
        "count": 5
      },
      {
        "family": "sans-serif",
        "count": 5
      }
    ],
    "colors": {
      "primary": "#000000",
      "accent": "#000000",
      "background": "#F5F5F5",
      "textPrimary": "#000000",
      "link": "#000000"
    },
    "typography": {
      "fontFamilies": {
        "primary": "Graphik",
        "heading": "Graphik"
      },
      "fontStacks": {
        "body": [
          "Graphik",
          "sans-serif"
        ],
        "heading": [
          "Graphik",
          "sans-serif"
        ],
        "paragraph": [
          "Graphik",
          "sans-serif"
        ]
      },
      "fontSizes": {
        "h1": "50px",
        "h2": "50px",
        "body": "17.6px"
      }
    },
    "spacing": {
      "baseUnit": 8,
      "borderRadius": "0px"
    },
    "components": {},
    "images": {
      "logo": null,
      "favicon": "https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png",
      "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/shotput/23fc8b3c65.webp",
      "alt": "Introducing Simplified Analysis with Aggregate Reports - Imagine Products  News",
      "source_url": "https://www.imagineproducts.com/news/blog/introducing-simplified-analysis-with-aggregate-reports/",
      "image_url": "https://www.imagineproducts.com/news/media/Aggregate-Reporting-2.png",
      "width": 1024,
      "height": 683,
      "bytes": 206899,
      "query": "\"Shotput\" report",
      "query_suffix": "\"Shotput\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/shotput/763cc2b28e.webp",
      "alt": "ShotPut Pro 2025: Next-Level Tools and Features - Imagine Products News",
      "source_url": "https://www.imagineproducts.com/news/blog/shotput-pro-2025-next-level-tools-and-features/",
      "image_url": "https://www.imagineproducts.com/news/media/New-Description-Page-2024.1-1-1.png",
      "width": 762,
      "height": 428,
      "bytes": 259246,
      "query": "\"Shotput\" report",
      "query_suffix": "\"Shotput\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/shotput/ff083fea78.webp",
      "alt": "Shot Put Measurements | Shot Put Marking | Shotput Sector |",
      "source_url": "https://www.youtube.com/watch?v=yxqslQyXatc",
      "image_url": "https://i.ytimg.com/vi/yxqslQyXatc/maxresdefault.jpg",
      "width": 1280,
      "height": 720,
      "bytes": 79177,
      "query": "\"Shotput\" landing page",
      "query_suffix": "\"Shotput\" landing page"
    }
  ],
  "font_resources": [
    {
      "family": "Graphik",
      "google_fonts_url": "https://fonts.google.com/specimen/Graphik"
    },
    {
      "family": "Graphik",
      "google_fonts_url": "https://fonts.google.com/specimen/Graphik"
    }
  ],
  "google_fonts_css": "https://fonts.googleapis.com/css2?family=Graphik&family=Graphik&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/shotput",
  "agent_instructions": "You are designing or implementing in Shotput's brand identity.\n\n# Brand profile\n- Company: Shotput\n- Source: http://theshotput.com\n- Color scheme: light\n\n# Colors\n- primary: #000000\n- accent: #000000\n- background: #F5F5F5\n- textPrimary: #000000\n- link: #000000\n\n# Typography\n- primary: Graphik — https://fonts.google.com/specimen/Graphik\n- heading: Graphik — https://fonts.google.com/specimen/Graphik\n\nLoad all fonts at once: <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Graphik&family=Graphik&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/shotput.json",
  "page_markdown": "# Shotput Brand Identity\n\nA complete profile of **Shotput**'s visual system — colors, typography, components, and personality — extracted from http://theshotput.com. Built for designers, agents, and AI tools.\n\n- Page: https://characterquilt.com/branding/shotput\n- Machine-readable JSON: https://characterquilt.com/branding/shotput.json\n- Per-page llms.txt: https://characterquilt.com/branding/shotput/llms.txt\n\n## Quick Facts\n\n| Field | Value |\n|---|---|\n| Primary | #000000 |\n| Accent | #000000 |\n| Body Font | Graphik |\n| Heading Font | Graphik |\n\n## Color Palette\n\n- primary: #000000\n- accent: #000000\n- background: #F5F5F5\n- textPrimary: #000000\n- link: #000000\n\n## Typography\n\n- primary: Graphik — https://fonts.google.com/specimen/Graphik\n- heading: Graphik — https://fonts.google.com/specimen/Graphik\n\n## Visual Assets\n\n- Favicon: https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\n\n## Brand Personality\n\nTone: professional · Energy: medium · Audience: unknown\n\n## Shotput Brand in the Wild\n\nReal-world brand assets — ads, campaigns, marketing materials.\n\n- **Introducing Simplified Analysis with Aggregate Reports - Imagine Products  News**\n  - Image: https://www.imagineproducts.com/news/media/Aggregate-Reporting-2.png\n  - Source: https://www.imagineproducts.com/news/blog/introducing-simplified-analysis-with-aggregate-reports/\n- **ShotPut Pro 2025: Next-Level Tools and Features - Imagine Products News**\n  - Image: https://www.imagineproducts.com/news/media/New-Description-Page-2024.1-1-1.png\n  - Source: https://www.imagineproducts.com/news/blog/shotput-pro-2025-next-level-tools-and-features/\n- **Shot Put Measurements | Shot Put Marking | Shotput Sector |**\n  - Image: https://i.ytimg.com/vi/yxqslQyXatc/maxresdefault.jpg\n  - Source: https://www.youtube.com/watch?v=yxqslQyXatc\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\": \"Graphik\",\n      \"count\": 5\n    },\n    {\n      \"family\": \"sans-serif\",\n      \"count\": 5\n    }\n  ],\n  \"colors\": {\n    \"primary\": \"#000000\",\n    \"accent\": \"#000000\",\n    \"background\": \"#F5F5F5\",\n    \"textPrimary\": \"#000000\",\n    \"link\": \"#000000\"\n  },\n  \"typography\": {\n    \"fontFamilies\": {\n      \"primary\": \"Graphik\",\n      \"heading\": \"Graphik\"\n    },\n    \"fontStacks\": {\n      \"body\": [\n        \"Graphik\",\n        \"sans-serif\"\n      ],\n      \"heading\": [\n        \"Graphik\",\n        \"sans-serif\"\n      ],\n      \"paragraph\": [\n        \"Graphik\",\n        \"sans-serif\"\n      ]\n    },\n    \"fontSizes\": {\n      \"h1\": \"50px\",\n      \"h2\": \"50px\",\n      \"body\": \"17.6px\"\n    }\n  },\n  \"spacing\": {\n    \"baseUnit\": 8,\n    \"borderRadius\": \"0px\"\n  },\n  \"components\": {},\n  \"images\": {\n    \"logo\": null,\n    \"favicon\": \"https://app-assets.website-files.com/static/favicon_designer.88fce7c7f8.png\",\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"
}