Skip to content

A11y Demo Site Handbook

This handbook walks through the A11y Demo Site — a reference implementation that shows how a11y-evidence-engine and a11y-assist work together to scan HTML for WCAG violations, sign evidence with cryptographic provenance, verify integrity, and generate fix-oriented advisories.

  • Getting Started — Prerequisites, installation, and running the pipeline locally.
  • The Pipeline — The four-stage architecture: Scan, Sign, Verify, Advise.
  • Inspecting Results — How to download and read CI artifacts from GitHub Actions.
  • For Beginners — New to accessibility testing? Start here.

The demo repository contains intentionally broken HTML files with real WCAG violations (missing lang, missing alt, unlabeled inputs). The pipeline detects these violations, signs the evidence, verifies the signatures, and produces actionable fix advisories.

This is a thin, self-contained demo — not a framework. Clone it, run the script, and inspect the output.

Back to landing page