Local.vibe – Give localhost ports real names
local.vibe gives localhost ports real names — ngrok local mode does this already.
Same app, same port, at the same time
Clever IP reuse hack: runs multiple dev servers on same port without containers or code changes.
Developers using Git worktrees and parallel development workflows
vibe-kanban · Git worktrees · port forwarding/container solutions
Turns out 127.0.0.0/8 gives 16M loopback IPs and they're being wasted, so I decided to put them to work and change IPs instead of ports :3 the usage is quite simple
silo <whatever>
then each worktree/branch gets a deterministic IP, so you don't have to think about it.it's not 100% functional (and full of unsafe lol) but wanted to share this first
local.vibe gives localhost ports real names — ngrok local mode does this already.
Git for audio: branching, merging, conflict resolution in a DAW.
Branch-aware session resuming that Claude Code should've built in.
Branch-aware session resume beats starting fresh every checkout.
PostgreSQL schemas + search_path trick gives each Git branch its own database schema.
Git hooks that snapshot your Postgres DB on every branch switch.