build69
build69  /  Components  /  Site  /  Maintenance

Maintenance

v1.0.10Updated 27 Aug 2026

Scheduled-maintenance / downtime page with optional progress indicator. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 13 stories
CenteredOpen ↗
Why this is recommendedmaintenancedowntimestatusoffline+2

Maintenance centred on the page.

Recommended for+14
  • Status pages
  • Planned downtime windows
Tags+6
maintenancedowntimestatusofflinepagecentered
Features+4
  • Centered, full-gradient and with-progress layouts
  • Status message + ETA + progress
  • Self-contained — no required props
Not recommended for−2
  • Transient loading states (use Skeleton/Spinner)

Install

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

get_registry_item({ name: "Maintenance" })

Usage

import { MaintenanceCentered } from '@/components/pages/maintenance';

<MaintenanceCentered />

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

string

Related