here is the link to the full guide ;) [https://www.9thco.com/labs/supabase-and-react-admin-guide](https://www.9thco.com/labs/supabase-and-react-admin-guide)
[React-admin](https://marmelab.com/react-admin/) should be a good fit for what you're looking for. It's a mature open-source framework for building admin interfaces quickly. It provides many components to deal with relationships between records and there's an official integration package for Supabase that makes things a lot easier. The [ra-supabase](https://github.com/marmelab/ra-supabase) package offers a dataProvider, an authProvider, specialized hooks and components to get the most out of Supabase in your admin panel. Hope this helps! (Disclaimer: I'm part of the react-admin core team. :) )