dataleap.json
Dataleap Brand Identity
A complete profile of Dataleap's visual system — colors, typography, components, and personality — extracted from https://dataleap.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/dataleap
- Machine-readable JSON: https://characterquilt.com/branding/dataleap.json
- Per-page llms.txt: https://characterquilt.com/branding/dataleap/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #7D8FF2 |
| Accent | #7D8FF2 |
| Body Font | Helvetica Now Text Regular |
| Heading Font | Helvetica Now Display Regular |
Color Palette
- primary: #7D8FF2
- accent: #7D8FF2
- background: #161618
- textPrimary: #161618
- link: #0000EE
Typography
- primary: Helvetica Now Text Regular — https://fonts.google.com/specimen/Helvetica+Now+Text+Regular
- heading: Helvetica Now Display Regular — https://fonts.google.com/specimen/Helvetica+Now+Display+Regular
Visual Assets
- Favicon: https://framerusercontent.com/images/KPZWn7tW9hHfQknuF98Gp7P6itc.svg
- Social card (og:image): https://framerusercontent.com/images/DYctGVK3a6dmuOakubsL8XYBFEc.png
UI Components
- input: background=#FFFFFF, textColor=#292524, borderColor=#F3F2F1, borderRadius=16px, shadow=none
- buttonPrimary: background=#7D8FF2, textColor=#0000EE, borderRadius=12px, shadow=none
- buttonSecondary: background=#F5F5F4, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Dataleap Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Dataleap - Blog
- Dataleap - Blog
- Dataleap - Blog
- Dataleap - Terms of Service
- Dataleap - Privacy Policy
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": "dark",
"fonts": [
{
"family": "Helvetica Now Display Regular",
"role": "heading"
},
{
"family": "Helvetica Now Text Regular",
"role": "body"
},
{
"family": "DM Sans",
"role": "body"
},
{
"family": "Geist Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#7D8FF2",
"accent": "#7D8FF2",
"background": "#161618",
"textPrimary": "#161618",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Now Text Regular",
"heading": "Helvetica Now Display Regular"
},
"fontStacks": {
"heading": [
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"DM Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "12px",
"h2": "12px",
"body": "32px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#292524",
"borderColor": "#F3F2F1",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#7D8FF2",
"textColor": "#0000EE",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F5F5F4",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/KPZWn7tW9hHfQknuF98Gp7P6itc.svg",
"ogImage": "https://framerusercontent.com/images/DYctGVK3a6dmuOakubsL8XYBFEc.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No suitable brand logo was found. Both candidates are tiny and not prominently placed in the header, which is atypical for a main brand logo.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Get Started",
"reasoning": "Button #1 ('Get Started') uses the vibrant brand color #7D8FF2, which is consistent with the primary CTA style. The text 'Get Started' is action-oriented, making it a strong candidate for the primary CTA."
},
"secondary": {
"index": 0,
"text": "Try This",
"reasoning": "Button #0 ('Try This') has a different background color (#F5F5F4) and serves as a secondary action with a more neutral appearance."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy 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": -1,
"selectedLogoReasoning": "No suitable brand logo was found. Both candidates are tiny and not prominently placed in the header, which is atypical for a main brand logo.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}