How It Works
Multi-domain search executes (5 parallel searches)
- Product type matching (100 categories)
- Style recommendations (67 styles)
- Color palette selection (96 palettes)
- Landing page patterns (24 patterns)
- Typography pairing (57 font combinations)
Reasoning engine applies industry rules
- Match product → UI category rules
- Apply style priorities (BM25 ranking)
- Filter anti-patterns for industry
- Process decision rules (JSON conditions)
Generate Design System
Basic Command
Generate a design system recommendation:With Project Name
Add a project name for branded output:Output Formats
Real-World Examples
SaaS Dashboard
- Pattern: Feature-Rich Showcase + Data-Dense Dashboard
- Style: Glassmorphism + Data-Dense
- Colors: Trust blue (#2563EB), Neutral grey, Accent contrast
- Typography: Inter / IBM Plex Sans (Modern, professional)
- Effects: Hover tooltips, Chart zoom, Real-time pulse
- Anti-patterns: Ornate design, Slow rendering, AI purple/pink gradients
E-commerce Store
- Pattern: Feature-Rich Showcase + Hero-Centric
- Style: Liquid Glass + Glassmorphism
- Colors: Premium colors (Black, Gold, White), Minimal accent
- Typography: Playfair Display / Montserrat (Elegant, refined)
- Effects: Chromatic aberration, Fluid animations (400-600ms)
- Anti-patterns: Vibrant & Block-based, Playful colors
Healthcare App
- Pattern: Trust & Authority + Conversion
- Style: Accessible & Ethical + Minimalism
- Colors: Medical Blue (#0077B6), Trust White, Health Green
- Typography: Source Sans Pro / Open Sans (Readable, professional)
- Effects: Soft box-shadow, Smooth press (150ms)
- Anti-patterns: Bright neon colors, Motion-heavy animations, AI purple/pink gradients
- Requirements: WCAG AAA compliance, Emergency contact prominent
Gaming Platform
- Pattern: Feature-Rich Showcase + Interactive Demo
- Style: 3D & Hyperrealism + Retro-Futurism
- Colors: Vibrant, Neon accents, Immersive gradients
- Typography: Rajdhani / Roboto (Bold, impactful)
- Effects: WebGL 3D rendering, Glitch effects, Real-time stats
- Anti-patterns: Minimalist design, Static assets
Reasoning Engine
The design system generator includes 100 industry-specific reasoning rules:Rule Categories
| Category | Examples |
|---|---|
| Tech & SaaS | SaaS, Micro SaaS, B2B Enterprise, Developer Tools, AI/Chatbot Platform |
| Finance | Fintech, Banking, Crypto, Insurance, Trading Dashboard |
| Healthcare | Medical Clinic, Pharmacy, Dental, Veterinary, Mental Health |
| E-commerce | General, Luxury, Marketplace, Subscription Box |
| Services | Beauty/Spa, Restaurant, Hotel, Legal, Consulting |
| Creative | Portfolio, Agency, Photography, Gaming, Music Streaming |
| Emerging Tech | Web3/NFT, Spatial Computing, Quantum Computing, Autonomous Systems |
Rule Structure
Each reasoning rule includes:Recommended Pattern
Recommended Pattern
Landing page structure (Hero-Centric, Feature-Rich, Conversion-Optimized, etc.)
Style Priority
Style Priority
Best matching UI styles with performance and accessibility ratings
Color Mood
Color Mood
Industry-appropriate color palettes with hex codes
Typography Mood
Typography Mood
Font personality matching with Google Fonts imports
Key Effects
Key Effects
Animations, transitions, and interaction patterns
Decision Rules
Decision Rules
JSON conditions for dynamic recommendations
Anti-Patterns
Anti-Patterns
What NOT to do (e.g., “AI purple/pink gradients” for banking)
Decision Rules Example
Fromui-reasoning.csv for Fintech/Banking:
Multi-Domain Search Details
The design system generator performs 5 parallel searches:1. Product Type Matching
Database:products.csv (100 categories)
Query: Product type keywords extracted from user request
Returns:
- Matched product category
- Recommended UI category
- Industry classification
2. Style Recommendations
Database:styles.csv (67 styles)
Query: Industry + style keywords
Returns:
- Style name (Glassmorphism, Soft UI Evolution, etc.)
- Visual keywords
- Performance rating
- Accessibility level
- Best use cases
3. Color Palette Selection
Database:colors.csv (96 palettes)
Query: Product type + mood keywords
Returns:
- Primary, secondary, CTA colors (hex codes)
- Background and text colors
- Usage notes
- Industry appropriateness
4. Landing Page Patterns
Database:landing.csv (24 patterns)
Query: Conversion goals + product type
Returns:
- Pattern name (Hero-Centric, Feature-Rich, etc.)
- Section structure
- CTA strategy
- Conversion tactics
5. Typography Pairing
Database:typography.csv (57 pairings)
Query: Brand mood + industry
Returns:
- Heading font / Body font
- Font personality (Elegant, Modern, Playful, etc.)
- Google Fonts import URL
- Best use cases
Integration with AI Assistants
Auto-Activation
In skill mode (Claude Code, Cursor, Windsurf), the design system generator activates automatically:Manual Invocation
For workflow mode (Kiro, GitHub Copilot):Pre-Delivery Checklist
Every design system includes a 7-point checklist for quality assurance:- No emojis as icons - Use SVG icons (Heroicons/Lucide)
- cursor-pointer on clickables - All interactive elements
- Smooth transitions - 150-300ms for hover states
- Text contrast - 4.5:1 minimum in light mode
- Focus states visible - For keyboard navigation
- prefers-reduced-motion - Respect user preferences
- Responsive breakpoints - 375px, 768px, 1024px, 1440px
Common Anti-Patterns
The reasoning engine actively filters out anti-patterns:Next Steps
Persist Design System
Learn the Master + Overrides pattern for hierarchical retrieval
Stack Guidelines
Get implementation-specific best practices for your tech stack