Verification layer for CI pipelines

Run checks independently. Fail only when a quorum agrees.

QuorumCI executes deterministic checks redundantly across independent nodes. Reduce false positives by requiring agreement before failure.

How it works

Independent execution.
Collective agreement.

01

Define a check

Specify a small, deterministic task: HTTP health check, DNS lookup, TLS validation, or custom script.

02

Execute redundantly

QuorumCI runs the same check across N independent nodes, each geographically and network-isolated.

03

Quorum determines truth

Results are aggregated. A failure is reported only when M of N executions agree on the same outcome.

.github/workflows/deploy.yml
- name: Verify deployment
  uses: quorumci/run@v1
  with:
    check:
      type: http
      url: https://api.example.com/health
    quorum: 3  # Fail only if 3 nodes agree

Job types

Built for infrastructure checks

HTTP / HTTPS

Health checks, endpoint verification, response validation. Verify status codes, response bodies, and headers.

type: http

DNS

Record lookups from multiple network vantage points. Verify propagation, detect misconfigurations.

type: dns

TLS

Certificate validation, expiry checks, chain verification. Catch certificate issues before they cause outages.

type: tls

Script

Custom Node.js or Bash scripts for complex verification logic. Stateless, short-lived, deterministic.

type: script

Getting started

Add to your pipeline
in minutes

QuorumCI integrates as a GitHub Action or CLI tool. No servers to manage, no complex configuration. Define your checks and let independent nodes handle the rest.

GitHub Action
uses: quorumci/run@v1
CLI
$ npx quorumci check --type http \
    --url https://api.example.com/health \
    --quorum 3

Pricing

Pay for what you use

Simple, usage-based pricing. No hidden fees.

Free

For trying out QuorumCI

$0 /month
  • 100 checks per month
  • Quorum up to 3 nodes
  • HTTP, DNS, TLS checks
  • Community support
Get started
Popular

Pro

For teams and production use

Usage-based
  • Unlimited checks
  • Quorum up to 7 nodes
  • All job types including Script
  • Evidence bundles
  • Email support
Get started

Enterprise

For organizations with compliance needs

Custom
  • Everything in Pro
  • Custom quorum sizes
  • SLA guarantees
  • Dedicated support
  • Volume discounts
Contact us
"Remove annoyance quietly. Measure success by fewer alerts, not more features."

QuorumCI design philosophy