{
  "name": "Vizy",
  "slug": "vizy",
  "domain": "http://vizy.io",
  "sources": [
    "yc"
  ],
  "branding": {
    "colorScheme": "dark",
    "fonts": [
      {
        "family": "Roboto",
        "role": "body"
      }
    ],
    "colors": {
      "primary": "#F49300",
      "secondary": "#626574",
      "accent": "#101C36",
      "background": "#101C36",
      "textPrimary": "#101C36",
      "link": "#101C36"
    },
    "typography": {
      "fontFamilies": {
        "primary": "Roboto",
        "heading": "Roboto"
      },
      "fontStacks": {
        "heading": [
          "sans-serif"
        ],
        "body": [
          "sans-serif"
        ],
        "paragraph": [
          "sans-serif"
        ]
      },
      "fontSizes": {
        "h1": "16px",
        "h2": "16px",
        "body": "16px"
      }
    },
    "spacing": {
      "baseUnit": 4,
      "borderRadius": "4px"
    },
    "components": {},
    "images": {
      "logo": null,
      "favicon": null,
      "ogImage": null
    },
    "personality": {
      "tone": "modern",
      "energy": "medium",
      "targetAudience": "unknown"
    },
    "designSystem": {
      "framework": "unknown",
      "componentLibrary": ""
    },
    "confidence": {
      "buttons": 0,
      "colors": 0.9,
      "overall": 0.45
    },
    "__llm_metadata": {
      "logoSelection": {
        "llmCalled": false,
        "llmSucceeded": false,
        "finalSource": "none"
      },
      "buttonClassification": {
        "llmCalled": false,
        "llmSucceeded": false
      }
    }
  },
  "images": [
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/vizy/e6a606de81.webp",
      "alt": "Vizy by Charmed Labs — Kickstarter",
      "source_url": "https://www.kickstarter.com/projects/charmedlabs/vizy",
      "image_url": "https://i.kickstarter.com/assets/030/993/279/ffbbf0e9d648dee4d116f000d6264a0b_original.jpg?anim=false&fit=cover&gravity=auto&height=873&origin=ugc&q=92&v=1602628122&width=1552&sig=LADUh82gG4hitAaLWEs4%2BQXsAwP578UgrgJ0McTodIc%3D",
      "width": 1552,
      "height": 873,
      "bytes": 112022,
      "query": "\"Vizy\" ad",
      "query_suffix": "\"Vizy\" ad"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/vizy/89cb0b31bd.webp",
      "alt": "Vizy",
      "source_url": "https://plugins.craftcms.com/vizy",
      "image_url": "https://pluginscreenshots.craft-cdn.com/vizy/_550xAUTO_crop_center-center_none/6-vizy-features.png?1695120594",
      "width": 550,
      "height": 388,
      "bytes": 92752,
      "query": "\"Vizy\" report",
      "query_suffix": "\"Vizy\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/vizy/4b33ef560b.webp",
      "alt": "First Look at Vizy Editor Plugin | CraftQuest",
      "source_url": "https://craftquest.io/livestreams/first-look-at-vizy-editor-plugin",
      "image_url": "https://d3755ihsz2n34g.cloudfront.net/_800x418_fit_center-center_82_none/first-look-at-vizy.png?mtime=1622656066",
      "width": 743,
      "height": 418,
      "bytes": 89569,
      "query": "\"Vizy\" landing page",
      "query_suffix": "\"Vizy\" landing page"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/vizy/4507e073d5.webp",
      "alt": "Vizy",
      "source_url": "https://plugins.craftcms.com/vizy",
      "image_url": "https://pluginscreenshots.craft-cdn.com/vizy/_550xAUTO_crop_center-center_none/3-vizy-settings.png?1695120590",
      "width": 550,
      "height": 388,
      "bytes": 65541,
      "query": "\"Vizy\" report",
      "query_suffix": "\"Vizy\" report"
    },
    {
      "file": "https://e4p9rs3sldnmtboz.public.blob.vercel-storage.com/vizy/1c717ab790.webp",
      "alt": "wiki:vizy_getting_started [Documentation]",
      "source_url": "https://docs.vizycam.com/doku.php?id=wiki:vizy_getting_started",
      "image_url": "https://docs.vizycam.com/lib/exe/fetch.php?w=500&tok=cd25e3&media=wiki:image_243.jpg",
      "width": 500,
      "height": 299,
      "bytes": 11837,
      "query": "\"Vizy\" landing page",
      "query_suffix": "\"Vizy\" landing page"
    }
  ],
  "font_resources": [
    {
      "family": "Roboto",
      "google_fonts_url": "https://fonts.google.com/specimen/Roboto"
    },
    {
      "family": "Roboto",
      "google_fonts_url": "https://fonts.google.com/specimen/Roboto"
    }
  ],
  "google_fonts_css": "https://fonts.googleapis.com/css2?family=Roboto&family=Roboto&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/vizy",
  "agent_instructions": "You are designing or implementing in Vizy's brand identity.\n\n# Brand profile\n- Company: Vizy\n- Source: http://vizy.io\n- Color scheme: dark\n\n# Colors\n- primary: #F49300\n- secondary: #626574\n- accent: #101C36\n- background: #101C36\n- textPrimary: #101C36\n- link: #101C36\n\n# Typography\n- primary: Roboto — https://fonts.google.com/specimen/Roboto\n- heading: Roboto — https://fonts.google.com/specimen/Roboto\n\nLoad all fonts at once: <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Roboto&family=Roboto&display=swap\">\n\n# UI Components\n\n\n# Brand voice\n- Tone: modern\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/vizy.json",
  "page_markdown": "# Vizy Brand Identity\n\nA complete profile of **Vizy**'s visual system — colors, typography, components, and personality — extracted from http://vizy.io. Built for designers, agents, and AI tools.\n\n- Page: https://characterquilt.com/branding/vizy\n- Machine-readable JSON: https://characterquilt.com/branding/vizy.json\n- Per-page llms.txt: https://characterquilt.com/branding/vizy/llms.txt\n\n## Quick Facts\n\n| Field | Value |\n|---|---|\n| Primary | #F49300 |\n| Accent | #101C36 |\n| Body Font | Roboto |\n| Heading Font | Roboto |\n\n## Color Palette\n\n- primary: #F49300\n- secondary: #626574\n- accent: #101C36\n- background: #101C36\n- textPrimary: #101C36\n- link: #101C36\n\n## Typography\n\n- primary: Roboto — https://fonts.google.com/specimen/Roboto\n- heading: Roboto — https://fonts.google.com/specimen/Roboto\n\n## Brand Personality\n\nTone: modern · Energy: medium · Audience: unknown\n\n## Vizy Brand in the Wild\n\nReal-world brand assets — ads, campaigns, marketing materials.\n\n- **Vizy by Charmed Labs — Kickstarter**\n  - Image: https://i.kickstarter.com/assets/030/993/279/ffbbf0e9d648dee4d116f000d6264a0b_original.jpg?anim=false&fit=cover&gravity=auto&height=873&origin=ugc&q=92&v=1602628122&width=1552&sig=LADUh82gG4hitAaLWEs4%2BQXsAwP578UgrgJ0McTodIc%3D\n  - Source: https://www.kickstarter.com/projects/charmedlabs/vizy\n- **Vizy**\n  - Image: https://pluginscreenshots.craft-cdn.com/vizy/_550xAUTO_crop_center-center_none/6-vizy-features.png?1695120594\n  - Source: https://plugins.craftcms.com/vizy\n- **First Look at Vizy Editor Plugin | CraftQuest**\n  - Image: https://d3755ihsz2n34g.cloudfront.net/_800x418_fit_center-center_82_none/first-look-at-vizy.png?mtime=1622656066\n  - Source: https://craftquest.io/livestreams/first-look-at-vizy-editor-plugin\n- **Vizy**\n  - Image: https://pluginscreenshots.craft-cdn.com/vizy/_550xAUTO_crop_center-center_none/3-vizy-settings.png?1695120590\n  - Source: https://plugins.craftcms.com/vizy\n- **wiki:vizy_getting_started [Documentation]**\n  - Image: https://docs.vizycam.com/lib/exe/fetch.php?w=500&tok=cd25e3&media=wiki:image_243.jpg\n  - Source: https://docs.vizycam.com/doku.php?id=wiki:vizy_getting_started\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\": \"Roboto\",\n      \"role\": \"body\"\n    }\n  ],\n  \"colors\": {\n    \"primary\": \"#F49300\",\n    \"secondary\": \"#626574\",\n    \"accent\": \"#101C36\",\n    \"background\": \"#101C36\",\n    \"textPrimary\": \"#101C36\",\n    \"link\": \"#101C36\"\n  },\n  \"typography\": {\n    \"fontFamilies\": {\n      \"primary\": \"Roboto\",\n      \"heading\": \"Roboto\"\n    },\n    \"fontStacks\": {\n      \"heading\": [\n        \"sans-serif\"\n      ],\n      \"body\": [\n        \"sans-serif\"\n      ],\n      \"paragraph\": [\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\": \"modern\",\n    \"energy\": \"medium\",\n    \"targetAudience\": \"unknown\"\n  },\n  \"designSystem\": {\n    \"framework\": \"unknown\",\n    \"componentLibrary\": \"\"\n  },\n  \"confidence\": {\n    \"buttons\": 0,\n    \"colors\": 0.9,\n    \"overall\": 0.45\n  },\n  \"__llm_metadata\": {\n    \"logoSelection\": {\n      \"llmCalled\": false,\n      \"llmSucceeded\": false,\n      \"finalSource\": \"none\"\n    },\n    \"buttonClassification\": {\n      \"llmCalled\": false,\n      \"llmSucceeded\": false\n    }\n  }\n}\n```\n"
}