Skip to content

Handbook

Welcome to the Accessibility Suite handbook.

The Accessibility Suite is a monorepo containing six tools that form a pipeline from accessibility detection through remediation. Every finding is backed by a tamper-evident provenance record with SHA-256 integrity digests. All CLI tools use the [OK]/[WARN]/[FAIL] + What/Why/Fix contract for low-vision-first output. Same input always produces identical output — no network calls, no randomness.

  • Getting Started — Install the suite and run your first scan in under a minute
  • Architecture — How the monorepo is organized and how data flows between tools
  • Tools — Detailed guide to each of the six tools
  • MCP Integration — Connect the suite to Claude Desktop, Cursor, or VS Code
  • CI Integration — Gate your pipeline on accessibility regressions
  • Reference — Full command reference, exit codes, error IDs, and schemas
  • For Beginners — New to accessibility testing? Start here

Back to landing page