Accessibility Testing
Pages per minute (Linux AMD64)
- A11yWatch: 3,120 scans per minute
- Pa11y: 50 scans per minute
- Axe: 33 scans per minute
Javascript Integration
Use npm or your favorite javascript package manager to install the suite.
import { scan, multiPageScan } from "@a11ywatch/a11ywatch";
// single page website scan.
const data = await scan({ url: "https://a11ywatch.com" });
console.log(data)
// multi page website scan.
const dataMultiPage = await multiPageScan({ url: "https://a11ywatch.com", subdomains: false, tld: false });
console.log(dataMultiPage)
Fast and efficient, web inclusion made easy
Our system is composed of a robost structure that makes us unique. Use our cloud or your own servers.
Target WCAG issues spot on helping to figure out problems at hand. View detailed reports and vitals on your website with ease.
Get notified when issues occur so you can take action immediately. Control the days of the week you want to get alerted.
Get tips on how to improve your app so all users have a pleasant experience. Inject code fixes automatically into your source.
Add a CDN script that mitigates drastic issues for your users easily. If you accidently deploy an issue to act like a safeguard.
Connect your software to handle issues via our API. Choose between OpenAPI, GraphQL, and gRPC to communicate.
View the issues in the browser and experiment with fixes in real time. Adjust colors and accessibility properties for productivity.
Command Line Interface
Run A11yWatch on any machine using the Rust Command Line Interface. Get the CLI simply in shell using npm i a11ywatch-cli -g
.
- Local, CI, or RemoteWant to host A11yWatch on your own? In one command start the project with docker or directly on the machine. Tear up or down the project in seconds with our slim binary builds or via Terraform.
- Parallel Website TestingGet reports for thousands of pages in seconds with real browsers. Get spot on results with up to 55% of all web accessibility issues handled with recommendations.
- Beyond FastGet results with practically no downtime for your web pages across every workflow. The suite is small and powerful running on linux, macOS, and windows using native features for the cutting edge performance.