Show HN: Localias, securely manage local devserver aliases

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • localias

    custom local domain aliases for local dev servers

  • overmind

    Process manager for Procfile-based applications and tmux

  • I run an app with a bunch of separate processes managed in a Procfile invoked by Overmind (https://github.com/DarthSim/overmind):

    ```

    app-web: cd app && poetry run invoke server

    app-vite: cd app && pnpm dev

    app-storybook: cd app && pnpm story:dev

    api: cd api && poetry run invoke server

    docs: cd docs && npm run dev

    marketing: cd marketing && source .env && npm run dev

    ```

    Maybe it's my getting older, but I've found it _infuriating_ to remember which process is bound to 3003 vs 3002 vs 3001 and so on. Very grateful for this project so I can save myself a couple seconds of frustration every day — t/y OP for building it!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts