What problem does it solve? Visual design defects like element overflow, broken responsive layouts, and poor contrast are hard to catch without manually browsing every page at multiple screen sizes, and fixing them requires tracing rendered elements back to source files. ## Core Features & Use Cases - Automated Visual Inspection: Navigates pages, captures screenshots at mobile, tablet, desktop, and wide viewports, and detects layout, responsive, accessibility, and consistency issues. - Source-Level Fixes: Locates the responsible CSS, Tailwind, styled-components, or Vue scoped style files and applies minimal fixes following the project's existing patterns. - Iterative Re-verification: Reloads the page after each fix, compares before/after screenshots, and loops until issues are resolved. - Use Case: Point it at a local Next.js dev server, and it will find that the pricing table overflows on mobile, fix the Tailwind classes in the component, and verify the fix at 375px width. ## Quick Start Review the design of my website running at http://localhost:3000 and fix any layout or responsive issues you find.