Launching today
BaseBuddy
Turn your Supabase database into a WordPress-like editor
40 followers
Turn your Supabase database into a WordPress-like editor
40 followers
BaseBuddy is an open-source Supabase CMS and self-hosted editor for existing Supabase and Postgres databases.





BaseBuddy
@ravi_teja_kntsย Very cool Ravi, congrats on the launch. How are you handling security and permissions on existing postgres?
BaseBuddy
@zolani_matebeseย It's an open source, self host product. It connects via the Postgres connection string you provide in your env vars, so it operates with whatever role/permissions that user has. It doesn't touch RLS or modify your schema, it just reads and writes through the mapping you configure. No extra permissions needed beyond what your app user already has.