ZeroMessenger

Send beautiful HTML/CSS notifications to any client, even when locked!

🎨 Custom HTML/CSS

Design beautiful notifications with full HTML and CSS support

🔒 Lock Screen Support

Display notifications even when Windows is locked

⚡ Real-time

Instant delivery via WebSocket connections

💻 Cross-platform

Electron-based client works on Windows, Mac, and Linux

Open Admin Panel

🚀 Quick Start

📡 API Usage

POST /api/notify Content-Type: application/json { "html": "<h3>Hello World!</h3><p>Custom notification</p>", "css": ".notification-container { background: blue !important; }", "duration": 5000, "position": "top-right" }