← Back to projects
Plugins / Tools project

Deploy Inspector

A pragmatic alternative to a full observability stack for teams that just need to know what shipped, whether it is healthy, and whether infra matches intent.

Overview

Deploy Inspector is a small CLI + web view that stitches together release events, health checks, and infra drift.

Challenge

Small teams often do not have the budget for full observability but still need clear answers when something regresses after a deploy.

Approach

  • Pull release events from CI and surface them against live health checks.
  • Diff observed infra against declared infra and flag drift.
  • Keep the surface area small: one CLI, one dashboard, no plugin ecosystem.