Show HN: Local.vibe – Give localhost ports real names
Category: devtools
Tags: developer-tools, localhost-management, dns-proxy, macos, go
Score: 7.3/10 (Innovation: 6, Technical: 7, Documentation: 9, Utility: 7)
local.vibe is a macOS-only developer tool that replaces localhost:port addresses with friendly .vibe hostnames and provides a unified dashboard for managing local development projects. It's interesting because it combines DNS resolution, port forwarding, HTTPS certificates, and process management into a single Go binary with a clean UI, solving the common problem of tracking multiple local development servers.
Target audience: backend devs, frontend devs, full-stack developers
Repository: https://github.com/graiz/local.vibe · Go · MIT
View on Hacker News