Skip to content

canermastan/notification-gateway

Repository files navigation

Notification Gateway

A high-performance Reactive Notification Gateway built with Quarkus.

Core Concept

Centralize your alerts. One API to rule them all (Telegram, Discord, etc.).

Tech Stack

  • Backend: Java (Quarkus), Hibernate Reactive, Mutiny.
  • Frontend: Qute, Tailwind CSS.

Preview

Dashboard | Create

API Usage

POST /v1/notify

{
  "apiKey": "uuid-here",
  "message": "System Alert!",
  "severity": "ERROR"
}

Setup

  1. docker-compose up -d
  2. ./gradlew quarkusDev
  3. Web: localhost:8080/admin

About

Centralized, high-performance Reactive Notification Gateway. Built with Quarkus, Hibernate Reactive, and Tailwind CSS. Manage all your project alerts from one place.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors