01 /
Project
AuraBoard is a Windows ambient screensaver app built with Electron + React. It runs from the system tray, activates on system idle, and overlays useful live widgets on top of a cinematic photo slideshow.
AuraBoard is a Windows ambient screensaver app built with Electron + React. It runs from the system tray, activates on system idle, and overlays useful live widgets on top of a cinematic photo slideshow.
git clone https://github.com/dexisworking/AuraBoard.git
cd AuraBoard
npm install
npm run dev
npm run build
Windows distributable:
npm run build:win
Spotify login is handled from inside AuraBoard using OAuth (PKCE). Once connected, the app can show now-playing metadata and provide play/pause/skip/volume/shuffle controls.
npm run dev - start development modenpm run build - build app bundlesnpm run build:win - build Windows installer/packagenpm run preview - preview production buildnpm run lint - run ESLintNo license file is currently included. Add a LICENSE file before broad distribution if you want to define usage rights clearly.