flockjay.json
Flockjay Brand Identity
A complete profile of Flockjay's visual system — colors, typography, components, and personality — extracted from https://flockjay.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/flockjay
- Machine-readable JSON: https://characterquilt.com/branding/flockjay.json
- Per-page llms.txt: https://characterquilt.com/branding/flockjay/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #508BEF |
| Accent | #508BEF |
| Body Font | Satoshi Medium |
| Heading Font | Satoshi Medium |
Color Palette
- primary: #508BEF
- secondary: #F2EBFF
- accent: #508BEF
- background: #FFFFFF
- textPrimary: #1D1E21
- link: #0000EE
Typography
- primary: Satoshi Medium — https://fonts.google.com/specimen/Satoshi+Medium
- heading: Satoshi Medium — https://fonts.google.com/specimen/Satoshi+Medium
Visual Assets
- Logo: https://framerusercontent.com/images/nsUIQqms1QiFbprnxzHnffk7huU.svg
- Favicon: https://framerusercontent.com/images/xiYUsXretucQcAIsYgIo9tquWro.svg
- Social card (og:image): https://framerusercontent.com/images/CuF6yNbSP7SpVrFJ8bUJlf3gKnk.png
UI Components
- buttonPrimary: background=#508BEF, textColor=#FFFFFF, borderRadius=10px, shadow=none
- buttonSecondary: background=#EAF1FD, textColor=#1D1E21, borderRadius=10px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: sales teams and professionals
Flockjay Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How to Capture Sales Ideas and Strategies in Slack
- Sales Enablement Tips and News | Flockjay
- Sales Enablement Tips and News | Flockjay
- What Is a Competitive Battlecard?
- How To Create Sales Training Content
- How to Bootstrap Sales Enablement for a Small Business
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": "Satoshi Medium",
"role": "body"
}
],
"colors": {
"primary": "#508BEF",
"secondary": "#F2EBFF",
"accent": "#508BEF",
"background": "#FFFFFF",
"textPrimary": "#1D1E21",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Satoshi Medium",
"heading": "Satoshi Medium"
},
"fontStacks": {
"heading": [
"false Semi-bold",
"false Semi-bold Placeholder",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"false Semi-bold",
"false Semi-bold Placeholder",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "64px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#508BEF",
"textColor": "#FFFFFF",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#EAF1FD",
"textColor": "#1D1E21",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://framerusercontent.com/images/nsUIQqms1QiFbprnxzHnffk7huU.svg",
"favicon": "https://framerusercontent.com/images/xiYUsXretucQcAIsYgIo9tquWro.svg",
"ogImage": "https://framerusercontent.com/images/CuF6yNbSP7SpVrFJ8bUJlf3gKnk.png",
"logoHref": "./"
},
"__llm_logo_reasoning": {
"selectedIndex": 2,
"reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'Flockjay'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Accept",
"reasoning": "Button #1 with text 'Accept' uses the vibrant brand color #508BEF, making it the primary CTA."
},
"secondary": {
"index": 0,
"text": "Reject",
"reasoning": "Button #0 with text 'Reject' uses a lighter blue #EAF1FD, making it suitable as a secondary button."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "sales teams and professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 2,
"selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand name 'Flockjay'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}