{
  "name": "Almond",
  "slug": "almond",
  "domain": "https://almond.bot/",
  "sources": [
    "yc"
  ],
  "branding": {
    "colorScheme": "dark",
    "fonts": [
      {
        "family": "Inter",
        "count": 11
      },
      {
        "family": "Inter Fallback",
        "count": 11
      }
    ],
    "colors": {
      "primary": "#FFFFFF",
      "accent": "#FFFFFF",
      "background": "#121212",
      "textPrimary": "#121212",
      "link": "#FFFFFF"
    },
    "typography": {
      "fontFamilies": {
        "primary": "Inter",
        "heading": "Inter"
      },
      "fontStacks": {
        "body": [
          "Inter",
          "Inter Fallback"
        ],
        "heading": [
          "Inter",
          "Inter Fallback"
        ],
        "paragraph": [
          "Inter",
          "Inter Fallback"
        ]
      },
      "fontSizes": {
        "h1": "36px",
        "h2": "36px",
        "body": "16px"
      }
    },
    "spacing": {
      "baseUnit": 8,
      "borderRadius": "0px"
    },
    "components": {},
    "images": {
      "logo": null,
      "favicon": "https://www.almond.bot/favicon.ico?favicon.5bfd754b.ico",
      "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/almond/61ea68ce07.webp",
      "alt": "Almond",
      "source_url": "https://www.almond.bot/",
      "image_url": "https://www.almond.bot/bot.png",
      "width": 830,
      "height": 1188,
      "bytes": 833157,
      "query": "site:almond.bot",
      "query_suffix": "site:almond.bot"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/almond/77cb708a81.webp",
      "alt": "Almonds Market Size, Growth Analysis And Forecast Report To 2035",
      "source_url": "https://www.thebusinessresearchcompany.com/report/almonds-global-market-report",
      "image_url": "https://www.thebusinessresearchcompany.com/_next/image?url=https%3A%2F%2Fd1lt5802h39cn9.cloudfront.net%2Fcoverimages%2Falmonds_market_report.webp&w=640&q=75",
      "width": 595,
      "height": 842,
      "bytes": 19534,
      "query": "\"Almond\" report",
      "query_suffix": "\"Almond\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/almond/eee0e9b260.webp",
      "alt": "Almond: Free SaaS Website Template by Create UI™ — Framer Marketplace",
      "source_url": "https://www.framer.com/marketplace/templates/almond/",
      "image_url": "https://www.framer.com/creators-assets/_next/image/?url=https%3A%2F%2Fy4pdgnepgswqffpt.public.blob.vercel-storage.com%2Ftemplates%2F46310%2Falmond-X8TfhphTelIZsud8BfzMIa4PBoo1NY&w=3840&q=100",
      "width": 1600,
      "height": 1200,
      "bytes": 632026,
      "query": "\"Almond\" landing page",
      "query_suffix": "\"Almond\" landing page"
    }
  ],
  "font_resources": [
    {
      "family": "Inter",
      "google_fonts_url": "https://fonts.google.com/specimen/Inter"
    },
    {
      "family": "Inter",
      "google_fonts_url": "https://fonts.google.com/specimen/Inter"
    }
  ],
  "google_fonts_css": "https://fonts.googleapis.com/css2?family=Inter&family=Inter&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/almond",
  "agent_instructions": "You are designing or implementing in Almond's brand identity.\n\n# Brand profile\n- Company: Almond\n- Source: https://almond.bot/\n- Color scheme: dark\n\n# Colors\n- primary: #FFFFFF\n- accent: #FFFFFF\n- background: #121212\n- textPrimary: #121212\n- link: #FFFFFF\n\n# Typography\n- primary: Inter — https://fonts.google.com/specimen/Inter\n- heading: Inter — https://fonts.google.com/specimen/Inter\n\nLoad all fonts at once: <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Inter&family=Inter&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/almond.json",
  "page_markdown": "# Almond Brand Identity\n\nA complete profile of **Almond**'s visual system — colors, typography, components, and personality — extracted from https://almond.bot/. Built for designers, agents, and AI tools.\n\n- Page: https://characterquilt.com/branding/almond\n- Machine-readable JSON: https://characterquilt.com/branding/almond.json\n- Per-page llms.txt: https://characterquilt.com/branding/almond/llms.txt\n\n## Quick Facts\n\n| Field | Value |\n|---|---|\n| Primary | #FFFFFF |\n| Accent | #FFFFFF |\n| Body Font | Inter |\n| Heading Font | Inter |\n\n## Color Palette\n\n- primary: #FFFFFF\n- accent: #FFFFFF\n- background: #121212\n- textPrimary: #121212\n- link: #FFFFFF\n\n## Typography\n\n- primary: Inter — https://fonts.google.com/specimen/Inter\n- heading: Inter — https://fonts.google.com/specimen/Inter\n\n## Visual Assets\n\n- Favicon: https://www.almond.bot/favicon.ico?favicon.5bfd754b.ico\n\n## Brand Personality\n\nTone: professional · Energy: medium · Audience: unknown\n\n## Almond Brand in the Wild\n\nReal-world brand assets — ads, campaigns, marketing materials.\n\n- **Almond**\n  - Image: https://www.almond.bot/bot.png\n  - Source: https://www.almond.bot/\n- **Almonds Market Size, Growth Analysis And Forecast Report To 2035**\n  - Image: https://www.thebusinessresearchcompany.com/_next/image?url=https%3A%2F%2Fd1lt5802h39cn9.cloudfront.net%2Fcoverimages%2Falmonds_market_report.webp&w=640&q=75\n  - Source: https://www.thebusinessresearchcompany.com/report/almonds-global-market-report\n- **Almond: Free SaaS Website Template by Create UI™ — Framer Marketplace**\n  - Image: https://www.framer.com/creators-assets/_next/image/?url=https%3A%2F%2Fy4pdgnepgswqffpt.public.blob.vercel-storage.com%2Ftemplates%2F46310%2Falmond-X8TfhphTelIZsud8BfzMIa4PBoo1NY&w=3840&q=100\n  - Source: https://www.framer.com/marketplace/templates/almond/\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\": \"dark\",\n  \"fonts\": [\n    {\n      \"family\": \"Inter\",\n      \"count\": 11\n    },\n    {\n      \"family\": \"Inter Fallback\",\n      \"count\": 11\n    }\n  ],\n  \"colors\": {\n    \"primary\": \"#FFFFFF\",\n    \"accent\": \"#FFFFFF\",\n    \"background\": \"#121212\",\n    \"textPrimary\": \"#121212\",\n    \"link\": \"#FFFFFF\"\n  },\n  \"typography\": {\n    \"fontFamilies\": {\n      \"primary\": \"Inter\",\n      \"heading\": \"Inter\"\n    },\n    \"fontStacks\": {\n      \"body\": [\n        \"Inter\",\n        \"Inter Fallback\"\n      ],\n      \"heading\": [\n        \"Inter\",\n        \"Inter Fallback\"\n      ],\n      \"paragraph\": [\n        \"Inter\",\n        \"Inter Fallback\"\n      ]\n    },\n    \"fontSizes\": {\n      \"h1\": \"36px\",\n      \"h2\": \"36px\",\n      \"body\": \"16px\"\n    }\n  },\n  \"spacing\": {\n    \"baseUnit\": 8,\n    \"borderRadius\": \"0px\"\n  },\n  \"components\": {},\n  \"images\": {\n    \"logo\": null,\n    \"favicon\": \"https://www.almond.bot/favicon.ico?favicon.5bfd754b.ico\",\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"
}