{"id":50190891,"url":"https://github.com/asafamos/axle","last_synced_at":"2026-05-25T13:01:49.643Z","repository":{"id":352641333,"uuid":"1213938103","full_name":"asafamos/axle","owner":"asafamos","description":"Accessibility compliance CI for the modern web — WCAG 2.1/2.2 AA, AI code fixes with Claude, lawyer-ready audit artifacts.","archived":false,"fork":false,"pushed_at":"2026-05-15T20:04:53.000Z","size":14645,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T10:45:18.177Z","etag":null,"topics":["a11y","accessibility","ada","ai","axe-core","ci-cd","claude","eaa","nextjs","saas","wcag","wcag-compliance"],"latest_commit_sha":null,"homepage":"https://axle-iota.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asafamos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-17T23:34:33.000Z","updated_at":"2026-05-15T20:04:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/asafamos/axle","commit_stats":null,"previous_names":["asafamos/axle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asafamos/axle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asafamos%2Faxle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asafamos%2Faxle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asafamos%2Faxle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asafamos%2Faxle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asafamos","download_url":"https://codeload.github.com/asafamos/axle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asafamos%2Faxle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33475746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a11y","accessibility","ada","ai","axe-core","ci-cd","claude","eaa","nextjs","saas","wcag","wcag-compliance"],"created_at":"2026-05-25T13:01:40.629Z","updated_at":"2026-05-25T13:01:49.636Z","avatar_url":"https://github.com/asafamos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axle\n\nContinuous accessibility compliance for the modern web. Scans every PR for WCAG 2.1 / 2.2 AA violations, generates real code fixes with Claude, and produces the legal artifacts your lawyer asks for. Never overlay widgets.\n\n## Deploy\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fasafamos%2Faxle\u0026env=ANTHROPIC_API_KEY,NEXT_PUBLIC_SITE_URL\u0026envDescription=ANTHROPIC_API_KEY+powers+AI+fix+suggestions+(optional).+NEXT_PUBLIC_SITE_URL+is+the+canonical+URL+used+in+OG+tags+and+sitemap.xml.)\n\n## What ships\n\n**Web (Next.js 16):**\n- `/` — compliance-CI landing + live scan + AI fix widget\n- `/statement` — free Hebrew accessibility-statement generator, תקנה 35-aligned\n- `/badge` — free embeddable shields-style compliance badge\n\n**Libraries (`lib/`):**\n- `scanner.ts` — Playwright + axe-core 4.11 scanner (WCAG 2.0/2.1/2.2 A+AA)\n- `fixer.ts` — Claude Sonnet fix generator with prompt caching\n- `badge.ts` — dependency-free SVG badge renderer\n- `statement/hebrew-template.ts` — תקנה 35-aligned Hebrew statement generator\n\n**API:**\n- `POST /api/scan` — scan a URL\n- `POST /api/fix` — generate a code-fix for a violation\n- `GET /api/badge` — SVG or shields.io-JSON compliance badge\n\n**CI:**\n- `.github/workflows/a11y.yml` — PR-triggered scan, auto-updating inline comment, artifacts upload, severity gate\n- `.github/workflows/a11y-scheduled.yml` — nightly cron over a URL list, auto-opens regression tracking issues\n- `scripts/ci-scan.ts` + `npm run a11y:ci` — local/CI CLI emitting JSON + markdown\n\n**Distribution scaffolds (ready to publish):**\n- `packages/axle-action/` — composite GitHub Action for Marketplace (`asafamos/axle-action`)\n- `packages/axle-cli/` — `@axle/cli` npm package\n- `packages/axle-netlify/` — `@axle/netlify-plugin` Netlify Build Plugin\n- `packages/axle-mcp/` — Model Context Protocol server (Claude Desktop / Cursor / Cline / Continue) — see [`/mcp`](https://axle-iota.vercel.app/mcp)\n- `packages/axle-storybook/` — Storybook addon, runs axe-core against every story\n- `packages/axle-vscode/` — VS Code extension (Marketplace: `asafamos.axle-a11y`)\n\n## Local use\n\n```bash\nnpm ci\nnpx playwright install chromium\ncp .env.local.example .env.local   # set ANTHROPIC_API_KEY if you want AI fixes\nnpm run dev                          # localhost:3000 — interactive web UI\nnpm run a11y:ci -- --url https://example.com --with-ai-fixes true\n```\n\n## In your repo's CI\n\n```yaml\n# .github/workflows/accessibility.yml\nname: Accessibility\non: pull_request\npermissions: { contents: read, pull-requests: write }\njobs:\n  axle:\n    runs-on: ubuntu-24.04\n    steps:\n      - uses: actions/checkout@v4\n      - uses: asafamos/axle-action@v1       # coming to Marketplace\n        with:\n          url: ${{ github.event.pull_request.head.sha \u0026\u0026 format('https://preview-{0}.your-domain.dev', github.event.pull_request.number) }}\n          fail-on: serious\n          with-ai-fixes: \"true\"\n          anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}\n```\n\n## Positioning\n\naxle is a compliance workflow around an axe-core scan, not just a better scanner. The legal pressure (EAA June 2025, ADA Title III lawsuits, חוק שוויון) is the buying trigger; the scanner, AI fixer, PR comment, audit trail, badge, and accessibility statement are the bundle that makes the purchase obvious.\n\nExplicit non-goals:\n- No overlay widgets. Ever. (see accessiBe's $1M FTC fine, Jan 2025.)\n- No \"compliance certificate\" language. axle provides **remediation assistance**.\n- No false-confidence AI fixes. Every fix ships with `confidence` + `manual_review_needed`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasafamos%2Faxle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasafamos%2Faxle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasafamos%2Faxle/lists"}