Features
๐ Zero Dependencies
Pure Node.js with ES modules. No external packages needed.
๐ Static Generation
Works perfectly with GitHub Pages. No servers required.
๐ Automated Checks
GitHub Actions runs checks every 10 minutes automatically.
๐ Issue Tracking
Automatic GitHub Issues creation for service outages.
๐ JSON API
RESTful endpoints for each service status and history.
๐จ Dark Mode
Minimal design that respects system theme preference.
Quick Start
-
Use this template
Click "Use this template" button on GitHub
-
Configure services
Edit config.yml with your services to monitor
-
Enable GitHub Pages
Settings โ Pages โ Deploy from main branch
-
Done!
Your status page will be live at username.github.io/repo
Configuration Example
language: en
checks:
- name: My Website
url: https://example.com
- name: API
url: https://api.example.com/health
method: GET
expected: 200