1 | Brief
The European Accessibility Act applies to a large number of commercial websites, and the practical obligations
that come with it — testing every page, understanding which standard a failure breaches, and publishing a formal
Accessibility Statement — are difficult to meet by hand. Most accessibility tools stop at listing violations and
leave the legal and remediation work to the customer.
A11y Shield was built to cover the whole loop instead of one step of it: crawl a site, audit every page with
axe-core running in real headless Chromium, score conformance against EN 301 549, generate the Accessibility
Statement that the regulation requires, export a remediation plan the development team can actually work from,
and then keep monitoring for regressions after each deploy.
This is an in-house product rather than client work, and it is written up here as an engineering case study.
The platform is around 17,100 lines across 156 files, has been verified end-to-end against real websites, and
the public marketing and legal site is live. The logged-in product is not yet transacting — it is gated on the
final third-party provisioning (Clerk Organizations, a production Supabase project and the Fly worker deploy),
so there are no customers, users or revenue figures to report.