Next.js with Supabase

A compilation of Supabase capabilities.

For demo purpose only. Please do not provide personal information.

Authentication

supabase.com/docs/guides/auth

Sign in using the example account

Database

supabase.com/docs/guides/database

Uses Supabase's JS Client Library to interact with our Postgres database

Realtime

supabase.com/docs/guides/realtime

Uses Supabase Realtime to listen for database updates from above.

Storage

supabase.com/docs/guides/storage

Supabase provides storage capabilities as well. Try uploading an image.

Edge Functions

supabase.com/docs/guides/functions

Uses Supabase's JS Client Library to interact with our Postgres database
Built with Next.js, Supabase, NextUI, and Tailwind CSS