Your AI coding agent sees your project, reads your stack, and generates curated design systems — font pairs, color palettes, icon sets — not random templates.
Feed it boring HTML/JSX and get back glassmorphism, neumorphism, or custom-styled components with GSAP animations injected automatically.
114 parametric SVG icons built from shape primitives with 4 animation types. Minimal geometric logos generated to match your brand.
Typography, color systems, component styling, smart palettes — everything your agent needs to make real design decisions.
Get started
Agent Skill (recommended)
npx skills add Mert-byt/Better-UI-UX
Or clone manually
git clone https://github.com/Mert-byt/Better-UI-UX.git
cd Better-UI-UX && npm install && npm run build
Add to your MCP client
{
"mcpServers": {
"better-ui-ux": {
"command": "node",
"args": ["/path/to/Better-UI-UX/build/index.js"]
}
}
}