Documentation

Browse and explore docs

Demo Mode

The template ships with a Demo Mode that lets you explore the dashboard without connecting to a real Supabase project. In demo mode, mock credentials are pre-filled and no real database calls are made.

To toggle demo mode, set the following variable in your .env file:

truefalse
# Set to false when connecting to your own Supabase project
NEXT_PUBLIC_DEMO_MODE=true

Demo Credentials

Demo credentials when NEXT_PUBLIC_DEMO_MODE=true:

RoleEmailPassword
User[email protected]user@123
Admin[email protected]admin@123