What problem does it solve?
Taste helps you avoid sloppy, templated UI decisions by enforcing metric-based layout, typography, motion, accessibility, and dependency-verified frontend engineering rules.
Core Features & Use Cases
- Bias-correct UI architecture: Drives consistent component structure (interactive motion isolated as leaf client components), deterministic styling rules, and layout diversity (anti-center bias when variance is high).
- Performance-first motion & accessibility: Mandates GPU-safe animation constraints (transform/opacity), requires prefers-reduced-motion handling, and defines loading/empty/error/success UI states.
- Palette and typography calibration: Enforces neutral tinted neutrals, single controlled accent, OKLCH preference, and bans display-font/typography anti-patterns for dashboards.
Quick Start
Ask the agent to produce a React/Next.js UI design and implementation plan that follows the taste rules, including dependency verification, metric-based spacing, and all required UI states for the specified screen.