#11 · Primary category: AI DevOps & SRE Tools
portless
Replace port numbers with stable, named local URLs. For humans and agents.
Project last updated:08/28/26
GitHub Stars
11.3K
Forks
372
Contributors
23
License
Apache-2.0
Why we included this project
Local development usually means juggling port numbers, and every restart can hand your app a new URL. Portless pins each project to a fixed .localhost address with HTTPS and HTTP/2 on by default, so the same URL keeps working across runs. It also handles the setup that normally gets in the way: it generates and trusts a local CA, injects the right --port and --host flags for frameworks that ignore the PORT variable, and gives each git worktree its own subdomain. That fixed endpoint is what makes it useful for AI agents and automation, which need a dependable address to call while developing rather than one that shifts between runs. Monorepos get a single config, and in CI it fails with a clear error instead of hanging on a prompt, so teams can adopt it without hand-managing a proxy.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries.
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
jenkins
Jenkins automation server
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
dagger
Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud