Hacker News new | ask | show | jobs
by bongobingo 1880 days ago
Good for hobby or personal projects, but not if you’re building something for work. Many of these “free” tiers are designed to vendor lock you before they walk you off a pricing cliff.

Take Auth0. Free for up to 7,000 user but then it jumps to about $250/month. Migrating from Auth0 is a pain. You should really only consider these “free” services if you think you’ll always be in the free tier, and if you’d use the service even if it wasn’t free.

1 comments

The time it takes to integrate ( and switch) many of these services may not be much less than spinning up something comparable yourself between docker, k8, lxc containers, etc.

Prematurely building scaling into every single layer of a test project might be a bit much, especially when it might not be known where the bottlenecks may occur.

In many cases, early prototypes/mvps should be semi throwaway anyways.

The idea of having a turnkey stack like this, maybe even with a script remains intriguing tho :)