BMT project monitor — Vercel deployments + GitHub activity in one dashboard.
- Deployment status + build time per project
- GitHub stars, forks, watchers, open issues
- Recent commits with author + timestamp
- GitHub Actions workflow run status
- Deploy history with commit messages
- Auto-refresh with configurable interval
- Runs in browser or as Electron desktop app with system tray
npm install
npm run devOpen http://localhost:5173, hit ⚙ Settings, paste your Vercel token.
npm install
npm run electron:devnpm run electron:build
# outputs .deb and AppImage to /releaseAll config lives in browser localStorage (Settings modal). No .env needed for basic use.
- Vercel Token — generate at vercel.com → Settings → Tokens
- GitHub Token — optional, raises API rate limit from 60 to 5000 req/hr
- Refresh Interval — default 300s (5 min)
Built by @Grynder02