PlanetScale vs Supabase

Hi, i am building a blog SaaS, that let's users build their own blogs, but i can't decide whether to supabase or planetscale, supabase charges via bandwidth, and planet is based on number of requests, if got a lot of users, it would result in more blogs and more blog posts, that i cant control the length, i can limit but shouldn't ( who would limit the number of words their users posta can have? ), supabase bill would start to add up, everytime someone visited the blog poston the web, meanwhile with planetscale i wouldnt have that problem since its request based, i love that supabase offers auth and realtime features ( something i need for the app), and i could always cache the responses on NextJs, which would limit the amount of calls to the DB, resulting in less bandwidth being transfered, what are your thoughts?
1 Reply
luka
luka12mo ago
I would use supabase because u have great auth too