A modern, self-hosted uptime monitoring solution
Peekaping is a powerful, feature-rich uptime monitoring system similar to Uptime Kuma, built with Go and React. Monitor your websites, APIs, and services with real-time notifications, beautiful status pages, and comprehensive analytics.
Want to see Peekaping in action? Try our live demo:
π demo.peekaping.com
For detailed setup instructions, configuration options, and guides:
π docs.peekaping.com
Peekaping is currently in beta and actively being developed. While I am excited to share this project with the community, please note that:
- The software is still undergoing testing and refinement
- Some features may be incomplete or subject to change
- I recommend testing in non-production environments first
- Please report any issues you encounter - your feedback helps us improve!
We encourage you to try Peekaping and provide feedback, but please use it at your own discretion. Your testing and feedback are invaluable to making Peekaping production-ready! π
docker run -d --rm --restart=always \
-p 8383:8383 \
-e DB_NAME=/app/data/peekaping.db \
-e ACCESS_TOKEN_SECRET_KEY=test_access_token_secret_key_16_characters_long \
-e REFRESH_TOKEN_SECRET_KEY=test_refresh_token_secret_key_16_characters_long \
-v $(pwd)/.data/sqlite:/app/data \
0xfurai/peekaping-bundle-sqlite:latest
Peekaping also support PostgreSQL Setup and MongoDB Setup. Read docs for more guidance
Peekaping is designed as a modern alternative to Uptime Kuma, built with a focus on strongly typed architecture and extensibility. Our server is written in Go, a fast and efficient language that enables a small footprint while maintaining high performance. The codebase is structured for easy extensibility, allowing developers to seamlessly add new notification channels, monitor types, and even swap out the database layer without major refactoring.
The client-side application is also strongly typed and built with modern React patterns, making it equally extensible and maintainable. This combination of type safety, performance, and modular design makes Peekaping an ideal choice for teams who need a reliable, customizable uptime monitoring solution.
I share quick tips, dev-logs, and behind-the-scenes updates onΒ Twitter. If you enjoy this project, come say hi & follow along!
We welcome contributions! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by Uptime Kuma
- Built with amazing open-source technologies
- Thanks to all contributors and users
- Issues: Report bugs and request features via GitHub Issues
Made with β€οΈ by the Peekaping team