What this module is
@ariada-org/diff-schema + diff-stub) is real and
published. The operational dashboard UI shown here does not yet exist as shipped
code.
The Ariada CI gate dashboard is the developer-facing read surface for the differential accessibility gate: a pull-request check card (GitHub Checks API) plus a companion web dashboard that breaks down new violations, pre-existing tracked findings, and the pass / block decision — without burying the developer in a wall of axe-core JSON.
@ariada-org/diff-schema
+ diff-stub + diff-action) is real and published on npm.
The operational dashboard is the roadmap for a future product that is not yet launched.
- Type
- GitHub Checks API card + companion web dashboard (design specification)
- OSS layer
@ariada-org/diff-schema+diff-stub+diff-action— equality-only gate; real and published- Status
- Dashboard: design mockup only. Gate packages: published at 0.1.0 with Sigstore provenance.
Who uses it & why
| Role | How they use it | Value |
|---|---|---|
| Frontend / QA developer | Sees a pass/block signal on every PR without reading raw axe JSON | High — reduces review friction |
| Engineering lead | Sets differential thresholds (new-violations-only vs all) per repository | High |
| Accessibility engineer | Drills into the new-vs-pre-existing breakdown; tracks regression over time | High |
| Compliance team | Uses the gate log as an audit trail for EAA / ADA compliance evidence | Medium-High |
The gate dashboard turns the scanner's output into a blocking CI signal: developers cannot merge a PR that introduces new accessibility violations without an explicit bypass decision by an authorized reviewer.
Distribution — free and open source
The OSS differential gate — the schema, the equality-only classifier, and the GitHub Action — are free and open source under the EUPL-1.2 licence. No account is required to use the equality-only gate in your CI pipeline.
| Capability | Availability |
|---|---|
| Fingerprint + selector-normalise for equality comparison | Open source |
| Equality-only pass / block gate | Open source |
| Composite GitHub Action wrapping the gate | Open source |
Getting started
- Install — the
diff-actionis published on npm and the GitHub Actions marketplace. - Add to CI — add the Action to an existing CI workflow; it produces a pass/block gate on every pull request.
- Configure — set thresholds and baseline snapshots per repository; the gate output doubles as an EAA compliance audit-trail entry.
- Extend — the schema and stub are open source; you can extend the equality-only gate with custom rules.
Documentation & help — current state
- Action usage
uses: ariada-org/diff-action@v0.1— see the README for the requiredscan-resultinput and thegate-resultoutput.- Docs site
apps/docs(Astro Starlight) needs a "CI Gate" page: install → configure baseline → read the check card → handle a block.- Dashboard docs
- Not yet written — the dashboard itself is not yet shipped.
AI chat & digital-adoption helpers — plan
Screenshots — click any image to open it full size
From the end-to-end Playwright harness. Each thumbnail opens a full-size, zoomable overlay.
Assessment summary
Full assessment is in assessment.html. Headline: the design mockup follows GitHub Checks API conventions and Codecov / SonarCloud patterns for PR comment summaries. Key gap: the dashboard is a design specification only — no operational code ships yet. The OSS gate packages are real.



