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. https://t.co/2wQ9kupVyX
Vercel Portless v0.11 Automates Named Dev Server URLs for AI Agents
Vercel, a frontend cloud platform, released Portless
v0.11 — a local development proxy that replaces numeric port numbers with stable, named local domains. The update introduces a zero-config mode for readable URLs. It is now an agent skill, allowing tools like Claude Code to manage their own environments.Standard development environments are built for a single human user, creating a bottleneck for parallel agentic workflows. When multiple agents run dev servers simultaneously, they often collide on default ports, breaking the agent loop. Portless abstracts this infrastructure, ensuring each instance has a unique, stable identity.
You can now use Portless to support parallel git worktrees, enabling agents to work on different branches without process collisions. For human use, install the tool via npm install -g portless. To equip AI agents, run npx skills add vercel-labs/portless. The project is open-source and hosted on GitHub.
Chris Tate
@ctatedev
1retweets15likes
View on XStill wondering? A few quick answers below.
Vercel Portless is a local development proxy that replaces traditional numeric port numbers with stable and named domains. It simplifies local development by providing readable URLs and managing traffic between your browser and local dev servers without requiring manual port configuration or code changes.
Portless v0.11 is packaged as an agent skill, which is a reusable capability that AI agents can use to interact with their environment. By running a specific command, developers can equip agents like Claude Code with the ability to manage dev servers autonomously, ensuring they can access and test applications using stable, named URLs.
Yes, Portless specifically supports parallel development using git worktrees, which are multiple linked copies of a repository. This allows different AI agents or human developers to run separate instances of the same application simultaneously. Because each instance receives a unique named URL, it prevents port collisions that typically occur when multiple servers try to use the same port.
For human developers, Portless can be installed globally using the command npm install -g portless. Once installed, you can run the portless command in your project directory with zero configuration or arguments. To add it as a skill for AI agents, you use the command npx skills add vercel-labs/portless to integrate it into agentic workflows.
Vercel Portless is an open-source project maintained by Vercel Labs. The source code, documentation, and issue tracker are publicly available on GitHub. This allows the developer community to contribute to the tool, report bugs, and integrate it into various local development environments and AI agent platforms that require stable local networking abstractions.




