A high-performance Reactive Notification Gateway built with Quarkus.
Centralize your alerts. One API to rule them all (Telegram, Discord, etc.).
- Backend: Java (Quarkus), Hibernate Reactive, Mutiny.
- Frontend: Qute, Tailwind CSS.
POST /v1/notify
{
"apiKey": "uuid-here",
"message": "System Alert!",
"severity": "ERROR"
}- docker-compose up -d
- ./gradlew quarkusDev
- Web: localhost:8080/admin

