Monitor website uptime, response time, and SSL certificates with instant alerts.
# Clone repo
git clone https://github.com/sioaeko/statuswatch.git
# Navigate to directory
cd statuswatch
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build|
Click "Add Website" button |
View real-time updates |
Check detailed metrics |
Monitor SSL certificates |
Monitoring interval is configurable in src/hooks/useMonitoring.ts:
const CHECK_INTERVAL = 30000; // 30 seconds by default- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit changes:
git commit -m 'Add amazing feature' - Push to branch:
git push origin feature/amazing-feature - Open a Pull Request
Built with β€οΈ by Sioaeko
Powered by βοΈ and Vercel