What problem does it solve? .NET repositories that ship browser-facing frontends often lack repeatable runtime quality checks, leaving accessibility issues, missing security headers, and SEO problems undetected until after release. ## Core Features & Use Cases - Runtime Site Audits: Runs webhint against local dev URLs, preview URLs, deployed sites, or built frontend output to check accessibility, performance, security headers, PWA signals, and SEO. - Repeatable Configuration: Sets up a repo-local hint devDependency, a checked-in .hintrc based on presets like web-recommended, and repeatable package.json scripts. - Failure Diagnosis: Handles common issues such as missing Chromium-based browsers, WSL limitations, and EACCES install errors. - Use Case: Before a release, ask the agent to audit https://localhost:3000 and receive categorized findings covering headers, accessibility, performance, and PWA signals that the team can act on. ## Quick Start Run a webhint audit against my local frontend at https://localhost:3000 and set up a repeatable audit script in package.json.