Home
Softono
yet-another-status-page

yet-another-status-page

Open source MIT TypeScript
23
Stars
4
Forks
4
Issues
0
Watchers
1 week
Last Commit

About yet-another-status-page

A modern, open-source status page built with Next.js and PayloadCMS, designed for flexible and reliable infrastructure monitoring.

Platforms

Web Self-hosted

Languages

TypeScript

Yet Another Status Page

A modern, self-hosted status page built with Payload CMS and Next.js.

Docker Build Documentation License: MIT

Deploy with Vercel

Note: After deploying to Vercel, make sure to add a Vercel Blob store in your project's Storage settings for media uploads to work.

🎯 Live Demo

Try out the admin interface without installation! The demo environment automatically resets every hour.

Demo Login: https://demo.yasp.io/admin/login

Email: [email protected]
Password: demo2026#

Screenshots

Demo Login Page with Auto-filled Credentials

Demo Login Page

Admin Interface with Demo Banner

Admin Interface

Checkout the demo using Login button

Public Status Page

Features

  • Incident Management β€” Track and communicate service disruptions with timeline updates
  • Scheduled Maintenance β€” Plan and notify users about upcoming maintenance windows
  • Email & SMS Notifications β€” Automatic subscriber notifications via SMTP and Twilio
  • Service Groups β€” Organize services into logical groups
  • Beautiful UI β€” Modern, responsive status page with dark mode support
  • Self-Hosted β€” Full control over your data and infrastructure
  • Docker Ready β€” Easy deployment with Docker and Docker Compose
  • Live Demo Mode β€” Optional, opt-in demo environment with automatic resets (see Demo Mode docs)

Quick Start

# Clone the repository
git clone https://github.com/Hostzero-GmbH/yet-another-status-page.git
cd yet-another-status-page

# Start the services
docker compose up -d

Visit:

Run Your Own Demo

YASP ships an optional Live Demo Mode that boots a fully-functional admin with pre-seeded data and periodic auto-resets - useful for evaluation, sandboxes, or public showcase pages.

Warning: Demo mode is destructive. It deletes and reseeds all application data at the configured interval. Only enable it on a dedicated or disposable database - never on production data.

docker compose -f docker-compose.demo.yml up -d

This sets DEMO_MODE=true on the app container, which:

  • Seeds the database with realistic sample data on startup
  • Schedules automatic resets every DEMO_RESET_INTERVAL_MINUTES (default 60)
  • Shows a demo banner with countdown in the admin panel
  • Auto-fills the login form with the demo credentials
  • Adds a "Login" button to the public status page
  • Blocks password changes on the demo user account

See the Demo Mode docs for full configuration, security considerations, and Kubernetes/Helm deployment notes.

Documentation

πŸ“š Full Documentation

Tech Stack

Component Technology
Framework Next.js 15 (App Router)
CMS Payload CMS 3.x
Database PostgreSQL
Styling Tailwind CSS
Email Nodemailer (SMTP)
SMS Twilio

Contributing

Contributions are welcome! Please read our Contributing Guide for details on development setup, coding standards, and the pull request process.

Security

For security concerns, please review our Security Policy. Do not report security vulnerabilities through public GitHub issues.

License

This project is licensed under the MIT License - see the LICENSE file for details.