VIBECODING ERGONOMICS LAB
Port of call
Deterministic non-standard port number assignment for when you're developing too many apps at once.
gem install port_of_call --pre
Do you have multiple Rails apps running on your machine? Tired of conflicts on port 3000? I was, so I vibe-coded this gem.
Port of Call automatically assigns deterministic port numbers to each Rails application based on its name.
Port of Call is a Ruby gem that assigns each Rails application a consistent, deterministic port number based on the application’s name or repository. This solves the common conflict of multiple Rails apps all defaulting to port 3000.