What problem does it solve? It helps teams establish a cohesive design system from an existing codebase and diagnose visual inconsistencies that make a UI feel off, without guessing at causes. ## Core Features & Use Cases - Design Token Generation: Scans CSS, Tailwind, or styled-components to extract colors, typography, spacing, and shadows, then proposes a token set as JSON and CSS custom properties. - Visual Consistency Audit: Reviews color usage, typography hierarchy, spacing rhythm, responsive behavior, dark mode, accessibility, and polish with file/line-level evidence. - AI Slop Detection: Flags generic AI-generated design patterns such as gratuitous gradients, purposeless glass morphism, and excessive scroll animations. - Use Case: Before a redesign, run an audit of your app's home and pricing pages to get evidence-backed findings on inconsistent spacing and weak hierarchy, then generate a proposed token set to standardize styling. ## Quick Start Audit my local app at http://localhost:3000 for visual consistency and propose a design token set based on the existing styles.