AI Agent 并行Vibe Coding的一个痛点就是端口冲突,有时候不得不人工介入,刚发现这个神器:portless
简单一个命令,譬如:portless myapp next dev
就把next的本���端口3000变成👇
https://myapp.localhost
自动分配端口,不冲突,支持多 worktree、多服务、多人/多 Agent 同时跑。
本地开发,从“找端口”→“用域名”
这才是 AI 时代该有的 DX。
Portless killed :3000
Dev servers got stable names like myapp.localhost
Agents could use worktrees in parallel without stepping on each other
Now it's easier than ever in v0.11
Just run: portless
Zero config. Zero args. Zero code changes.