Skip to content
All features
platformpackages/platform/status

status package

Public status page primitives — incident timeline, component graph, subscriber emails. Renders both /status pages and embeddable widgets.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/platform/status
statuspackages/platform/status
Foundational layer
Runtime stack5 layers
  • edge
  • gateway
  • services
  • platformyou are here
  • storage
Uptime
99.78%
Resolved configstatus.config

Uptime

99.78%

+0.02%

p99 latency

23 ms

-2%

Active connections

3,269

Active tenants

491

+4%
packages/platform/statusplatform · Lowest shared layer · zero-app coupling
Usagestatus.ts
typescript
status.ts
1import { status } from "@nebutra/status";
2
3// Lowest shared layer — every higher capability composes on top.
4status.configure({
5  tenantId: org.id,
6  // Production-tuned defaults; override via @nebutra/config.
7});