# LinkGrep Brand Identity A complete profile of **LinkGrep**'s visual system — colors, typography, components, and personality — extracted from https://linkgrep.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/linkgrep - Machine-readable JSON: https://characterquilt.com/branding/linkgrep.json - Per-page llms.txt: https://characterquilt.com/branding/linkgrep/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FFF0F2 | | Accent | #FDA4AF | | Body Font | Satoshi-Variable | | Heading Font | Gambarino-Regular | ## Color Palette - primary: #FFF0F2 - secondary: #9CA3AF - accent: #FDA4AF - background: #FFF0F2 - textPrimary: #000000 - link: #FDA4AF ## Typography - primary: Satoshi-Variable — https://fonts.google.com/specimen/Satoshi-Variable - heading: Gambarino-Regular — https://fonts.google.com/specimen/Gambarino-Regular ## Visual Assets - Logo: https://www.linkgrep.com/_astro/linkgrep-logo-wide-no-pad.4f3857e7.png - Favicon: https://www.linkgrep.com/favicon.svg - Social card (og:image): https://www.linkgrep.com/linkgrep-og-3.png ## UI Components - buttonPrimary: background=#FDA4AF, textColor=#000000, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: teams and professionals looking for browser collaboration tools ## LinkGrep Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **LinkGrep | Making browsers more team friendly** - Image: https://i.ytimg.com/vi/jwcPGDRy4oQ/maxresdefault.jpg - Source: https://www.linkgrep.com/ - **LinkGrep | Making browsers more team friendly** - Image: https://www.linkgrep.com/linkgrep-og-3.png - Source: https://www.linkgrep.com/ - **LinkGrep** - Image: https://cdn.hashnode.com/res/hashnode/image/upload/v1676433487103/SxnnMevUQ.png - Source: https://blog.linkgrep.com/ - **LinkGrep** - Image: https://cdn.hashnode.com/res/hashnode/image/upload/v1676432653160/c3a115ad-df89-4f82-9d8b-737fd56d019d.jpeg - Source: https://blog.linkgrep.com/ - **LinkGrep | Making browsers more team friendly** - Image: https://www.linkgrep.com/_astro/linkgrep-logo-wide-no-pad.4f3857e7.png - Source: https://www.linkgrep.com/ - **Rent Revolution, Browser Collaboration Made Easy, Streamlining Market Research** - Image: https://substackcdn.com/image/fetch/$s_!G2eP!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd3420be5-c588-4ab7-b53c-fd9781b018a1_1600x506.png - Source: https://openscout.substack.com/p/rent-revolution-browser-collaboration ## 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": "Satoshi-Variable", "role": "body" }, { "family": "Gambarino-Regular", "role": "heading" } ], "colors": { "primary": "#FFF0F2", "secondary": "#9CA3AF", "accent": "#FDA4AF", "background": "#FFF0F2", "textPrimary": "#000000", "link": "#FDA4AF" }, "typography": { "fontFamilies": { "primary": "Satoshi-Variable", "heading": "Gambarino-Regular" }, "fontStacks": { "heading": [ "Gambarino-Regular" ], "body": [ "Satoshi-Variable", "sans-serif" ], "paragraph": [ "Satoshi-Variable", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "60px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#FDA4AF", "textColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "https://www.linkgrep.com/_astro/linkgrep-logo-wide-no-pad.4f3857e7.png", "favicon": "https://www.linkgrep.com/favicon.svg", "ogImage": "https://www.linkgrep.com/linkgrep-og-3.png", "logoAlt": "LinkGrep" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and the alt text matches the brand name 'LinkGrep'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Request Early Access →", "reasoning": "The button 'Request Early Access →' uses a vibrant accent color (#FDA4AF) which aligns with the brand's accent color, making it the primary call-to-action." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is only one button detected, so no secondary button is available." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "teams and professionals looking for browser collaboration tools" }, "designSystem": { "framework": "tailwind", "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 the alt text matches the brand name 'LinkGrep'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```