GitHub Actions · GitLab CI · any pipeline

Quality gates for every deployment.

Kuality's CI API blocks deployments the moment your site's accessibility score drops, a new high-severity vulnerability appears, or Core Web Vitals exceed your budget. One API call. Any CI/CD system. No agents to install.

No credit card · Free forever tier · REST API + GitHub Action

One API call. Any pipeline.

The gates endpoint returns HTTP 200 when your site passes and 422 when it fails — works with any CI/CD tool that checks exit codes.

# install
brew install kuality-io/tap/kuality

# authenticate (or set KUALITY_API_KEY)
kuality auth login

# run a gated test
kuality test staging.yoursite.com \
  --type a11y \
  --fail-on high \
  --format junit > results.xml

Gate on any quality dimension

Mix and match test types in a single gate call — block only when the checks that matter to your team fail.

Accessibility gates

Block deploys when WCAG violations above a severity threshold are introduced. Zero-tolerance for critical violations is one flag.

Performance budgets

Set LCP, CLS, INP, and Lighthouse score thresholds. Fail the build the moment a slow image or render-blocking script lands.

Security headers

Gate on missing HSTS, weak CSP, or absent X-Frame-Options. Enforce your compliance baseline on every merge.

Dependency CVEs

Block when a new high-severity CVE is detected in a loaded npm package or CDN dependency.

Broken links

Fail when new 404s appear in the crawl — catch dead links before users or Google find them.

Add quality gates to your pipeline

Free plan. No credit card. No agents to install.

Version 1.0.0