glasskube.json
Glasskube Brand Identity
A complete profile of Glasskube's visual system — colors, typography, components, and personality — extracted from https://distr.sh/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/glasskube
- Machine-readable JSON: https://characterquilt.com/branding/glasskube.json
- Per-page llms.txt: https://characterquilt.com/branding/glasskube/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #1E2939 |
| Accent | #0073AA |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #1E2939
- secondary: #101828
- accent: #0073AA
- background: #FFFFFF
- textPrimary: #0073AA
- link: #0073AA
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://distr.sh/_astro/distr.BLLQO2pM.svg
- Favicon: https://distr.sh/favicon.svg
- Social card (og:image): https://distr.sh/og-distr.webp
UI Components
- input: background=#FFFFFF, textColor=#101828, borderColor=#D1D5DC, borderRadius=8px, shadow=none
- buttonPrimary: background=#0073AA, textColor=#FFFFFF, borderColor=#0073AA, borderRadius=8px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#92D1FE, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking for software distribution solutions
Glasskube Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Vendor Portal | Distr
- Distr Launch Week: Our docs are now built with Starlight instead of Docusaurus | Distr
- Vendor Portal | Distr
- Distr vs Replicated | Distr
- Vulnerability Scanning | Distr
- Blog | Distr
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:
- 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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#1E2939",
"secondary": "#101828",
"accent": "#0073AA",
"background": "#FFFFFF",
"textPrimary": "#0073AA",
"link": "#0073AA"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Poppins-0fb18a2593960e18",
"Poppins-0fb18a2593960e18 fallback: Arial",
"sans-serif",
"Inter",
"system-ui"
],
"body": [
"Inter",
"sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Noto Sans",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Inter",
"sans-serif",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Noto Sans",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
]
},
"fontSizes": {
"h1": "60px",
"h2": "36px",
"body": "12.8px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#101828",
"borderColor": "#D1D5DC",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#0073AA",
"textColor": "#FFFFFF",
"borderColor": "#0073AA",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#92D1FE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://distr.sh/_astro/distr.BLLQO2pM.svg",
"favicon": "https://distr.sh/favicon.svg",
"ogImage": "https://distr.sh/og-distr.webp",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Distr'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 2,
"text": "Start free trial",
"reasoning": "Button #2 is selected as the primary CTA because it has a vibrant blue background (#0073AA), which is the brand color, and features action-oriented text 'Start free trial', making it a strong call-to-action."
},
"secondary": {
"index": 4,
"text": "Book Demo",
"reasoning": "Button #4 is selected as the secondary CTA because it has a transparent background, which contrasts with the primary button's vibrant color, and offers a complementary action 'Book Demo'."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses looking for software distribution solutions"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": "unknown"
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Distr'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}