explorex.json
Explorex Brand Identity
A complete profile of Explorex's visual system — colors, typography, components, and personality — extracted from https://explorex.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/explorex
- Machine-readable JSON: https://characterquilt.com/branding/explorex.json
- Per-page llms.txt: https://characterquilt.com/branding/explorex/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #895AF6 |
| Accent | #F4F4F5 |
| Body Font | Inter |
| Heading Font | Sora |
Color Palette
- primary: #895AF6
- secondary: #FDECEC
- accent: #F4F4F5
- background: #FFFFFF
- textPrimary: #17171C
- link: #D3F3DF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Sora — https://fonts.google.com/specimen/Sora
Visual Assets
- Logo: https://www.explorex.co/assets/explorex-logo-cTbwZlZ6.png
- Favicon: https://www.explorex.co/favicon.png
- Social card (og:image): https://explorex.co/og-image.png
UI Components
- buttonPrimary: background=#F4F4F5, textColor=#17171C, borderRadius=12px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#895AF6, borderColor=#895AF6, borderRadius=12px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: restaurant owners and operators in India
Explorex Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Taking PWA's The Extra Mile |
- Industry News Archives -
- Blog & Videos — Insights & Updates | Explorex
- Explorex | India's #1 Restaurant Operating System
- Blog & Videos — Insights & Updates | Explorex
- A Guide to Creating an Effective Restaurant Layout: Maximizing Your Restaurant's Potential -
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"
},
{
"family": "Sora",
"role": "heading"
}
],
"colors": {
"primary": "#895AF6",
"secondary": "#FDECEC",
"accent": "#F4F4F5",
"background": "#FFFFFF",
"textPrimary": "#17171C",
"link": "#D3F3DF"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Sora"
},
"fontStacks": {
"heading": [
"Sora",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "72px",
"h2": "36px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#F4F4F5",
"textColor": "#17171C",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#895AF6",
"borderColor": "#895AF6",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.explorex.co/assets/explorex-logo-cTbwZlZ6.png",
"favicon": "https://www.explorex.co/favicon.png",
"ogImage": "https://explorex.co/og-image.png",
"logoHref": "/",
"logoAlt": "Explorex"
},
"__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 'Explorex'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 5,
"text": "Learn More About Bridge OS",
"reasoning": "Button #0 has a distinct blue background (#F4F4F5) and action-oriented text 'Learn More About Bridge OS', making it stand out as the primary CTA."
},
"secondary": {
"index": 18,
"text": "Explore Elite",
"reasoning": "Button #8 has a white background with a purple text color (#895AF6), which complements the primary button's color and serves as a secondary action with the text 'Explore Elite'."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "restaurant owners and operators in India"
},
"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, links to the homepage, and matches the brand name 'Explorex'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}