Skip to content

Welcome

SuperPlane is an open source DevOps control plane for running long-lived, event-driven workflows. It works across the tools teams already use such as Git, CI/CD, incident response, observability, infra, notifications, and more.

Most teams end up stitching these systems together with a mix of scripts, one-off CI jobs, and manual steps. That works until the workflow needs to span multiple tools, wait for humans, or run over hours and days.

SuperPlane gives you a place to model these workflows as a system: connect your tools, define how events flow, and get a complete, queryable execution history for debugging, audit, and shared understanding.

Run chain view showing end-to-end workflow execution history

Use SuperPlane when the workflow is bigger than a single pipeline or script:

  • Cross-tool automation with guardrails: coordinate releases with approvals, time windows, checks, and rollback paths.
  • Human-in-the-loop operations: pause for sign-off, collect decisions, and resume exactly where you left off.
  • Incident and on-call workflows: pull context from multiple systems, fan out notifications, and keep a work log.
  • “Glue work” you don’t want to re-build: webhooks, retries, routing, payload transforms, and a unified run history.

If you just want to click around and run a workflow, start the demo container:

Terminal window
docker pull ghcr.io/superplanehq/superplane-demo:stable
docker run --rm -p 3000:3000 -v spdata:/app/data -ti ghcr.io/superplanehq/superplane-demo:stable

Then open http://localhost:3000.

For more details and options, see installation guide.

  • Self-hostable: SuperPlane is designed to run on your own infrastructure.
  • Expect rough edges: we’re still stabilizing the core primitives and integrations.
  • Breaking changes are possible: but we’ll do our best to avoid them.