{
  "name": "A Thinking Ape",
  "slug": "a-thinking-ape",
  "domain": "http://athinkingape.com",
  "sources": [
    "yc"
  ],
  "branding": {
    "colorScheme": "light",
    "fonts": [
      {
        "family": "Chivo",
        "role": "body"
      }
    ],
    "colors": {
      "primary": "#6F412C",
      "secondary": "#7A4933",
      "accent": "#623A29",
      "background": "#FFFFFF",
      "textPrimary": "#000000",
      "link": "#623A29"
    },
    "typography": {
      "fontFamilies": {
        "primary": "Chivo",
        "heading": "Chivo"
      },
      "fontStacks": {
        "heading": [
          "Chivo",
          "sans-serif"
        ],
        "body": [
          "Chivo",
          "sans-serif"
        ],
        "paragraph": [
          "Chivo",
          "sans-serif"
        ]
      },
      "fontSizes": {
        "h1": "65px",
        "h2": "52px",
        "body": "26px"
      }
    },
    "spacing": {
      "baseUnit": 4,
      "borderRadius": "0px"
    },
    "components": {
      "buttonPrimary": {
        "background": "transparent",
        "textColor": "#000000",
        "borderColor": "#000000",
        "borderRadius": "7px",
        "borderRadiusCorners": {
          "topLeft": "7px",
          "topRight": "7px",
          "bottomRight": "7px",
          "bottomLeft": "7px"
        },
        "shadow": "none"
      }
    },
    "images": {
      "logo": "https://athinkingape.com/static/www/images/common/logo-landscape-white.svg",
      "favicon": "data:,",
      "ogImage": "http://athinkingape.com/static/www/images/hex/hex-kraken.png?v=2"
    },
    "__llm_logo_reasoning": {
      "selectedIndex": 0,
      "reasoning": "Logo rejected: Red flags detected (UI icon). Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
      "confidence": 0.95,
      "rejected": true,
      "source": "llm"
    },
    "__llm_button_reasoning": {
      "primary": {
        "index": 1,
        "text": "See open jobs",
        "reasoning": "The button 'See open jobs' is likely the primary CTA due to its action-oriented text, which suggests a direct engagement with the company's offerings."
      },
      "secondary": {
        "index": 2,
        "text": "Read Our Story",
        "reasoning": "The button 'Read Our Story' serves as a secondary action, providing additional information about the company, which is less direct than the primary CTA."
      },
      "confidence": 0.9
    },
    "personality": {
      "tone": "modern",
      "energy": "medium",
      "targetAudience": "tech-savvy individuals interested in gaming and technology careers"
    },
    "designSystem": {
      "framework": "custom",
      "componentLibrary": ""
    },
    "confidence": {
      "buttons": 0.9,
      "colors": 0.9,
      "overall": 0.9
    },
    "__llm_metadata": {
      "logoSelection": {
        "llmCalled": true,
        "llmSucceeded": true,
        "finalSource": "llm",
        "rawLogoSelection": {
          "selectedLogoIndex": 0,
          "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.",
          "confidence": 0.95
        }
      },
      "buttonClassification": {
        "llmCalled": true,
        "llmSucceeded": true
      }
    }
  },
  "images": [
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/a-thinking-ape/79b62d1202.webp",
      "alt": "Careers",
      "source_url": "https://www.athinkingape.com/careers/",
      "image_url": "https://i.ytimg.com/vi/o_G1XpJVVXo/maxresdefault.jpg",
      "width": 1280,
      "height": 720,
      "bytes": 46449,
      "query": "site:athinkingape.com",
      "query_suffix": "site:athinkingape.com"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/a-thinking-ape/c1c7acd084.webp",
      "alt": "Spotlight on A Thinking Ape - BC Tech Association",
      "source_url": "https://wearebctech.com/spotlight-on-a-thinking-ape/",
      "image_url": "https://wearebctech.com/wp-content/uploads/2019/09/Spotlight-on-A-Thinking-Ape-team.jpg-copy.png",
      "width": 500,
      "height": 380,
      "bytes": 129760,
      "query": "\"A Thinking Ape\" report",
      "query_suffix": "\"A Thinking Ape\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/a-thinking-ape/0b451bf634.webp",
      "alt": "A Thinking Ape (@athinkingape) / Posts / X",
      "source_url": "https://x.com/athinkingape",
      "image_url": "https://pbs.twimg.com/profile_images/1122955849960267776/vK8O0B0M_400x400.png",
      "width": 286,
      "height": 286,
      "bytes": 10621,
      "query": "\"A Thinking Ape\" landing page",
      "query_suffix": "\"A Thinking Ape\" landing page"
    }
  ],
  "font_resources": [
    {
      "family": "Chivo",
      "google_fonts_url": "https://fonts.google.com/specimen/Chivo"
    },
    {
      "family": "Chivo",
      "google_fonts_url": "https://fonts.google.com/specimen/Chivo"
    }
  ],
  "google_fonts_css": "https://fonts.googleapis.com/css2?family=Chivo&family=Chivo&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/a-thinking-ape",
  "agent_instructions": "You are designing or implementing in A Thinking Ape's brand identity.\n\n# Brand profile\n- Company: A Thinking Ape\n- Source: http://athinkingape.com\n- Color scheme: light\n\n# Colors\n- primary: #6F412C\n- secondary: #7A4933\n- accent: #623A29\n- background: #FFFFFF\n- textPrimary: #000000\n- link: #623A29\n\n# Typography\n- primary: Chivo — https://fonts.google.com/specimen/Chivo\n- heading: Chivo — https://fonts.google.com/specimen/Chivo\n\nLoad all fonts at once: <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Chivo&family=Chivo&display=swap\">\n\n# UI Components\n- buttonPrimary: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=7px, shadow=none\n\n# Brand voice\n- Tone: modern\n- Energy: medium\n- Audience: tech-savvy individuals interested in gaming and technology careers\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/a-thinking-ape.json",
  "page_markdown": "# A Thinking Ape Brand Identity\n\nA complete profile of **A Thinking Ape**'s visual system — colors, typography, components, and personality — extracted from http://athinkingape.com. Built for designers, agents, and AI tools.\n\n- Page: https://characterquilt.com/branding/a-thinking-ape\n- Machine-readable JSON: https://characterquilt.com/branding/a-thinking-ape.json\n- Per-page llms.txt: https://characterquilt.com/branding/a-thinking-ape/llms.txt\n\n## Quick Facts\n\n| Field | Value |\n|---|---|\n| Primary | #6F412C |\n| Accent | #623A29 |\n| Body Font | Chivo |\n| Heading Font | Chivo |\n\n## Color Palette\n\n- primary: #6F412C\n- secondary: #7A4933\n- accent: #623A29\n- background: #FFFFFF\n- textPrimary: #000000\n- link: #623A29\n\n## Typography\n\n- primary: Chivo — https://fonts.google.com/specimen/Chivo\n- heading: Chivo — https://fonts.google.com/specimen/Chivo\n\n## Visual Assets\n\n- Logo: https://athinkingape.com/static/www/images/common/logo-landscape-white.svg\n- Favicon: data:,\n- Social card (og:image): http://athinkingape.com/static/www/images/hex/hex-kraken.png?v=2\n\n## UI Components\n\n- buttonPrimary: background=transparent, textColor=#000000, borderColor=#000000, borderRadius=7px, shadow=none\n\n## Brand Personality\n\nTone: modern · Energy: medium · Audience: tech-savvy individuals interested in gaming and technology careers\n\n## A Thinking Ape Brand in the Wild\n\nReal-world brand assets — ads, campaigns, marketing materials.\n\n- **Careers**\n  - Image: https://i.ytimg.com/vi/o_G1XpJVVXo/maxresdefault.jpg\n  - Source: https://www.athinkingape.com/careers/\n- **Spotlight on A Thinking Ape - BC Tech Association**\n  - Image: https://wearebctech.com/wp-content/uploads/2019/09/Spotlight-on-A-Thinking-Ape-team.jpg-copy.png\n  - Source: https://wearebctech.com/spotlight-on-a-thinking-ape/\n- **A Thinking Ape (@athinkingape) / Posts / X**\n  - Image: https://pbs.twimg.com/profile_images/1122955849960267776/vK8O0B0M_400x400.png\n  - Source: https://x.com/athinkingape\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\": \"Chivo\",\n      \"role\": \"body\"\n    }\n  ],\n  \"colors\": {\n    \"primary\": \"#6F412C\",\n    \"secondary\": \"#7A4933\",\n    \"accent\": \"#623A29\",\n    \"background\": \"#FFFFFF\",\n    \"textPrimary\": \"#000000\",\n    \"link\": \"#623A29\"\n  },\n  \"typography\": {\n    \"fontFamilies\": {\n      \"primary\": \"Chivo\",\n      \"heading\": \"Chivo\"\n    },\n    \"fontStacks\": {\n      \"heading\": [\n        \"Chivo\",\n        \"sans-serif\"\n      ],\n      \"body\": [\n        \"Chivo\",\n        \"sans-serif\"\n      ],\n      \"paragraph\": [\n        \"Chivo\",\n        \"sans-serif\"\n      ]\n    },\n    \"fontSizes\": {\n      \"h1\": \"65px\",\n      \"h2\": \"52px\",\n      \"body\": \"26px\"\n    }\n  },\n  \"spacing\": {\n    \"baseUnit\": 4,\n    \"borderRadius\": \"0px\"\n  },\n  \"components\": {\n    \"buttonPrimary\": {\n      \"background\": \"transparent\",\n      \"textColor\": \"#000000\",\n      \"borderColor\": \"#000000\",\n      \"borderRadius\": \"7px\",\n      \"borderRadiusCorners\": {\n        \"topLeft\": \"7px\",\n        \"topRight\": \"7px\",\n        \"bottomRight\": \"7px\",\n        \"bottomLeft\": \"7px\"\n      },\n      \"shadow\": \"none\"\n    }\n  },\n  \"images\": {\n    \"logo\": \"https://athinkingape.com/static/www/images/common/logo-landscape-white.svg\",\n    \"favicon\": \"data:,\",\n    \"ogImage\": \"http://athinkingape.com/static/www/images/hex/hex-kraken.png?v=2\"\n  },\n  \"__llm_logo_reasoning\": {\n    \"selectedIndex\": 0,\n    \"reasoning\": \"Logo rejected: Red flags detected (UI icon). Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.\",\n    \"confidence\": 0.95,\n    \"rejected\": true,\n    \"source\": \"llm\"\n  },\n  \"__llm_button_reasoning\": {\n    \"primary\": {\n      \"index\": 1,\n      \"text\": \"See open jobs\",\n      \"reasoning\": \"The button 'See open jobs' is likely the primary CTA due to its action-oriented text, which suggests a direct engagement with the company's offerings.\"\n    },\n    \"secondary\": {\n      \"index\": 2,\n      \"text\": \"Read Our Story\",\n      \"reasoning\": \"The button 'Read Our Story' serves as a secondary action, providing additional information about the company, which is less direct than the primary CTA.\"\n    },\n    \"confidence\": 0.9\n  },\n  \"personality\": {\n    \"tone\": \"modern\",\n    \"energy\": \"medium\",\n    \"targetAudience\": \"tech-savvy individuals interested in gaming and technology careers\"\n  },\n  \"designSystem\": {\n    \"framework\": \"custom\",\n    \"componentLibrary\": \"\"\n  },\n  \"confidence\": {\n    \"buttons\": 0.9,\n    \"colors\": 0.9,\n    \"overall\": 0.9\n  },\n  \"__llm_metadata\": {\n    \"logoSelection\": {\n      \"llmCalled\": true,\n      \"llmSucceeded\": true,\n      \"finalSource\": \"llm\",\n      \"rawLogoSelection\": {\n        \"selectedLogoIndex\": 0,\n        \"selectedLogoReasoning\": \"Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo.\",\n        \"confidence\": 0.95\n      }\n    },\n    \"buttonClassification\": {\n      \"llmCalled\": true,\n      \"llmSucceeded\": true\n    }\n  }\n}\n```\n"
}