democracyos.json
DemocracyOS Brand Identity
A complete profile of DemocracyOS's visual system — colors, typography, components, and personality — extracted from http://www.democracyos.org. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/democracyos
- Machine-readable JSON: https://characterquilt.com/branding/democracyos.json
- Per-page llms.txt: https://characterquilt.com/branding/democracyos/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #252638 |
| Accent | #00BE63 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #252638
- secondary: #DAE4FF
- accent: #00BE63
- background: #FFFFFF
- textPrimary: #212529
- link: #00BE63
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Favicon: https://snaptik.sc/assets/img/icons-192.png
- Social card (og:image): https://snaptik.sc/assets/img/snapthumb.jpg
UI Components
- input: background=#FFFFFF, textColor=#212529, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#00BE63, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#212529, borderRadius=6px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: TikTok users looking to download videos
DemocracyOS Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- GitHub - DemocracyOS/democracyos: Democracia en Red is focusing on specific implementations of DemocracyOS. We are working now working with governments and activists all over Latin America. If you are interested in our
- Image:
- Source: GitHub
- DemocracyOS – Participedia
- Image:
- Source: Participedia
- DemocracyOS — Jesse Warren | Civic Product Designer
- Image:
- Source: Jesse Warren
- DemocracyOS | World Justice Project
- Image:
- Source: World Justice Project
- GitHub - DemocracyOS/keycloak: Keycloak wrapper for theme development · GitHub
- Image:
- Source: GitHub
- DemocracyOS — Jesse Warren | Civic Product Designer
- Image:
- Source: Jesse Warren
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- 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": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#252638",
"secondary": "#DAE4FF",
"accent": "#00BE63",
"background": "#FFFFFF",
"textPrimary": "#212529",
"link": "#00BE63"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"sans-serif"
],
"body": [
"Inter",
"sans-serif"
],
"paragraph": [
"Inter",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "20px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#212529",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#00BE63",
"textColor": "#FFFFFF",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#212529",
"borderRadius": "6px",
"borderRadiusCorners": {
"topLeft": "6px",
"topRight": "6px",
"bottomRight": "6px",
"bottomLeft": "6px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://snaptik.sc/assets/img/icons-192.png",
"ogImage": "https://snaptik.sc/assets/img/snapthumb.jpg"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "TikTok users looking to download videos"
}
}