Home For You Tutorials Claw
Founders & PMs đang dùng trên 8 nền tảng AI

Bạn nói ý tưởng.
AI biến nó thành sản phẩm đẹp.

Không cần biết code. Không cần thuê designer. UX Master biến mọi AI tool thành design studio chuyên nghiệp.

Hoạt động với Cursor, Claude, Gemini, Amp, và mọi AI coding tool bạn đang dùng.

0
Quy tắc thiết kế
60s
Cài đặt xong
$0
Chi phí designer
0
Nền tảng AI

Vấn đề thật sự

Bạn có ý tưởng tuyệt vời.
Nhưng AI tạo ra UI... xấu.

Đây là thực trạng mà 90% founders và PMs đang gặp phải.

Không có UX Master
  • UI trông "AI-generated" — generic, không chuyên nghiệp
  • Mỗi trang một style — không có design system nhất quán
  • User bị confused — nút bấm nhỏ, menu quá nhiều item, load chậm
  • Thuê designer: $3,000–$15,000. Chờ 2–4 tuần.
  • Không biết design đúng hay sai — "trông ổn" ≠ chuyển đổi tốt
Với UX Master
  • UI đẹp chuẩn studio — khách hàng wow ngay lần đầu
  • Design system tự động — mọi trang đồng bộ, chuyên nghiệp
  • 48 quy luật UX khoa học — user thích dùng & quay lại
  • $0 chi phí. 0 chờ đợi. Kết quả trong vài phút.
  • 37 bài test chất lượng tự động — biết chính xác đâu cần sửa

"Sản phẩm tốt không chỉ hoạt động đúng — nó phải cảm thấy đúng."

Phép màu

Chỉ cần nói. AI hiểu bạn muốn gì.

UX Master hoạt động ngầm thông qua OpenClaw 🐾 — tự động biến mọi yêu cầu thành thiết kế chuyên nghiệp.

🐾
OpenClaw Agent
bot

"Thiết kế giúp tôi trang đích cho dịch vụ spa cao cấp, phong cách sang trọng, có booking form"

09:41 ✓✓

🐾 UX Master đang phân tích...

🎨 Glassmorphism + Soft UI
🎯 Soft pink + Calming teal
⚖️ Định luật Hick — tối đa 2 nút nhấn CTA

Tôi đã thiết kế xong trang đích cho Serenity Spa với phong cách Glassmorphism sang trọng. ✅

09:41
🎨

Tự động chọn design đẹp

Từ 67 phong cách thiết kế — UX Master tự chọn style phù hợp nhất cho ngành của bạn.

🧠

48 quy luật UX khoa học

Nút bấm đủ lớn, menu không quá dài, load nhanh, form ngắn gọn — tất cả được tự động áp dụng.

Tự kiểm tra chất lượng

37 bài test tự động đảm bảo sản phẩm đạt chuẩn. Contrast đủ? Responsive? Accessible?

🔄

Copy design từ site yêu thích

Thích design của Linear, Stripe hay Airbnb? UX Master trích xuất màu sắc, font, spacing.

🔌

Mọi AI tool đều dùng được

Cursor, Claude, Gemini, Amp, OpenCode — cài 1 lần, dùng mãi.

📈

Tối ưu conversion rate

CTA đặt đúng chỗ, form ngắn gọn, flow mượt mà — tăng tỷ lệ chuyển đổi ngay từ lần đầu.

Dành cho ai?

Bạn không cần biết code.
Bạn chỉ cần biết mình muốn gì.

🚀 Startup Founders

Ship MVP đẹp hơn — gọi vốn tự tin hơn.

📋 Product Managers

Biến PRD thành prototype đẹp — không cần chờ design team.

💼 Business Owners

Website, landing page, dashboard — professional quality, zero cost.

🎯 Growth & Marketing

Landing page chuyển đổi cao. A/B test visual nhanh.

✨ Vibe Coders

Bạn nói AI làm — UX Master đảm bảo kết quả đẹp & đúng chuẩn.

💡 Solo Makers

Một người = cả team. UX Master là designer trong túi của bạn.

Đơn giản đến bất ngờ

