tipe.json
Tipe Brand Identity
A complete profile of Tipe's visual system — colors, typography, components, and personality — extracted from https://tipe.io. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/tipe
- Machine-readable JSON: https://characterquilt.com/branding/tipe.json
- Per-page llms.txt: https://characterquilt.com/branding/tipe/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #BB86FC |
| Accent | #0000EE |
| Body Font | Quattrocento Sans |
| Heading Font | Work Sans |
Color Palette
- primary: #BB86FC
- secondary: #03DAC6
- accent: #0000EE
- background: #000000
- textPrimary: #FFFFFF
- link: #0000EE
Typography
- primary: Quattrocento Sans — https://fonts.google.com/specimen/Quattrocento+Sans
- heading: Work Sans — https://fonts.google.com/specimen/Work+Sans
Visual Assets
- Logo:
- Favicon:
- Social card (og:image): /internal/facebook-white-key.png
Brand Personality
Tone: modern · Energy: medium · Audience: developers and tech-savvy users
Tipe Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Tipe: Мощная CMS для приложений Jamstack
- Image:
- Source: Tipe
- Migration Period The Vandals. ?? Uncertain Unpublished tipe !!! AD 450-490. ??? Nummus Æ 9 mm., 0,6 g. very fine . Extremely rare !
- Image:
- Source: Migration Period
- Apa itu Landing Page? Tipe, Manfaat, dan Cara Kerjanya
- Image:
- Source: Landing Page
- PDF) The TIPE Molecular Pilot That Directs Lymphocyte Migration in Health and Inflammation
- Image:
- Source: The TIPE Molecular Pilot
- tipe2023 #tipe #womenin3dprinting #additivemanufacturing #3dprinting | Cumberland Additive, Inc.
- Image:
- Source: Cumberland Additive
- I dont understand the results... what is my tipe? (in other test i get intp) : r/Enneagram
- Image:
- Source: Enneagram
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": "Quattrocento Sans",
"role": "body"
},
{
"family": "Work Sans",
"role": "heading"
}
],
"colors": {
"primary": "#BB86FC",
"secondary": "#03DAC6",
"accent": "#0000EE",
"background": "#000000",
"textPrimary": "#FFFFFF",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Quattrocento Sans",
"heading": "Work Sans"
},
"fontStacks": {
"heading": [
"Work Sans",
"sans-serif"
],
"body": [
"Quattrocento Sans",
"sans-serif"
],
"paragraph": [
"Quattrocento Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "64px",
"h2": "36px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "3px"
},
"components": {},
"images": {
"logo": "https://tipe.io/internal/tipe-full-white.png?w=100?w=300",
"favicon": "https://tipe.io/apple-touch-icon.png",
"ogImage": "/internal/facebook-white-key.png"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Logo rejected: Red flags detected (UI icon). Selected #0 because it is visible, located in the header, links to the homepage, and the alt text contains the brand name 'Tipe'.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "developers and tech-savvy users"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text contains the brand name 'Tipe'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}