📢
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
🚀 Quick Start
- Install dependencies:
npm install
- Start the server:
npm start
- Run the client:
npm run client
- Open admin panel: http://localhost:3005/admin
📡 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"
}