Hacker News new | ask | show | jobs
by kiwicopple 1403 days ago
supabase ceo here.

we have a hosted platform - you can sign up and spin up a postgres database, and we charge you $25/month (+ additional usage over a certain quota).

This model is proving to be fine for us. It's very common for developers to pay for a database, especially a full Postgres database (more-so than say, a frontend hosting solution). We have a free tier too, where we pause the database if it is unused for a week. This good for the planet, and our bottom-line

1 comments

Where does the actual hosting happen? AWS?
yes, just aws for now.