What problem does it solve?
Provides a senior-level frontend design and engineering blueprint to correct generic LLM UI outputs, ensuring production-ready, performant, and visually distinctive interfaces while preventing common AI-generated "slop".
Core Features & Use Cases
- Baseline Design Dials: Enforces global variables (Design Variance 8, Motion Intensity 6, Visual Density 4) to steer layout, motion, and density decisions.
- Architecture & Conventions: Prescriptive rules for React/Next.js component isolation, RSC vs Client boundaries, state management, and Tailwind-first styling with version checks.
- Motion & Performance Guardrails: Framer Motion best practices, animate via transform/opacity only, hardware-acceleration rules, and isolation/memoization of perpetual animations.
- Design Engineering Rules: Typography, color constraints, layout diversification, forbidden patterns, and required interaction states (loading/empty/error).
- Creative Arsenal & Bento Paradigm: Advanced UI patterns (liquid glass, magnetic micro-physics, bento card archetypes) and a final pre-flight checklist to validate production readiness.
- Use Case: Turn a generic LLM UI mock prompt into a complete Next.js page plus isolated client components with accessible interactions, skeletal loaders, and performance-safe animations.
Quick Start
Create a production-ready Next.js page and component set that implements the design-taste-frontend baseline (Design Variance 8, Motion Intensity 6, Visual Density 4), use Tailwind for styling and Framer Motion for animations, and list any missing npm installs before providing the code.