Accessibility at Climer
Climer is committed to making AI literacy reachable for everyone. That commitment includes the people who use assistive technology to navigate the web. This page describes our current conformance, the standards we hold ourselves to, and how to flag a barrier you hit.
Standard we target
The Climer marketing site (climer.ai) and app (app.climer.ai) target conformance with Web Content Accessibility Guidelines (WCAG) 2.1, level AA. We follow the four WCAG principles: Perceivable, Operable, Understandable, Robust.
What's in place today
- Keyboard navigation: every interactive element on the marketing site is keyboard-reachable. A "Skip to main content" link appears at the top of every page when you press Tab.
- Visible focus indicators: a 3px lime outline shows where the keyboard focus is on every page.
- Color contrast: body text and UI text meet WCAG AA contrast (4.5:1 for normal text, 3:1 for large text). Both color schemes (Forest + Lime, Indigo + Warm White) were audited together.
- Reduced motion: we respect
prefers-reduced-motion. If your OS is set to reduce motion, we suppress non-essential animation. - Semantic HTML: headings nest correctly, lists are real
<ul>/<ol>elements, links describe their destination. - Mobile-first design: the site works at 320px width and up; pinch-zoom is never disabled.
Known gaps we're working on
- Form labels in the app: some form fields in the app rely on placeholder-only labels. We're migrating those to proper
<label>elements. - Quiz screen reader experience: our in-app quizzes don't yet announce correct/incorrect feedback in a way that screen readers reliably catch. Work in progress.
- Captions on video content: we don't currently host video. When we do, captions and transcripts will be a launch requirement.
How to report a barrier
If you hit something that doesn't work for you — anywhere on Climer — please tell us. We treat accessibility reports as bug reports: investigated, prioritized, fixed.
Email: hello@climer.ai — please include the page URL, the assistive technology you use (if applicable), and what didn't work.
We aim to respond within 5 business days.
Audits
The site is audited against WCAG 2.1 AA at least quarterly using axe DevTools and manual keyboard-only and screen-reader passes. The most recent audit was May 2026.