SuperPlane
SuperPlane is an open source control plane for platform engineering.
It lets you define and run event-based workflows across the tools you already
use such as Git, CI/CD, observability, incident response, infra, and notifications.

Project status
This project is in alpha stage and moving quickly. Expect rough edges and occasional
breaking changes while we stabilize the core model and integrations.
If you try it and hit something confusing, please open an issue.
Early feedback is extremely valuable.
What it does
- Workflow orchestration: Model multi-step operational workflows that span multiple systems.
- Event-driven automation: Trigger workflows from alerts, infrastructure events, code changes, issue updates, schedules, and webhooks.
- Control plane UI & CLI: Design and manage platform engineering processes; inspect runs, manage secrets, and view history in a single place or via the CLI.
- Memory: Persist and retrieve runtime data across different paths and executions of the same canvas using built-in data storage components.
- Shared operational context: Keep workflow definitions and operational intent in one system instead of scattered scripts.
How it works