Accessibility
Last updated: 2026-05-09
Statement
We are committed to making IsoKron accessible to all users.
This platform aims for WCAG 2.2 Level AA conformance. As of v1 launch, we use automated accessibility testing (axe-core) integrated into our continuous integration pipeline. We have not yet completed a certified third-party WCAG 2.2 AA audit; we plan to commission one as our resources permit (target: post first revenue milestone or external funding).
Known limitations
- The Stage 6 Architect's Ledger is desktop-only (a viewport wider than 768 pixels is required) due to layout density. Mobile users have read-only access to the rest of the workspace.
- We have not yet completed full screen-reader compatibility testing.
- Custom interactive widgets may not be fully optimized for assistive technology.
If you encounter an accessibility issue, contact accessibility@isokron.ai. We commit to a 30-day remediation SLA for reported issues.
What we test for today
Our axe-core integration runs on every pull request via GitHub Actions and blocks merge if violations are introduced. axe-core catches a substantial set of common WCAG issues, including (per Part 4 §9.3 of our architecture documentation):
- missing alt text;
- insufficient color contrast;
- missing form labels;
- ARIA attribute misuse;
- keyboard accessibility issues.
Honest disclosure of what axe-core does not catch
Per Part 1 §B.9 of our architecture documentation, the operator of IsoKron has explicitly accepted the launch-time risk of deferring a certified WCAG 2.2 AA audit. axe-core does not catch the following classes of issue, and these are gaps until the certified audit is commissioned:
- real screen-reader user-experience issues;
- cognitive accessibility issues;
- focus-management complexity in dynamic UI;
- custom widget patterns;
- quality of form error messaging.
We surface these gaps publicly so that you can make an informed decision about adopting IsoKron if your needs include support for any of the above.
Our 30-day remediation SLA
Per Part 4 §9.5:
- You report an issue at accessibility@isokron.ai.
- We triage based on severity (priority response within 5 business days).
- We ship a fix within 30 days of the report.
- We notify you when the fix is live.
- The issue and its fix are tracked under a dedicated
accessibility-issueslabel in our internal issue tracker.
When we will commission a certified audit
Per Part 4 §9.6, we will book a certified WCAG 2.2 AA audit when any of the following occurs:
- our first revenue milestone (target: $10,000 monthly recurring revenue);
- any external funding event; or
- a sustained pattern of accessibility-related customer reports (more than three reported issues per quarter).
At that point we will engage a qualified third-party auditor, publish the audit's outcome here, and update this page to reflect any conformance claims we are then able to make.
Feedback
We welcome feedback on accessibility, including suggestions for improvements that go beyond strict WCAG conformance. Email accessibility@isokron.ai.