A production-grade instrumentation toolkit providing Express and NestJS telemetry, Prometheus metrics, structured Winston JSON logs, and mountable React & Next.js admin dashboards.
Everything you need for backend instrumentation, dashboard rendering, and tooling.
Plug-and-play middleware for Express and NestJS. Exposes /metrics for Prometheus scrapers, Winston JSON logging, and error tracking with automatic request-response latency percentiles (p50, p95, p99).
setupObservability(app)ObservabilityModule.forRoot()Embeddable observability dashboard package with 6 pre-built layout views, 6 runtime color themes (Tokyo Night, Nord, Dracula, etc.), and deep stack-trace inspection.
<ObservabilityDashboard />Command-line companion for developer happiness. Auto-detects Next.js App or Pages router, scaffolds dashboard routes, and validates server health with stacklenzz doctor.
stacklenzz dashboard - Auto-scaffoldstacklenzz doctor - Health validationstacklenzz init - Configuration generatorBrowse the interactive documentation for copy-paste examples, CLI commands, and complete SDK reference.