datasuite.json
DataSuite Brand Identity
A complete profile of DataSuite's visual system — colors, typography, components, and personality — extracted from https://truthsuite.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #000000 |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #0000EE
- accent: #000000
- background: #FFFFFF
- textPrimary: #000000
- link: #64748B
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=8px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: legal professionals and businesses
DataSuite Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- AI Legal Assistant & Document Summary Tools | Truthsuite
- AI Legal Assistant & Document Summary Tools | Truthsuite
- AI Legal Assistant & Document Summary Tools | Truthsuite
- TruthSuite
- SONAPHONE DataSuite Software for Predictive Maintenance
- SONAPHONE DataSuite Software for Predictive Maintenance
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": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#000000",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#64748B"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Roboto",
"sans-serif"
],
"body": [
"Roboto",
"sans-serif"
],
"paragraph": [
"Roboto",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "56px",
"body": "12px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#000000",
"textColor": "#FFFFFF",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://cdn.prod.website-files.com/671f5b57e716b4d44b69208c/672a5d2b6ca22eecdb457cfe_TruthSuite_Just_Logo_2.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No candidate was clearly located in the header or linked to the homepage, which are strong indicators of a main brand logo. All candidates were located in the body and lacked distinguishing features.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Try for Free",
"reasoning": "Button #0 has a dark background (#000000) which stands out more prominently against the light background, making it a stronger call-to-action visually."
},
"secondary": {
"index": 1,
"text": "Try for Free",
"reasoning": "Button #1 has a light background (#FFFFFF) which is less prominent, making it suitable as a secondary option."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "legal professionals and businesses"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No candidate was clearly located in the header or linked to the homepage, which are strong indicators of a main brand logo. All candidates were located in the body and lacked distinguishing features.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}