New

5 demos, 10+ applications, 50+ blocks, 30+ pages & much more

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
Useruser@shadcn.comuser@123
Adminadmin@shadcn.comadmin@123