design-auditor crawls any website with a real browser and checks typography, colors, spacing, and components against design system best practices.
Every rule is grounded in established standards — WCAG 2.1, 8pt grid, modular scale, delta-E color science, and 60-30-10 color theory.
Unlike static CSS analysis, design-auditor uses Playwright — so it catches JavaScript-injected styles, CSS custom properties resolved at runtime, and third-party scripts.
All dependencies are continuously monitored for vulnerabilities using Snyk. We take security seriously so you don't have to worry.
Node.js 18+ required. Playwright browser downloads automatically on first run.
# Any public website npx design-auditor https://yoursite.com # Save full report as JSON npx design-auditor https://yoursite.com --save-report # Local dev server mode npx design-auditor http://localhost:3000 --local
# Run specific modules only npx design-auditor https://yoursite.com \ --only typography,colors # Install globally npm install -g design-auditor design-auditor https://yoursite.com
Free. Open source. No telemetry. No account. Just run it.