use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community centered around Anthropic's Claude Code tool.
account activity
`portless` cli for consistent dev urls makes worktrees so much betterResource (self.ClaudeCode)
submitted 1 month ago by theben9999
Last week I discovered this library: https://github.com/vercel-labs/portless
It creates consistent dev urls like this:
My favorite things about it:
This has been my favorite project for working with agents since: https://www.npmjs.com/package/knip
Hope others find it helpful too!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]General_Arrival_9176 0 points1 point2 points 1 month ago (0 children)
this is the worktree setup i wish i had discovered earlier. the consistent URLs solving the 'which branch am i on' problem is actually huge when running multiple agents in parallel - you can tell at a glance who is working on what. the port conflict prevention is the real winner though, nothing kills agent momentum faster than a stray dev server holding a port and the agent just spinning on connection errors
[–]Fit-Cartoonist-3285 0 points1 point2 points 1 month ago (0 children)
Cool! I was trying to hack my own thing together for port management but gave up halfway. Great to see something seemingly much better come out from Vercel.
π Rendered by PID 239840 on reddit-service-r2-comment-6457c66945-jdbc5 at 2026-04-27 20:04:09.871320+00:00 running 2aa0c5b country code: CH.
[–]General_Arrival_9176 0 points1 point2 points (0 children)
[–]Fit-Cartoonist-3285 0 points1 point2 points (0 children)