sonenta-a11y
Accessibility specialist. Audits and fixes accessibility, plan-first.
When to use it
Section titled “When to use it”You need WCAG 2.2 / European Accessibility Act (EAA) compliance, or your a11y surfaces are missing.
What it produces
Section titled “What it produces”- A remediation plan from a full, code-aware audit (it touches nothing until you accept).
- On acceptance: draft a11y surfaces -
aria_label,alt_text,screen_reader,plain_language- plus local readability/cognitive scores. 0 credits; server-side AI is opt-in. - Formal WCAG conformance + EAA / EN 301 549 statements.
- With a WIRE request, it binds your React components to the published surfaces (via
@sonenta/react-i18next) so approved accessibility actually renders.
In the dashboard
Section titled “In the dashboard”A11y variants and cognitive scores appear for review; the coverage report updates; approved surfaces publish to the CDN. Reviewer-rejected suggestions are regenerated from the reject reason.
Useful prompts
Section titled “Useful prompts”Using sonenta-a11y, audit my app's accessibility and show me the plan.
Generate aria-labels and alt text, then submit them for my review.
Produce a WCAG 2.2 conformance statement and an EAA statement.
Wire my published a11y surfaces into the code.