3 bước. Xong.

Không cần học gì mới. Không cần cài package. Không cần config.

1

Cài đặt

Chạy 1 lệnh duy nhất. UX Master tự nhận diện AI tool bạn đang dùng.

python3 scripts/install.py

Tự động detect Cursor, Claude, Gemini...

2

Nói ý tưởng

Dùng AI tool như bình thường. Mô tả sản phẩm bạn muốn.

"Tạo dashboard quản lý đơn hàng cho cửa hàng thời trang"

Nói bằng tiếng Việt hay English đều được

3

Nhận kết quả đẹp

AI tự động áp dụng 1032+ quy tắc design. Sản phẩm sẵn sàng ra mắt.

✓ Design system hoàn chỉnh

✓ Tuân thủ 48 quy luật UX

✓ Qua 37 bài test chất lượng

Superpower

From any website → your code.
Automatically.

UX Master harvests design systems from any website and generates CSS tokens + React components. AI then writes all new code using those exact tokens — guaranteed consistency.

🌐

Harvest

Point to any website. UX Master extracts 120+ design tokens automatically.

🎨

Tokens

Colors, fonts, spacing, shadows — mapped to CSS variables (Semi Design spec).

⚛️

Components

Button, Card, Input, Badge — ready-to-use React components generated instantly.

AI Codes

AI reads tokens and writes all code using design system variables. Pixel-perfect.

Without Design System
// ❌ Hardcoded — breaks when design changes
background: #0F79F3;
padding: 14px;
font-family: "Outfit";
border-radius: 6px;
With UX Master Tokens
// ✅ Token-based — always in sync
background: var(--semi-color-primary);
padding: var(--spacing-base);
font-family: var(--semi-font-family-regular);
border-radius: var(--border-radius-md);
🔄

Design changes? Re-harvest.

Tokens update → code stays the same. Zero refactoring.

🎯

Pixel-perfect consistency

Every page uses the same tokens. No more "slightly different blues."

Works with any AI tool

Cursor, Claude, Gemini — all read the same CSS variables.

Kết quả thật

Không phải lời hứa. Là kết quả.

"

Trước UX Master, AI tạo UI như student project. Giờ khách hàng hỏi "bạn thuê agency nào design?"

Startup Founder

SaaS B2B

"

Từ ý tưởng đến landing page chuyên nghiệp trong 15 phút. Conversion rate tăng 40% so với page cũ.

Growth Lead

E-commerce

"

Tôi không biết code, không biết design. Nhưng với Cursor + UX Master, tôi ship được app đầu tiên trong 1 ngày.

Solo Maker

Mobile App

Mọi ngành, mọi sản phẩm

UX Master biết ngành của bạn.

1032+ quy tắc thiết kế được ánh xạ vào 16 lĩnh vực.

🏦 Fintech 🛒 E-commerce 🏥 Healthcare 🎓 Education 🎮 Gaming 💎 Luxury 📊 Dashboard 💻 SaaS 🏠 Landing Page 📱 Mobile App 💅 Beauty & Spa 🏗️ Construction 🍽️ F&B

Multi-Platform

Deep skills for every framework.

Not just guidelines — 250+ rules per framework covering state management, performance patterns, accessibility, and testing. AI writes code following framework-specific best practices.

Web Frameworks

⚛️

React

Hooks, State, Performance

Deep Skill · 253 rules

Next.js

App Router, RSC, SSR

Deep Skill · 226 rules
🟢

Vue 3

Composition API, Pinia

Deep Skill · 223 rules
🔥

Svelte 5

Runes, SvelteKit

Deep Skill · 221 rules

Mobile & Native

📱

SwiftUI

Views, State, Navigation

Deep Skill · 227 rules
⚛️

React Native

FlatList, Reanimated, Expo

Deep Skill · 217 rules
💙

Flutter

Widgets, Riverpod, Material 3

Deep Skill · 225 rules

Styling

🎨

Tailwind CSS

Utilities, Responsive, A11y

Deep Skill · 229 rules
8
Deep Skills
1,821
Framework Rules
3
Platforms

Bắt đầu ngay

