Developers
Catch violations before they ship. Use wcag-kit in your AI editor or WCAG Lens in VS Code to flag issues in real time.
Free accessibility learning for designers and developers
WCAG in Practice shows you what breaks, who it affects, and how to fix it. Interactive examples, no jargon, and tools that catch issues before they reach users.
95.9% of the top one million home pages have detectable WCAG failures
27% of Canadian adults aged 15 and over report having at least one disability
Source: Statistics Canada, 89-654-X, 2026 (opens in a new tab)
Wave and Axe find errors. We show you how to fix them.
Source: W3C WAI: automated tools need human review (opens in a new tab)
Dev tools
wcag-kit is a free MCP server that brings wcaginpractice.com patterns into any MCP-compatible AI editor. Ask accessibility questions in plain English and get WCAG references, broken patterns, and accessible fixes without leaving your editor.
“I'm building a notification that pops up after a user saves a form. Any accessibility concerns?”
MCP configuration (JSON)
{
"mcpServers": {
"wcag-kit": {
"command": "npx",
"args": ["wcag-kit"]
}
}
}~/.cursor/mcp.json~/Library/Application Support/Claude/claude_desktop_config.jsonCheck your editor's MCP documentationDev tools
Bring WCAG pattern knowledge into any Claude Project. Install this skill and Claude gains accessibility-aware context for code review, component guidance, and WCAG questions across nine reference areas.
Dev tools
Real-time accessibility diagnostics as you type. Violations appear as red underlines in the editor. Hover to see the WCAG rule and a fix suggestion - before code ships.
Works alongside wcag-kit and the Claude Skill: Lens flags issues in the editor; wcag-kit and Claude answer deeper questions in your AI assistant.
Accessibility is not just a developer problem. This site has tools and resources for every person who touches a product.
Catch violations before they ship. Use wcag-kit in your AI editor or WCAG Lens in VS Code to flag issues in real time.
Learn what accessible focus rings, touch targets, colour contrast, and spacing look like. Visual examples, no code required.
Understand the laws, the business case, and what your team needs to meet AODA, ADA, and EAA requirements.
Patterns your team already ships - grouped the same way as the playground. Each demo shows common accessibility mistakes, who is affected, and how to fix them. Copy the code when you build or review UI.
Go beyond patterns. Understand why accessibility matters, what changed in WCAG 2.2, and how to prepare for certification.
Disability context, the business case, legal requirements, and universal design principles for anyone new to accessibility.
Nine new success criteria added in October 2023. What they are, who they help, and what you need to update.
Study resources, domain breakdowns, and links to the best external guides for the IAAP CPACC certification.
Visual examples of focus rings, touch targets, colour contrast, and spacing. No code required.