IntSta

A deliberately simple “dashboard as config” for binary checks on a screen.

Idea

  • Panels and sensors are defined in YAML; each sensor is a simple check.
  • Sensors are binary: good or bad; history is shallow and in-memory by default.
  • Access control is intentionally out of scope and handled externally.

Constraints

  • Minimal moving parts; no database required for the first version.
  • Limited data retention; restarts may discard history.
  • Intended for glanceable status, not exploration.
panels: - name: Core sensors: - name: Homepage url: https://example.com - name: API url: https://api.example.com/health