Accessibility Statement
Last updated: 2026-04-23
Our commitment
Anvil is designed to conform to WCAG 2.2 Level AA across every surface we ship — anvil.koydo.app, the Anvil dashboard, the CLI, and the API. Accessibility isn't an afterthought; the Anvil compliance suite runs 181 a11y tests against every build, and we block merges on any critical or high finding.
Conformance status
This site is self-assessed to be in conformance with WCAG 2.2 AA. We run the Anvil compliance suite against each deployment and publish the results alongside every release.
Features we support
- Keyboard navigation— every interactive element is reachable and operable by keyboard. A visible "Skip to main content" link is the first focusable element on every page.
- Screen readers — we test with VoiceOver (macOS, iOS), NVDA (Windows), and TalkBack (Android). Landmarks, headings, and ARIA live regions are used to announce context changes.
- Reduced motion — we honor
prefers-reduced-motion. The hero demo video switches to a static poster when reduced motion is on. - Color contrast — all text meets WCAG AA 4.5:1 on body text and 3:1 on large text and UI controls. Every color token is contrast-tested at both ends of the light/dark theme.
- Text spacing — content reflows at 400% zoom without loss of information. Users can override line-height, letter-spacing, and word-spacing without breaking the layout.
Known limitations
The hero demo video is autoplaying and silent; users who need audio descriptions can use the video control bar to pause, or enable reduced-motion to see the poster instead. The video carries a visually hidden text caption describing every scene for screen readers.
Feedback
If you hit an accessibility barrier, email accessibility@koydo.app. We acknowledge every report within 2 business days and publish a fix timeline within 5.
Formal complaints
If we don't satisfy your concern, you can escalate to the appropriate national enforcement body:
- EU — under the Web Accessibility Directive (EU) 2016/2102, contact your national monitoring body.
- US — ADA Title III and Section 508 complaints can be filed with the Department of Justice Civil Rights Division.
- UK — Equality and Human Rights Commission (EHRC).
Ongoing work
Accessibility isn't a check-once commitment. Every PR that touches user-facing code runs through the compliance suite, and the full audit results are published at /compliance. Open issues and planned remediations are tracked at github.com/koydo/koydo-anvil.