Live detection overlay

Visual Mode

See every anti-pattern flagged directly on the page. No screenshots, no JSON to map back to line numbers. The overlay draws an outline and a label on every element the detector catches, so you fix them in place.

Live on a synthetic slop page

Hover or tap any outlined element to see which rule fired.

Three ways to run it

Inside /critique

/critique

The design review skill opens the overlay automatically during its browser assessment pass. You get the deterministic findings highlighted in place while the LLM runs its separate heuristic review.

Standalone CLI

npx impeccable live

Starts a local overlay server, then loads any URL you paste in an iframe with the detector script injected. Works on your own dev server, a staging URL, or anyone's live page.