Interactive demo

Explainable decisions
for every incident.

This demo connects a simple incident management web app with the 7 pipelines of SignalDeck's it_incidents pillar. Every decision is persisted with its p_winner, margin, gate, and compliance verification — auditable and reproducible.

Environment status
API SignalDeck HTTP 301
Demo database connected

Users 5
Registered incidents 13733

Latest improvements
  • 30 vendor normalizers (raw signals catalog)
  • DIY playground — paste your JSON, see decisions
  • Mobile-first responsive UI across all views

Demo credentials

Hidden by default. They are sandbox-only accounts — no real data, no real users.

Try it yourself

DIY playground

Paste a raw JSON payload from any of the 30 supported vendors (Datadog, PagerDuty, Sentry, Grafana, Prometheus, Splunk, NewRelic, Cloudflare, ArgoCD, Jira, Opsgenie, Kafka, Rancher, Harness, UC4…) and see how the pillar normalizes it and routes the decision — without creating an incident.

Open DIY playground
Mobile-friendly

Every view (dashboard, incidents, raw inspector, simulation, help) adapts from 360 px upwards. Try it on your phone.

The 7 pipelines

Creating an incident fires the 4 on-create pipelines. The other 3 on-demand run from the incident detail view.

incident_severity_assessment
on-create

Calibrates true severity (SEV1–SEV4) with probabilities and margins.

incident_routing
on-create

Suggests the on-call team that should handle the incident.

change_correlation_check
on-create

Detects correlation with recent deploys and changes.

customer_impact_estimation
on-create

Estimates affected users and revenue at risk.

escalation_trigger
on-demand

Decides whether to escalate to a higher SEV or wake more teams.

deploy_freeze_decision
on-demand

Recommends freezing deploys while the incident is open.

auto_remediation_admissibility
on-demand

Authorizes or rejects auto-remediation (rollback/restart/scale).

How the flow works

1
Login

Cookie session + CSRF + audit log.

2
Create incident

Automatic dispatch of the 4 on-create pipelines via HMAC + JWT.

3
Decide

decision, p_winner, gate, and compliance are persisted.

4
Action

On-demand buttons to escalate, freeze deploys, or authorize remediation.