fieldju/deck — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2020-06-05
Monitor the real-time status of application deployments across cloud platforms.
Roll back a deployment to a previous version when something goes wrong.
Manage infrastructure and rollout configuration across AWS, Google Cloud, or other supported clouds.
Build custom modules or plugins that integrate into Deck's dashboard.
| fieldju/deck | 0xradioac7iv/tempfs | 7vignesh/pgpulse | |
|---|---|---|---|
| Stars | — | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2020-06-05 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires running Spinnaker's Gate API gateway locally alongside Deck for full functionality.
Deck is the web interface for Spinnaker, a platform that helps teams deploy and manage applications across cloud infrastructure. If you use Spinnaker to handle your deployments, Deck is the dashboard you'd open in your browser to see what's happening, trigger deployments, and configure your systems. The application is built with TypeScript and runs in the browser. You start it locally by installing dependencies with yarn, then running a startup command, the interface appears on localhost:9000. Behind the scenes, Deck communicates with Spinnaker's API (called Gate) to fetch information about your deployments and send commands back to the system. You can point it at different Spinnaker servers by setting an API_HOST environment variable, which is useful if you're switching between a local test environment and a production deployment system. The typical user is a DevOps engineer or platform team member who needs a visual way to monitor deployments, manage cloud resources, or configure how applications roll out. Instead of typing commands into a terminal, they use Deck's interface to see the status of deployments in real time, roll back to previous versions if something goes wrong, or manage infrastructure across AWS, Google Cloud, or other platforms that Spinnaker supports. The project is designed to be customizable, teams can build their own modules and plugins that integrate into Deck's interface following its conventions. The README notes this is still evolving, and the maintainers are open to adding new integration points as teams need them. If you want to work on Deck locally, you'll typically run the Spinnaker API gateway (Gate) on your machine as well, which Deck connects to for all its data and operations.
Deck is the browser-based dashboard for Spinnaker, letting teams monitor, trigger, and manage cloud deployments visually.
Mainly TypeScript. The stack also includes TypeScript, Spinnaker, Yarn.
Dormant — no commits in 2+ years (last push 2020-06-05).
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
double-check against the repo, no cap.