An accessibility checker that works on pages behind a login
Hoverify is an accessibility checker extension that runs axe-core against the page already open in your browser, so a staging site or an admin screen audits exactly like a public one. Issues come back grouped by severity, with the element that caused each one.
A WCAG audit of the page, and where each failure lives
Choose the standard to test against, run it, and read the result as a list of elements to fix rather than a score to interpret.
Violations are grouped critical, serious, moderate and minor, and every one names the rule that caught it and the elements it applies to. Click a count to filter the list to that severity.
Contrast gets its own tab, with the measured ratio beside the one WCAG asks for at that size. Hoverify then suggests the nearest colour that passes, holding your hue and saturation.
Structure. Five views: headings, landmarks, focus, forms and links, with the tab order drawn as numbered badges on the page.
Images. Alt text graded five ways, including suspicious: a file name, over 150 characters or starting 'image of'.
Every frame. The audit reaches into iframes as well, so an embedded widget's failures show up with the rest.
Test against the level you actually have to meet
Most teams are asked for a specific conformance level rather than for everything axe knows about.
Five conformance levels. All rules, WCAG 2.0 A, 2.0 AA, 2.1 AA or 2.2 AA, with axe's best-practice rules as a separate switch. Changing either re-runs the audit, and the exported report names the standard you picked.
Five vision simulations. Protanopia, deuteranopia, tritanopia, achromatopsia and a low-vision blur, applied to the live page rather than to a screenshot. Keep scrolling and clicking with one turned on.
Staging included. It audits the page you're on, so a page behind a login works the same as a public one.
Suggested colours. Every failing pair comes back with a colour that would pass at that font size, ready to copy.
Five formats. Markdown, PDF, JSON, CSV or plain text: a report for the client, or data for the pipeline.
A rule engine catches the machine-checkable failures, which is most of what's broken on most pages. Whether alt text is accurate, or a custom widget makes sense to someone using a screen reader, still needs a person. This is the fast first pass, not a conformance certificate.
What developers and designers say about Hoverify
Reviews from the Chrome Web Store and X.

Fajar Siddiq
I've been using Hoverify for months now. I'm glad to see how it started from the beginning. Is very useful, i love the product. I'm impressed so many things i can do with it. Congratulations Himanshu!

Rahul Singh
Awesome Tool for Developers and Web Deisgners, Everything in one sorted place with this lighweght extension. I have been using it since 2 years now I guess and always helpful
Frequently Asked Questions
Have a question we haven't answered? Get in touch.
Find the failure, then fix it in the same tab
The accessibility audit sits next to the CSS inspector, so the element a rule flagged is one click from the styles that caused it. Change the colour, re-run the audit, export the report.
- 3 browsers per license
- 14-day refund
- No auto-renewal
Keep reading
Guides from our blog that go deeper on this.
Header hierarchy: why H1 to H6 structure matters for SEO
Screen readers navigate by heading, so a broken outline costs you twice.
Read the guideThe 5-minute site audit before a client meeting
Where the accessibility pass fits in a quick run over someone else's site.
Read the guideThe science of colour: building palettes for web projects
Choosing colours that clear the contrast threshold before you ship them.
Read the guideDebugging CSS: a systematic approach to layout issues
The wider habit this fits into: find it, fix it, check it in the same tab.
Read the guide