llms.txt
Jet Admin Brand Identity
A complete profile of Jet Admin's visual system — colors, typography, components, and personality — extracted from https://jetadmin.io. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #02051A |
| Accent | #2B50ED |
| Body Font | Maisonneue Medium |
| Heading Font | Maisonneue Demi |
Color Palette
- primary: #02051A
- secondary: #EEF1FF
- accent: #2B50ED
- background: #FFFFFF
- textPrimary: #141414
- link: #2B50ED
Typography
- primary: Maisonneue Medium — https://fonts.google.com/specimen/Maisonneue+Medium
- heading: Maisonneue Demi — https://fonts.google.com/specimen/Maisonneue+Demi
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FFFFFF, textColor=#333333, borderColor=#CCCCCC, borderRadius=15.82px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: business professionals
Jet Admin Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How to build business apps for your Xano backend without code
- Build an Approval Task Queue for your app
- Image:
- Source: https://www.jetadmin.io/blog/approval-task-queue/
- How VIVART is Building the World's Largest Online Gallery with Jet Admin
- Image:
- Source: https://www.jetadmin.io/blog/vivart-user-story/
- How to Build a CRUD App in Minutes
- Image:
- Source: https://www.jetadmin.io/blog/crudappinminutes/
- How VIVART is Building the World's Largest Online Gallery with Jet Admin
- Image:
- Source: https://www.jetadmin.io/blog/vivart-user-story/
- Empower your Firebase with SQL features: Sync data from Firebase or Firestore to PostgreSQL database in real-time
- Image:
- Source: https://www.jetadmin.io/blog/firestore-to-postgresql/
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": "Maisonneue Medium",
"role": "body"
},
{
"family": "Maisonneue Demi",
"role": "heading"
}
],
"colors": {
"primary": "#02051A",
"secondary": "#EEF1FF",
"accent": "#2B50ED",
"background": "#FFFFFF",
"textPrimary": "#141414",
"link": "#2B50ED"
},
"typography": {
"fontFamilies": {
"primary": "Maisonneue Medium",
"heading": "Maisonneue Demi"
},
"fontStacks": {
"heading": [
"Maisonneue Demi",
"sans-serif"
],
"body": [
"Maisonneue Medium",
"sans-serif"
],
"paragraph": [
"Maisonneue Medium",
"sans-serif"
]
},
"fontSizes": {
"h1": "95.04px",
"h2": "64px",
"body": "17.92px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "22px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#333333",
"borderColor": "#CCCCCC",
"borderRadius": "15.82px",
"borderRadiusCorners": {
"topLeft": "15.82px",
"topRight": "15.82px",
"bottomRight": "15.82px",
"bottomLeft": "15.82px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/65326fbe9fe7e9c8bda30641/6536c4343394db8e75d87308_Frame%201321314983.svg",
"favicon": "https://cdn.prod.website-files.com/65326fbe9fe7e9c8bda30641/65a0de7b4758add86187e6d4_Group%201321314156.png",
"ogImage": null
},
"__llm_logo_reasoning": {
"selectedIndex": 45,
"reasoning": "Logo rejected: Red flags detected (menu word). Selected #1 because it is visible, located in the header, medium-sized, and links to the homepage, matching the brand Jet Admin.",
"confidence": 0.9,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "business professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.95,
"overall": 0.475
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is visible, located in the header, medium-sized, and links to the homepage, matching the brand Jet Admin.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}