Ask HN: What are the best resources to learn Rust in 2025?
Ask HN: Ideas to acquire "good taste" in programming?
Show HN: Kuvasz – an open-source uptime and SSL monitoring service
Highlights
- configurable uptime & SSL monitoring
- Telegram, Slack, PagerDuty & E-mail notifications (more to come!)
- fully-fledged REST API
- a responsive, modern & fast UI
- monitors are optionally configurable via a single YAML file, or you can choose to use either the UI or the API to maintain them
- Cloud-native, distributed as amd64 and arm64 images
- Only one dependency: a PostgreSQL database to connect to
- Extensive examples in the docs
- stable memory usage (max ~360MB) & great performance
It's written in Kotlin, under the hood it uses Micronaut with Netty, jOOQ, and PostgreSQL, and the server-side-rendered UI is built with kotlinx.html, Alpine.js, and htmx.
It's called Kuvasz (pronounce as [ˈkuvɒs]), and you can find the repository here: https://github.com/kuvasz-uptime/kuvasz
And the website with the extensive documentation here: https://kuvasz-uptime.dev
No comments yet