Install: winget install Casey.Just, then run from the repo root.
Daily workflow
just ship "message" - commit + push + sync VPS just sync - force-sync VPS (no commit) just sync-web - HTML/JS/CSS only (fast) just deploy "msg" - push only, wait for CI
Status & monitoring
just status - git + CI + API health just ci - recent CI deploy runs just ping - is the site alive? just logs - tail live server logs
Server & database
just server - SSH into VPS just restart - restart relay (instant) just db - SQLite shell on live DB just sql "SELECTβ¦", run query on live DB
Rust & desktop
just check - catch Rust errors fast just build - build relay binary just dev-desktop - run Tauri app (dev) just build-desktop - build .exe installer
Shortcuts
just tasks - list tasks from API just loc - lines of code breakdown just grep "pattern"- search all JS/RS/HTML just open - open site in browser