This is based on the quickstart example(s) provided by supabase using React.js and Next.js
Just a reminder from the Supabase Documentation what exactly supabase is
Supabase is an open source Firebase alternative. We are a service to:
Listen to database changes.
- Query your tables, including filtering, pagination, and deeply nested relationships (like GraphQL).
- Create, update, and delete rows.
- Manage your users and their permissions.
- Interact with your database using a simple UI.