To access the admin zone, use these demo credentials:
Email: admin@solvits.com
Password: demo123
I've updated the login page to include a demo credentials card that shows these credentials clearly, and added an "Auto-fill credentials" button for convenience. The authentication now works in the frontend-only environment by validating against these demo credentials and storing a demo token for session management.
Currently, no database integrations are connected to this project. Here are your options for data persistence:
I can add any of these integrations for real data persistence:
1. Supabase (Recommended)
2. Neon
3. Upstash for Redis
I could also implement localStorage for demo purposes - data would persist in your browser but not be shared between users.
Would you like me to:
Let me know which approach you prefer!