llms.txt
Dittofeed Brand Identity
A complete profile of Dittofeed's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #EDCE77 |
| Accent | #EDCE77 |
| Body Font | Inter |
| Heading Font | Dmsans |
Color Palette
- primary: #EDCE77
- secondary: #FF9C66
- accent: #EDCE77
- background: #151514
- textPrimary: #151514
- link: #0000EE
Typography
- primary: Inter — Google Fonts
- heading: Dmsans — Google Fonts
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#151514, textColor=#F6F6F5, borderColor=#3B3B39, borderRadius=8px, shadow=none
- buttonPrimary: background=#EDCE77, textColor=#151514, borderColor=#0F0F0F, borderRadius=80px, shadow=rgba(16, 24, 40, 0.05) 0px 1px 2px 0px
- buttonSecondary: background=#1F1E1D, textColor=#D2D1CE, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Dittofeed Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
System Architecture - Dittofeed
Source: Contributing Architecture
Dittofeed | Open-source Customer Engagement Blog
Source: Blog
Webhook Template Editor - Dittofeed
Source: Webhook Editor
Release v0.19.0
Source: Release v0.19.0
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": "Inter",
"role": "body"
},
{
"family": "Dmsans",
"role": "heading"
}
],
"colors": {
"primary": "#EDCE77",
"secondary": "#FF9C66",
"accent": "#EDCE77",
"background": "#151514",
"textPrimary": "#151514",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Dmsans"
},
"fontStacks": {
"heading": [
"Dmsans",
"sans-serif"
],
"body": [
"Dmsans",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "14px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"input": {
"background": "#151514",
"textColor": "#F6F6F5",
"borderColor": "#3B3B39",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#EDCE77",
"textColor": "#151514",
"borderColor": "#0F0F0F",
"borderRadius": "80px",
"borderRadiusCorners": {
"topLeft": "80px",
"topRight": "80px",
"bottomRight": "80px",
"bottomLeft": "80px"
},
"shadow": "rgba(16, 24, 40, 0.05) 0px 1px 2px 0px"
},
"buttonSecondary": {
"background": "#1F1E1D",
"textColor": "#D2D1CE",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/664393f5bd2b0c6d4fdf5437/6644bdae885be8fd1dc8e029_Logo.svg",
"favicon": "https://cdn.prod.website-files.com/664393f5bd2b0c6d4fdf5437/6660af223efe69a76107dc35_Dittofeed_newLogo_graphicOnly_favicon.png",
"ogImage": "https://cdn.prod.website-files.com/664393f5bd2b0c6d4fdf5437/6848bc711eb36a4a566f65ad_3a1fb1ad611c0dcb0e506b3169e0e47f_og-dittofeed-homepage.png",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 11,
"reasoning": "Selected #11 because it is visible, medium-sized, and links to the homepage, matching the brand 'Dittofeed'.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Start Messaging",
"reasoning": "Button #1 'Start Messaging' uses the vibrant brand color #EDCE77 and has action-oriented text, making it the primary CTA."
},
"secondary": {
"index": 0,
"text": "Get Started\n\nBook a Demo",
"reasoning": "Button #0 'Get Started Book a Demo' has a different background color (#1F1E1D) and serves as a secondary action."
},
"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": 11,
"selectedLogoReasoning": "Selected #11 because it is visible, medium-sized, and links to the homepage, matching the brand 'Dittofeed'.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}