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.
Define a check
Specify a small, deterministic task: HTTP health check, DNS lookup, TLS validation, or custom script.
Execute redundantly
QuorumCI runs the same check across N independent nodes, each geographically and network-isolated.
Quorum determines truth
Results are aggregated. A failure is reported only when M of N executions agree on the same outcome.
- 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.
uses: quorumci/run@v1 $ 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
- 100 checks per month
- Quorum up to 3 nodes
- HTTP, DNS, TLS checks
- Community support
Pro
For teams and production use
- Unlimited checks
- Quorum up to 7 nodes
- All job types including Script
- Evidence bundles
- Email support
Enterprise
For organizations with compliance needs
- Everything in Pro
- Custom quorum sizes
- SLA guarantees
- Dedicated support
- Volume discounts
"Remove annoyance quietly. Measure success by fewer alerts, not more features."
QuorumCI design philosophy