60 giây. Miễn phí. Mãi mãi.

Chỉ cần Python (đã cài sẵn trên Mac/Linux). Không cần thẻ tín dụng.

Cài đặt tự động

Tự detect AI tool & cài đặt phù hợp

Terminal
git clone https://github.com/relukdev/ux-master.gitcd ux-masterpython3 scripts/install.py

→ Chọn: Cursor, Claude, Gemini, Amp, hoặc All

Cursor

Claude

Gemini

Amp

OpenCode

Antigravity

OpenClaw

NEW

ZeroClaw

NEW

Kiểm tra thành công

Mở AI tool của bạn và thử yêu cầu:

"Tạo landing page cho quán cà phê, phong cách modern minimal"

Nếu AI nhắc đến UX Laws, design system, test criteria → bạn đã cài thành công! 🎉

Under the Hood

1032+ quy tắc. 16 domains. 17 stacks. Không phải template.

Mỗi quy tắc được ánh xạ theo ngành, loại sản phẩm, và context cụ thể.

96
Product Patterns
67
UI Styles
96
Color Palettes
57
Font Pairings
48
UX Laws
37
Design Tests
99
UX Guidelines
100
Icon Recommendations
30
Landing Patterns
44
React Patterns
25
Chart Types
17
Framework Stacks
30
Animation Patterns
25
Responsive Patterns
25
WCAG 2.2 A11y
20
Device Profiles

Pricing

Free forever. Pro when you need power.

1032+ rules free. Upgrade to Pro for Harvester v3, Token Mapper, and the full design extraction pipeline.

Free

Free forever, no catch

$0 forever
  • 1032+ design rules
  • 48 UX Laws
  • 37 Design Tests
  • 67 UI styles, 96 color palettes
  • 6 AI platform support
  • 17 framework stacks + 20 device profiles
  • Code template generator (4 languages)
  • Harvester v1 (~15 tokens)
  • Harvester v3 (80+ tokens)
  • Token Mapper
  • Design Doc Generator
  • Multi-Project Registry
Get Started Free
Most Popular

Pro

One-time payment. Yours forever.

$39 $99 61% off
73/100 slots left

Price increases to $49 after 100 copies. Never this low again.

  • Everything in Free
  • Harvester v3 — 80+ tokens 🔥
  • Token Mapper → CSS/Figma 🔥
  • Design Doc Generator
  • Multi-Project Registry
  • Multi-Harvest Merge + Confidence
  • Semi MCP Bridge
  • All future updates included
  • Priority support
🛒 Get UX Master Pro — $39

Free vs Pro — Detailed Comparison

Feature Free Pro
Design Rules 1032+ ✅ 1032+ ✅
UX Laws 48 ✅ 48 ✅
Design Tests 37 ✅ 37 ✅
UI Styles 67 ✅ 67 ✅
Platform Support 6 ✅ 6 ✅
Harvester v1 (~15) v3 (80+) 🔥
Color Histogram
Semantic Colors
Neutral Scale
Component Blueprints
Typography Scale
Shadow/Border System
Layout Metrics
Token Mapper ✅ 🔥
Design Doc Generator
Project Registry
Multi-Harvest Merge
Semi MCP Bridge

Frequently Asked Questions

Is it really lifetime access?

Yes. Pay once, yours forever. All future updates included at no extra cost.

Will the price go up?

Yes. Every 100 sales, the price increases permanently. Current tier: $39. Next tier: $49. It will never be this low again.

What about refunds?

14-day no-questions-asked refund. Try it risk-free.

Can I use it with any AI tool?

Free tier works with Cursor, Claude, Gemini, Amp, OpenCode, Antigravity. Pro features work locally via CLI — no cloud dependency.

Do I need coding skills?

Free tier: No. Just install and use your AI tool normally. Pro features: basic terminal knowledge (copy-paste commands).

Price increases to $49 in 27 sales. This is the lowest it will ever be.

🛒 Get UX Master Pro — $39
❤️

Biết ai đang build sản phẩm?
Gửi cho họ.

Mỗi founder, PM, hay maker bạn giới thiệu là thêm một sản phẩm đẹp hơn ra đời.