A supabase alternative. Partly non-profit. There's just a handful of edge cases they prefer not to deal with. Working on it for weeks now and it's kinda fun.
Cool project. A fork or what? I run the full Supabase FOSS stack on my own stuff and Iām kinda curious what a new stack would offer above and beyond what Supabase already does.
Some parts were taken from their repo. Others are added like app-level authorization, a realtime engine using a c++ lib used by trading platforms, an option to sync some tables to a search database. edge functions are way down the roadmap but i plan to replace it with a js/ts one instead of a deno one.
I want it to be easily deployable to other cloud providers. Initially as monoliths which is ideal for small projects, then eventually as microservices that scale well for larger projects.