build69
build69  /  Components  /  App  /  SystemStatus

SystemStatus

v1.0.16Updated 27 Aug 2026

System status / uptime page — all-operational, with-incident, component list, uptime history and incident history layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 14 stories
All OperationalOpen ↗
Why this is recommendedstatusuptimeincidentmonitoring+3

SystemStatus — all operational.

Recommended for+14
  • Status / uptime pages
  • Service monitoring
Tags+6
statusuptimeincidentmonitoringpagealloperational
Features+4
  • All-operational, with-incident, component-list, uptime-history and incident-history layouts
  • Scheduled-maintenance / metrics / degraded / subscribe variants
  • Self-contained — no required props
Not recommended for−2
  • Maintenance windows (use Maintenance)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "SystemStatus" })

Usage

import { StatusAllOperational } from '@/components/pages/system-status';

<StatusAllOperational />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related