A sleek, Electron-powered desktop widget for tracking Discord voice channel activity in real time.
- 🔍 See who’s online and what they’re doing (activity + custom status)
- 🎤 Displays real-time voice channel presence
- 📤 Call-to-action button to ping gamers in your Discord server
- 🔕 Track who recently left voice chat
- 📝 Shows the latest message from
#general - 💡 Transparent, minimal design with tray controls
- 📦 Packaged as a Windows
.exevia Electron Builder
- Electron – for the cross-platform desktop app
- Node.js – backend & Discord integration
- Express – local web API for widget data
- Discord.js – to interact with the Discord API
- PostgreSQL – to track last-seen voice activity
- Railway – for hosting the backend
- Download the latest
.exefrom Releases - Run it — it will appear in your system tray
- Click the tray icon to toggle the widget
git clone https://github.com/yourusername/widgetbot.git
cd widgetbot/frontend
npm install
npm run start