Name: supabase-react-query-codegen
Description: A CLI tool to automatically generate React Query hooks and TypeScript types for your Supabase Database, streamlining data fetching and enhancing developer productivity.
Link: https://github.com/barrymichaeldoyle/supabase-react-query-codegen
How my project is using Supabase: I really like the Supabase feature to generate types found here:
https://supabase.com/docs/guides/api/rest/generating-types, but I'm also a big react-query fan, so I built this tool that takes my database schema and generates react query hooks to perform CRUD actions on all my supabase tables.
Are you looking for contributors: Yes, I've only just released an MVP that works nicely for my personal use. I could definitely use some help with documentation, testing, improving test coverage and general constructive feedback. If you use React Query and Supabase, check it out!