86K stars for an AI design consultant in a JSON file
A curated rulebook that tells LLMs how to pick colors, fonts, and layouts for 161 different product types.

What it does UI UX Pro Max is an “AI skill” — essentially a hefty prompt engineering package — that feeds design intelligence to coding assistants like Claude, Cursor, or Copilot. You describe your project (“a beauty spa landing page”), and it returns a complete design system: pattern, color palette, typography, animations, anti-patterns to avoid, and a pre-delivery accessibility checklist.
The interesting bit The heavy lifting isn’t code; it’s taxonomy. The project encodes 161 industry-specific reasoning rules, 67 UI styles, 57 font pairings, and 161 color palettes into structured decision trees. The “reasoning engine” runs BM25 ranking across five parallel search domains to match your product type to a coherent aesthetic. It’s a design consultant compressed into JSON and conditional logic.
Key highlights
- 161 product categories mapped to landing-page patterns, color moods, and typography personalities
- 67 named styles (Glassmorphism, Claymorphism, Brutalism, Bento Grid, “AI-Native UI”)
- 15 supported tech stacks from React and shadcn/ui to SwiftUI and Jetpack Compose
- Pre-delivery checklists baked in: WCAG contrast,
prefers-reduced-motion, responsive breakpoints, no-emojis-as-icons enforcement - Distributed via npm CLI (
uipro-cli) and raw GitHub release
Caveats
- The actual implementation is unclear from the README; the repository appears to be primarily rules/prompt data rather than executable software
- “Python 3.x” badge is present but no Python code or API is shown in the provided sources
- Star count (86,597) is unusually high for a prompt-pack repository; the README includes a direct PayPal donation link and star-badge promotion, which may explain the visibility
Verdict Grab this if you’re tired of generic “make it look modern” prompts and want structured, industry-specific design guidance for LLM-assisted builds. Skip it if you need a running application or design tool — this is a knowledge base, not a renderer.