A real-time status page for monitoring Plazen services.
- 🔄 Real-time status checks for all Plazen services
- 📊 Response time monitoring
- 🎨 Clean, modern dark theme UI
- 📱 Fully responsive design
- ⚡ Auto-refresh every 60 seconds
- 🖱️ Manual refresh capability
- Plazen Website - https://www.plazen.org
- Plazen App - https://plazen.org
- Images API - https://images.plazen.org
You can run the status page locally using any static file server:
# Using Python
cd public
python -m http.server 8080
# Using Node.js (npx serve)
npx serve public
# Using PHP
cd public
php -S localhost:8080Then open http://localhost:8080 in your browser.
public/
├── index.html # Main HTML page
├── styles.css # CSS styles
├── app.js # JavaScript application logic
└── favicon.svg # Site favicon
The public/ directory can be deployed to any static hosting service:
- GitHub Pages
- Netlify
- Vercel
- Cloudflare Pages
- AWS S3 + CloudFront
MIT License - see LICENSE for details