bystreet.json
Bystreet Brand Identity
A complete profile of Bystreet's visual system — colors, typography, components, and personality — extracted from http://www.bystreet.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/bystreet
- Machine-readable JSON: https://characterquilt.com/branding/bystreet.json
- Per-page llms.txt: https://characterquilt.com/branding/bystreet/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #94877C |
| Accent | #2B180A |
| Body Font | Geist |
| Heading Font | Halant |
Color Palette
- primary: #94877C
- secondary: #EFE7DD
- accent: #2B180A
- background: #FCF6EF
- textPrimary: #2B180A
- link: #2B180A
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Halant — https://fonts.google.com/specimen/Halant
Visual Assets
- Favicon: https://framerusercontent.com/images/7zEufp7YNyvO8uBAipXxcNovAA4.png
- Social card (og:image): https://framerusercontent.com/images/DtRBnC3VxJPlvP7WrHuLTceGM5Q.png
UI Components
- buttonPrimary: background=#2B180A, textColor=#0000EE, borderRadius=12px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: hospitality industry professionals
Bystreet Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Bystreet - AI Hospitality Deal Sourcing Platform
- Bystreet - AI Hospitality Deal Sourcing Platform
- Bystreet - AI Hospitality Deal Sourcing Platform
- Bystreet - AI Hospitality Deal Sourcing Platform
- Bystreet (Russia – Oi!) | oioimusic.com
- Bystreet (YC W25) provides comprehensive intelligence on 8,000+ hotels across the Caribbean and Latin America — from property ownership and key decision-makers with verified contact data, to hotel… | Y Combinator | 22 comments
- Image: https://media.licdn.com/dms/image/v2/D4E22AQHDhNQN_AYRvw/feedshare-shrink_800/B4EZ0Kj3eAGkAg-/0/1773998667974?e=2147483647&v=beta&t=SyDoCs5MoPHbTiL6BbdyDTTQ8kDiITE-0Dhq6-DKiXM
- Source: https://www.linkedin.com/posts/y-combinator_bystreet-yc-w25-provides-comprehensive-activity-7431744724778258432-rqYt
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": "Geist",
"role": "body"
},
{
"family": "Halant",
"role": "heading"
}
],
"colors": {
"primary": "#94877C",
"secondary": "#EFE7DD",
"accent": "#2B180A",
"background": "#FCF6EF",
"textPrimary": "#2B180A",
"link": "#2B180A"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Halant"
},
"fontStacks": {
"heading": [
"Halant",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Geist",
"sans-serif"
]
},
"fontSizes": {
"h1": "70px",
"h2": "56px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#2B180A",
"textColor": "#0000EE",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
}
},
"images": {
"logo": null,
"favicon": "https://framerusercontent.com/images/7zEufp7YNyvO8uBAipXxcNovAA4.png",
"ogImage": "https://framerusercontent.com/images/DtRBnC3VxJPlvP7WrHuLTceGM5Q.png"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Get started Get started",
"reasoning": "The button labeled 'Get started' is typically a strong call-to-action, indicating the primary action the user should take. It is common for primary CTAs to encourage users to begin their journey or interaction with the platform."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "Both buttons share the same background color, making it impossible to select a secondary button with a different color as required. Therefore, no valid secondary button exists."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "hospitality industry professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.95,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none"
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}