portless
Replace port numbers with stable named localhost URLs
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install portless?โผ
Run `npx skills add vercel-labs/portless --all -g -y` in your terminal to install all skills in this suite globally.
What problem does portless solve?โผ
It replaces numeric localhost ports with stable named URLs like https://myapp.localhost, ending port conflicts, wrong-app tabs, and cookie clashes between projects.
How do I fix OAuth redirect_uri_mismatch errors locally?โผ
Start the proxy with a valid TLD using `portless proxy start --tld dev`, then register the resulting https URL as the redirect URI in your provider console.
Does portless work with AI coding agents?โผ
Yes. It ships SKILL.md files so agents in Claude Code, Cursor, and similar tools always use the correct named URL instead of guessing ports.
Does portless support monorepos and git worktrees?โผ
Yes. One config file covers all workspace packages, and each git worktree automatically gets its own branch-based subdomain.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core