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.
The 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 PagesFull 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:latestComplete Coolify Deployment Guide
- Clone the repository
git clone https://github.com/openstatushq/openstatus.git- Install dependencies
pnpm install- Initialize the development environment
Launch the database in one terminal:
turso dev --db-file openstatus-dev.dbIn another terminal, run the following command:
pnpm dx- Launch whatever app you wish to:
pnpm dev:web
pnpm dev:status-page
pnpm dev:dashboardThe above commands will automatically run the libSQL client on 8080 so you might want to kill the turso command from step 3.
- See the results:
- open http://localhost:3000 (default port)
- Next.js - Dashboard
- Hono - API server
- Go - Checker
- Turso - Database
- Drizzle - ORM
- Tinybird - Analytics
- Tailwind CSS - Styling
- shadcn/ui - UI components
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.