Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An open-source AI skill that generates complete design systems for professional UI/UX across 22 frameworks and 20+ AI coding assistants.
UI UX Pro Max is an open-source AI skill that generates complete, production-ready design systems — landing-page patterns, UI styles, color palettes, typography pairings, effects, and anti-patterns — for AI coding assistants building UI/UX work.
UI UX Pro Max is a skill package that installs into AI coding assistants such as Claude Code, Cursor, and Windsurf, supplying them with a searchable database of design knowledge. It takes a plain-language request like "Build a landing page for my beauty spa" and outputs a tailored design system containing a recommended pattern, UI style, color palette, typography pairing, key effects, and a pre-delivery checklist. The project is maintained by nextlevelbuilder (NextLevelBuilder.io) and is licensed under MIT, with the npm package ui-ux-pro-max-cli providing installers for every supported assistant.
uipro init --ai command installs the skill into Claude Code, Cursor, Windsurf, Antigravity, GitHub Copilot, Codex CLI, Gemini CLI, Roo Code, Trae, OpenCode, Continue, Warp, and more.The skill activates automatically when you make a UI/UX request, or via the /ui-ux-pro-max slash command in Kiro, GitHub Copilot, and Roo Code. The reasoning engine runs five parallel domain searches, applies BM25-ranked style priorities and industry rules, then outputs and implements the design system before running pre-delivery checks against common anti-patterns.
The Basic version in this repository is fully open source and MIT-licensed; it includes the 84 UI styles, 192 product types, color palettes, font pairings, and the design system generator. A Premium version adds brand design generation, logo design, corporate identity programs, banners, slide decks, and AI-powered visual asset creation, with upgrade details on uupm.cc — no pricing amounts are published in the repository.
Yes. The Basic version in this repository is completely open source under the MIT License and includes all 84 UI styles, 192 product types, color palettes, font pairings, and the Design System Generator. A separate Premium tier adds brand design and asset generation skills; upgrade details are listed on uupm.cc.
The CLI supports 20+ assistants, including Claude Code, Cursor, Windsurf, Antigravity, GitHub Copilot, Codex CLI, Gemini CLI, Roo Code, Qoder, Trae, OpenCode, Continue, CodeBuddy, KiloCode, Warp, Augment, and CodeWhale. Each installs with a single command such as uipro init --ai claude or uipro init --ai cursor.
Install the CLI globally with npm install -g ui-ux-pro-max-cli, then run uipro init --ai with your assistant name from your project folder. Claude Code users can alternatively add the plugin marketplace with /plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill and then /plugin install ui-ux-pro-max@ui-ux-pro-max-skill.
Yes — the search scripts need Python 3.x and use only the standard library, installing nothing and making no network calls. The skill instructs AI agents to never install Python on your machine; if python3 --version fails, you install it yourself from python.org, Homebrew, apt, or winget.
HTML + Tailwind CSS is the default output stack. You can override it by naming your preferred stack in the prompt; the skill provides guidelines for 21 additional stacks including React, Next.js, shadcn/ui, Vue, Nuxt UI, Angular, Laravel, Svelte, Astro, SwiftUI, Jetpack Compose, React Native, Flutter, JavaFX, WPF, WinUI 3, Avalonia, Uno Platform, UWP, and Three.js.
