← Back to Work

Personal Project

Accessibility Flow Analyzer

Period2026
RoleUX Engineer
Next.jsTypeScriptSCSS
Accessibility Flow Analyzer mockup

Summary

A self-initiated tool built to put my own accessibility claims to the test. Enter any public URL or paste a component snippet, and it analyzes the code against WCAG and KWCAG standards — then overlays the focus flow directly on the page so you can see, not just read, how a screen reader or keyboard user would move through it.

Problem

Accessibility audits are usually either too abstract (a checklist of rules) or too disconnected from the actual interface (a report you read separately from the page). I wanted to see the focus order the same way a user experiences it — visually, in context — rather than inferring it from a list of violations.

What I Did

Result

Live and open source — built end-to-end with Claude Code as both a personal tool and a way to validate accessibility decisions on real interfaces, including my own portfolio.