Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 9

Show HN: Silo โ€“ Every Git branch gets its own localhost

By junhsss
2026๋…„ 2์›” 15์ผ
**Show HN: Silo โ€“ Every Git branch gets its own localhost**

I've been enjoying worktree managers like vibe-kanban and quickly realized I cannot run multiple dev servers, which is a huge no for me. Changing ports for each branch kinda works, but isn't the most efficient way.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 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 Comments URL: https://news.ycombinator.com/item?id=47019438 Points: 1 # Comments: 0

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.