Gotify is a self-hosted push notification server that delivers messages to clients in real-time over WebSocket connections.
The tool solves the problem of needing a centralized, privacy-respecting way to send and receive notifications without relying on third-party services. It works by running as a standalone server that accepts messages via HTTP API and broadcasts them to connected clients through WebSocket, enabling instant delivery. The server includes a web-based user interface for managing applications, users, and viewing messages.
Gotify suits developers and organizations that want full control over their notification infrastructure and prefer not to depend on external notification services. It is particularly valuable for self-hosted environments where privacy is a concern or where notifications need to stay within a private network. The project is appropriate for small to medium deployments where simplicity and ease of setup matter more than enterprise-scale features. Anyone considering adoption should expect a straightforward, lightweight solution focused on core notification delivery rather than a feature-rich platform with advanced routing, templating, or analytics.
Development on the project shows consistent maintenance with regular commits addressing bug fixes and incremental improvements. The codebase demonstrates active attention to code quality through pull request reviews and issue resolution. The maintainers respond to user-reported problems and incorporate community feedback into updates. The project maintains clear documentation and provides installation guidance for common deployment scenarios.