Skip to content

Checkstack

A pluggable platform for health checks, incidents, and operational signals. Run it yourself, or extend it with typed plugins.

Checkstack enforces strict package boundaries that are checked by the custom ESLint rule checkstack/enforce-architecture-deps:

  • Common to Common only.
  • Frontend to Frontend or Common.
  • Backend to Backend or Common.
  • Common may not depend on Backend or Frontend.
  • Frontend may not depend on Backend.

See Dependency Linter for enforcement details.