`portless` was built for the web
— Chris Tate (@ctatedev) February 22, 2026
So devs can stop fussing over ports and agents can work in parallel
Today we patched portless to fix some framework compatibility issues and added e2e tests for: Next.js, Svelte, Nuxt, Vite, Remix, Astro, Angular, Hono, Express, FastAPI, Flask pic.twitter.com/s4e2QSaaOR
— Chris Tate (@ctatedev) February 22, 2026
AI 中文摘要Claude 生成
Portless 是一個為網頁開發設計的工具,讓開發者無需手動管理 port 號碼,改以穩定的具名 .localhost URLs 進行本地開發。使用者可以簡單地執行 portless run 或 portless <name> <command>,工具會自動分配隨機 port(4000-4999 範圍)並透過代理進行轉向,無需記憶特定 port 號碼。
此工具支援多個現代框架,包括 Next.js、Svelte、Nuxt、Vite、Remix、Astro、Angular、Hono、Express、FastAPI 和 Flask。Portless 能自動偵測框架類型並自動注入必要的 flag。另外支援 HTTPS 和 HTTP/2,自動生成並信任本地憑證,提升開發伺服器頁面載入速度。
特色功能包括子域名組織、Git Worktree 自動偵測(不同分支自動獲得獨立 URL)、自訂 TLD 支援,以及與 Safari 相容的 /etc/hosts 同步。最近的更新修復了框架相容性問題並新增了多個框架的端對端測試。Portless 讓 Agent 能並行運作,開發者可專注於程式開發而非基礎設施管理。
