ARIA DevTools

ARIA DevTools

Make accessible webites. Always.

0 followers

With ARIA DevTools you see your website the way screen readers present it to blind users. Easily spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support in your web applications.
ARIA DevTools gallery image
ARIA DevTools gallery image
Launch Team
AssemblyAI
AssemblyAI
Build voice AI apps with a single API
Promoted

What do you think? …

Mateusz Zieliński
While working on web accessibility I've found screen readers like Jaws and NVDA difficult to use. I really wanted a tool that can present the same information screen readers do but visually (so that it's easier and faster to grasp). In the spirit of "Be the change you seek" I created a Chrome plugin that does just that. It's free, open-source, and highly appreciated by around 700 users. Technically the tool is really sophisticated - I wrote an algorithm that builds an accessibility tree based on the ARIA specification. It not only does it very efficiently but also responds to changes live. This means you can use the tool while working with dynamic web applications. Hope you will like my open-source contribution!