Navire will be a distributed, multi-channel notification orchestrator written in Go.
Its mission: to centralize, manage, and deliver notifications across multiple platforms, such as Slack, Gotify, ntfy, and Discord, through a unified API with intelligent routing, priority management, and delivery guarantees.
This project is currently under active development and not yet production-ready.
π Current goal: Building the Core API and Dispatch worker MVP.
β Planned milestone:v0.0.1β Basic multi-channel delivery with Slack, Gotify, ntfy, and Discord.
Modern systems rely on dozens of notification channels for deployments, alerts, security incidents, and routine updates. Managing these integrations separately is painful, fragile, and hard to scale.
Navire solves this by acting as a central orchestrator that:
- Exposes a single 
/notifyAPI for sending events - Dynamically routes notifications based on priority, type, and tenant rules
 - Handles retry, backoff, deduplication, and rate limiting
 - Integrates seamlessly with multiple delivery platforms
 - Runs in Docker/Kubernetes environments with high availability in mind
 
- π₯ Unified API β One endpoint to rule them all (
POST /notify) - π‘ Multi-channel delivery β Slack, Gotify, ntfy, Discord, and more
 - βοΈ Intelligent routing β Priority, type, and recipient-based delivery
 - β»οΈ Retry & backoff β Automatic retries with exponential strategies
 - π§© Pub/Sub agnostic β Works with Redis Streams, Kafka, NATS, RabbitMQ, etc.
 - π Token-based security β Stateless validation and tenant isolation
 - π Observability-first β Built-in metrics, structured logging, and tracing
 - π οΈ Container-native β Designed for Docker and Kubernetes from day one
 
The system will be built on a modular, scalable architecture:
[Client] β [Core API] β [Pub/Sub] β [Dispatch Workers] β [Notifiers]
- Core API β Handles validation, routing logic, authentication, and templating.
 - Pub/Sub Layer β Decouples ingestion from delivery. Pub/Sub backend is pluggable.
 - Dispatch Workers β Concurrently send notifications to configured channels.
 - Notifiers β Platform-specific adapters for Slack, Gotify, ntfy, Discord, etc.
 
Check out the Technical Overview for a full architecture breakdown and future roadmap.
This project will be released under the AGPLv3 license once the MVP reaches version v0.0.1.
Contributions will be welcome once the MVP is open-sourced. Stay tuned!
For updates, discussions, and technical deep-dives, follow the project here on GitHub.