linkgrep.json
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 — Google Fonts
- heading: Gambarino-Regular — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
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:
- Source: linkgrep.com
- LinkGrep | Making browsers more team friendly
- Image:
- Source: linkgrep.com
- LinkGrep
- Image:
- Source: blog.linkgrep.com
- LinkGrep
- Image:
- Source: blog.linkgrep.com
- LinkGrep | Making browsers more team friendly
- Image:
- Source: linkgrep.com
- Rent Revolution, Browser Collaboration Made Easy, Streamlining Market Research
- Image:
- Source: openscout.substack.com
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"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
}
}
}