I'm currently using AWS for my MVP, but it's getting too expensive for my budget as a solo developer. I'm wondering which platform is better in terms of cost and latency: Render with Supabase or Digital Ocean? I'm not looking at free tiers, just what the costs are after those. Also, if I implement Row Level Security (RLS), will that be sufficient for my B2B app, which doesn't expect much traffic?
3 Answers
If you're using Flutter and Django, Supabase offers convenient auth options like JWT or Django Rest Auth. As for migration, using Supabase will keep things relatively straightforward, but be wary of email handling since some auth solutions might encode emails.
What does your tech stack look like? If you're developing a B2B application with multi-tenancy, the frameworks you use could affect your choice. Also, how are you planning to handle authentication?
I'm currently using Supabase in combination with Digital Ocean, and it's been working really well for me! You might want to consider that combo for your setup.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically