# Jazzberry Brand Identity A complete profile of **Jazzberry**'s visual system — colors, typography, components, and personality — extracted from https://jazzberry.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/jazzberry - Machine-readable JSON: https://characterquilt.com/branding/jazzberry.json - Per-page llms.txt: https://characterquilt.com/branding/jazzberry/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | Lora | | Heading Font | Lora | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #000000 ## Typography - primary: Lora — https://fonts.google.com/specimen/Lora - heading: Lora — https://fonts.google.com/specimen/Lora ## Visual Assets - Favicon: https://cartpole.com/logo-512.png ## UI Components - buttonPrimary: background=#FFFFFF, textColor=#000000, borderColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: minimalist · Energy: low · Audience: unknown ## Jazzberry Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **jazzberry.com – Jazzberry** - Image: https://jazzberry.shop/cdn/shop/files/Jazzberry_web_banner_1.png?v=1761728942&width=3840 - Source: https://jazzberry.shop/?srsltid=AfmBOoremdOnZU1KRe3-Si2n1WC3X4_IMMnvykbHksMfms3fmgZXihIw - **Jazzberry Features, Pricing, and Alternatives | AI Tools** - Image: https://cdn.sanity.io/images/q0fo807q/production/798c8e6f07aed8d7126f1be3940b00461ca68901-1990x1090.png?w=1200&q=100&fit=max&auto=format - Source: https://aitools.inc/tools/jazzberry - **Jazzberry Features, Pricing, and Alternatives | AI Tools** - Image: https://cdn.sanity.io/images/q0fo807q/production/9bebb9f327287282ad1028ac936961a186c51fa4-1990x1090.png?w=1200&q=100&fit=max&auto=format - Source: https://aitools.inc/tools/jazzberry - **Jazzberry Fruit — The Peculiar Manicule** - Image: https://images.squarespace-cdn.com/content/v1/5bbba684348cd953ae500ae4/1552283061703-819YJ993JO2JBUISASUV/jazzberry-fruit.jpg - Source: https://www.peculiarmanicule.com/jazzberry-fruit - **Jazzberry | AI bug finding with real code execution | Product Hunt** - Image: https://ph-files.imgix.net/9a5fa01d-31c9-446f-b5dc-6c0d2b979c11.png?auto=format&fit=crop - Source: https://www.producthunt.com/products/jazzberry ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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. Programmatic 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. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Lora", "role": "body" }, { "family": "Inter", "role": "body" }, { "family": "JetBrains Mono", "role": "monospace" } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "Lora", "heading": "Lora" }, "fontStacks": { "heading": [ "Computer Modern Serif", "serif" ], "body": [ "Inter", "system-ui", "sans-serif" ], "paragraph": [ "Lora", "serif" ] }, "fontSizes": { "h1": "64px", "h2": "64px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "buttonPrimary": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://cartpole.com/logo-512.png", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Contact Us", "reasoning": "The 'Contact Us' button is the only button available, making it the default primary CTA. It is prominently placed and uses a contrasting text color against its background." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is no other button available to serve as a secondary CTA." }, "confidence": 0.9 }, "personality": { "tone": "minimalist", "energy": "low", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.8, "overall": 0.8500000000000001 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```