Supabase has it all

I’m trying the supabase free Dashboard logging in from a Github account.

Supabase PROVIDES sql based postgres database tables, views, etc but also built-in Authentication with any kind of security policies and the API’s autogenerated for Wappler apps.
And STORAGE for images, movie files, etc. in AWS style buckets plus the autogenerated API’s
And Edge functions for your own code
Plus Realtime via Websockets

It is fairly simple to get up and running and in one location provides all the database functionality on server side with all of the autogenerated API connectivity to Client side browsers and phone apps you’re building.

AND supabase is Open Source and can be Installed on Your Own Server if you want to go that route.

And WORKING EXAMPLES to get you learning best practices right away.

3 Likes

Code provided for CRUD working from Clientside app to supabase data in Edge Functions.

2 Likes