Vibes is a monorepo for the small tools I build for day-to-day research workflow. Each vibe lives in its own directory and is independent; they just share one conda environment. The idea is borrowed from @LeoMeow123/vibes.
A browser dashboard for monitoring remote GPU clusters over SSH — RunAI (password auth) and DSMLP (SSH keys + Duo 2FA). Shows GPU/CPU/RAM metrics, running processes, and includes a tabbed terminal emulator and a Claude Code launcher with a file explorer and markdown preview.
A server-less GPU monitor — workstation agents push nvidia-smi metrics to a shared GitHub Gist every 30 seconds,
and a static HTML page reads it. No SSH, no VPN, no server. A direct reimplementation of
@LeoMeow123/vibes/gpu-dashboard
with minor UX adjustments.
More vibes to come — the repo is meant to grow as new workflow gaps show up.