Show HN: Railway – Configless Software Infrastructure
1–8 of 8 posts
Re: Show HN: Railway – Configless Software Infrastructure
#2Re: Show HN: Railway – Configless Software Infrastructure
#3How's the per seat pricing working out for you? I'd see a lot of people just using a shared login for this.
We’ll be adding more team centric stuff (more granular permissions, SSO, etc) to make this a bit more appealing/collaborative
Re: Show HN: Railway – Configless Software Infrastructure
#4How's the per seat pricing working out for you? I'd see a lot of people just using a shared login for this.
There’s definitely some of that. In my experience, pretty much every “Teams” product is really just for larger orgs to simplify orchestration. Plus people pay for usage regardless. We’ll be adding more team centric stuff (more granular permissions, SSO, etc) to make this a bit more appealing/collaborative
Re: Show HN: Railway – Configless Software Infrastructure
#5Earlier quoted context omitted.
There’s definitely some of that. In my experience, pretty much every “Teams” product is really just for larger orgs to simplify orchestration. Plus people pay for usage regardless. We’ll be adding more team centric stuff (more granular permissions, SSO, etc) to make this a bit more appealing/collaborative
Vercel solves this by basing it on the github user that's pushing to the repo. Something to consider.
Re: Show HN: Railway – Configless Software Infrastructure
#6Re: Show HN: Railway – Configless Software Infrastructure
#7I’m not using Railway in production, but I have been using it as a test DB to learn some new tools. It was recommended in a Discord group after people were having issues with how Heroku rotates keys for the hobby tier. The UI was way more intuitive. Didn’t even have to reference the docs to get going.
Re: Show HN: Railway – Configless Software Infrastructure
#8I’m not using Railway in production, but I have been using it as a test DB to learn some new tools. It was recommended in a Discord group after people were having issues with how Heroku rotates keys for the hobby tier. The UI was way more intuitive. Didn’t even have to reference the docs to get going.
I'm kinda surprised someone hasn't made a script to grab the new connection string and update the value in a secrets store when it stops working / Heroku rotates it.