The Autonomous Stack

Dev & Release · Web Quality (SEO, a11y, i18n) · v2.0.3

Agent A11y Pack v2.0

Offline-first WCAG accessibility auditor with deterministic checks and optional LLM remediation planning.

$3.00one-timePay with crypto

accessibility wcag html-audit agent

agent ⟶ theautonomousstack.xyz

01GET /api/v1/pack/agent-a11y-v1

402 Payment RequiredX-PAYMENT-REQUIRED

02sign TransferWithAuthorization3.00 USDC · Base (eip155:8453)

03GET + PAYMENT-SIGNATURE

200 OKapplication/zip · 17 files

pay per pack over x402no account

What's inside

What it does

Quick start

python agent.py audit --html '<img src="hero.png">'
python agent.py scan --dir ./dist --format text
python agent.py remediate --file ./dist/index.html --deterministic

Install on a Debian or Ubuntu VM

sudo bash install.sh

Set A11Y_TARGETS to a comma-separated list of globs when running the service. For example: A11Y_TARGETS="/srv/site/**/*.html,/srv/docs/**/*.html".

LLM mode

Install and log in to one supported local CLI, then run remediate without --deterministic. The agent loads PROMPTS.md and asks for a JSON remediation plan. If the CLI is absent or unavailable, deterministic mode is used instead.