I think Supabase needs playgrounds for the client libraries. I find myself much preferring to write views in datagrip, because I can do that in easily with instant feedback, then check the results and make sure I'm getting what I want. Writing a JS query requires me to run the app and check the console log or the component data.
TLDR: I want to test JS SDK queries against my database like I can test SQL queries