llms.txt
Decipher AI Brand Identity
A complete profile of Decipher AI's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #374151 |
| Accent | #0000EE |
| Body Font | Geist |
| Heading Font | Geist |
Color Palette
- primary: #374151
- secondary: #6B7280
- accent: #0000EE
- background: #FFFFFF
- textPrimary: #000000
- link: #0000EE
Typography
- primary: Geist — Google Fonts
- heading: Geist — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#0000EE, borderRadius=4px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals
Decipher AI Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Decipher x Claude: Let Claude Code generate self-maintaining E2E tests
- Image:
- Source: Get Decipher Blog
- Decipher AI - AI-powered QA and Automated Testing
- Image:
- Source: Get Decipher Blog
- Lessons from Using Google Gemini for Video Analysis
- Image:
- Source: Get Decipher Blog
Working with these fonts
Not found on Google Fonts? Here’s a flow to capture and use the fonts with permission:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and navigate to capture all font URLs.
- Download the font locally to your machine.
- Copy out the matching @font-face declarations from the page's CSS.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Geist",
"role": "body"
},
{
"family": "Geist Placeholder",
"role": "unknown"
},
{
"family": "Geist Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#374151",
"secondary": "#6B7280",
"accent": "#0000EE",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Geist"
},
"fontStacks": {
"heading": [
"Geist",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Geist",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "4px",
"shadow": "none"
}
},
"images": {
"logo": "https://framerusercontent.com/images/1jjNJ6x0ZX245C4KPTkMA73FvZw.svg?width=151&height=34",
"favicon": "https://framerusercontent.com/images/37AZdLOQ2eCg0adEfTUyC9vKPEo.png",
"ogImage": "https://framerusercontent.com/assets/S7rra2dwOYqcj1eZCPyXElLLdwQ.png"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech professionals"
}
}