Our target
We're working toward WCAG 2.1 Level AA, the widely-used benchmark for digital accessibility, across clypio.com and the client, clipper, and admin consoles at app.clypio.com. This is a self-assessment against that standard, not a certification from a third-party auditor — we haven't commissioned one yet.
What we've done
- Color contrast: text and interactive elements are checked against the 4.5:1 (normal text) and 3:1 (large text, UI components) ratios WCAG AA requires.
- Keyboard access: every control we build — including filter toggles, modals, and menus — can be operated without a mouse, with a visible focus indicator that doesn't disappear on interactive elements.
- Labels: form fields are programmatically associated with their labels, not just visually adjacent, so screen readers and voice control announce the right thing.
- Skip links: every page lets a keyboard user jump straight past repeated navigation to the main content.
- Semantic structure: headings, landmarks, and lists follow their actual document structure rather than being faked with generic styled divs.
What we haven't fully tested yet
Clypio is an early-stage product and this is an ongoing effort, not a finished project. Specifically:
- The overview charts (verified-views trend lines) have not been tested end-to-end with a screen reader; the underlying numbers are available elsewhere on the same page as a fallback.
- Below roughly 1024px width, the console sidebar has not been redesigned into a dedicated mobile pattern; it remains usable but is not yet optimized for that width.
- We have not run a full audit with assistive technology (NVDA, JAWS, VoiceOver) end-to-end across every screen.
Feedback
If you hit a barrier using Clypio — a control you can't reach by keyboard, text you can't read, or anything else — tell us and we'll work on it. Email privacy@clypio.com with what page you were on and what happened; we read every message and will follow up.
Changes to this statement
We'll update the date at the top when we make a material change to what's covered here.