AI-native design language library. Each theme is a complete CSS framework + docs that AI can read to generate consistent pages.
- Pick a theme from
themes/ - AI reads the theme's
README.md(orstyle.cssfor deeper understanding) - AI writes HTML using the theme's CSS classes
- Pages are visually consistent without custom CSS
Each theme has exactly 4 files:
themes/{industry}/{theme-id}/
├── README.md ← AI entry point: component table, HTML patterns, colors, fonts
├── style.css ← CSS framework: all components as classes
├── rules.md ← Design constraints (colors, spacing, animation rules)
└── tokens.json ← Design tokens (raw color/font/spacing values)
Default (Layer 2): Read only README.md — it has everything you need.
https://raw.githubusercontent.com/Zhuanz-AI/syllo-ui/main/themes/cafe/warm-coffee/README.md
Deep (Layer 1): Read style.css + rules.md for full component understanding.
| Theme | Industry | Vibe |
|---|---|---|
| warm-coffee | Cafe | Handcrafted warmth, paper textures, chalkboard elements |
- Copy
themes/cafe/warm-coffee/as template - Replace tokens in
tokens.json(colors, fonts) - Rewrite
style.csswith new component styles (keep class names consistent) - Update
rules.mdwith design constraints - Update
README.mdwith component reference table
Class names (.nav, .hero, .card, .btn, etc.) stay consistent across themes. Only the styles change.
- Pure HTML + CSS + vanilla JS (no frameworks)
- Phosphor Icons
- Google Fonts (with CJK fallbacks)
- Unsplash images