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.
Visit the official website:
๐ peekaping.com
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:
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 --restart=always \
-p 8383:8383 \
-e DB_NAME=/app/data/peekaping.db \
-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:
This project is licensed under the MIT License - see the LICENSE file for details.
Made with โค๏ธ by the Peekaping team