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=trueDemo Credentials
Demo credentials when NEXT_PUBLIC_DEMO_MODE=true:
| Role | Password | |
|---|---|---|
| User | user@shadcn.com | user@123 |
| Admin | admin@shadcn.com | admin@123 |