Open-source uptime monitoring and status page platform with checks from global regions.
Installs all 22 components. Without our CLI, run instead.
OpenStatus publishes a shadcn registry at openstatus.dev, with 22 components installable through the shadcn CLI.
Copy a prompt for your agent, copy the install command, or open the docs that ship it.
Alert-style status banner with tabs support and timestamp display
Interactive status timeline with hover, keyboard navigation, and event display
Empty and skeleton state components for loading and no-data scenarios
Monthly calendar view of status history with per-day markers and event hover cards
Full status page chrome — shell, header, footer, get-in-touch, status-updates, theme + locale switchers. Combine with status-essentials or status-complete for the body
Complete status page components including all primitives, displays, interactive elements, and chrome (header / footer / switchers)
Monitor component primitives for building status displays
Collapsible group wrapper for status components
Essential status page components for basic status displays
Event timeline components for displaying status reports and maintenance updates
Unified feed component combining status reports and maintenance events
React context for supplying translated labels and locale-aware date formatters to status blocks. Optional — blocks fall back to defaultStatusBlocksLabels (en-US) when no provider is mounted.
Unified status icon component with variants for different contexts
Layout primitives for composing status displays (Status, StatusHeader, StatusTitle, etc.)
Agnostic locale picker. Caller owns value, onValueChange, and label resolution — no next-intl, router, or locale detection
Presentation-only footer chrome (powered-by, action cluster). Embed/white-label gating, switchers, and tRPC fetch stay in the wrapping app
Two flat button primitives (icon + text) with tooltip chrome for the contact link in a status page header
Presentation-only header chrome (brand, nav, actions). Routing-agnostic — apps inject their own Link component via asChild
Outer chrome wrappers (StatusPageShell + StatusPageMain) around header / main / footer. Routing-agnostic with embed-aware Tailwind classes that activate only when an ancestor sets data-embed
Agnostic light/dark/system theme switcher. Caller owns the value and onValueChange wiring (next-themes, form state, etc.)
Interactive timestamp display with tooltip (simple) or hover-card (rich) variants showing multiple timezone formats
Popover with copy-link primitives for RSS, Atom, JSON, Slack, and SSH subscription channels. Flat exports — caller composes layout (tabs, sections, etc.)
openstatus
The open-source status page and uptime monitoring platform.
Learn more »
Documentation
·
Website
·
Discord
openstatus is an open-source platform that combines status pages and uptime monitoring in a single tool. Keep your users informed and your services reliable. Available as a managed service or self-hosted.
Beautiful, customizable status pages with custom domains, password protection, maintenance windows, and subscriber notifications via email and RSS. Build trust and keep your users informed during incidents.
Monitor your servers, websites and APIs from 28 regions across multiple cloud providers globally. Get notified via Slack, Discord, PagerDuty, email, and more when your services are down or slow.
Everything the dashboard does is reachable from your terminal, your infrastructure code, and your AI assistant — all sharing a single API key.
--json for agents, YAML monitoring as codeThe fastest way to get started for both development and self-hosting:
# 1. Copy environment file
cp .env.docker.example .env.docker
# 2. Start all services
docker compose up -d
# 3. Access the application
open http://localhost:3002 # Dashboard
open http://localhost:3003 # Status Pages
Full guide: DOCKER.md
We provide pre-built Docker images for easy deployment:
ghcr.io/openstatushq/openstatus-server:latest
ghcr.io/openstatushq/openstatus-dashboard:latest
ghcr.io/openstatushq/openstatus-workflows:latest
ghcr.io/openstatushq/openstatus-private-location:latest
ghcr.io/openstatushq/openstatus-status-page:latest
ghcr.io/openstatushq/openstatus-checker:latest
Complete Coolify Deployment Guide
See apps/dashboard/README.md for full steps (env, db, login, troubleshooting).
pnpm install
pnpm -w dev:status-page.
pnpm install
pnpm -w dev:web.
If you want to help us build the best status page and monitoring platform, check our contributing guidelines.
Interested in our enterprise plan or need special features? Email us at ping@openstatus.dev or book a call.
Distributed under the AGPL-3.0 License.
The packages and primitives its components pull in, counted across the registry.
OpenStatus is a component library on 21st.dev by OpenStatus with 1 public React component. Every component ships with a live interactive preview and full TSX source — copy the code, install it through the shadcn CLI, or pull it into Cursor or Claude Code over MCP.