This is a complete authentication system built with HTML, CSS, PHP, and Supabase.
- ✅ Glassmorphism design matching your reference image
- ✅ Login form with email/password
- ✅ Signup form with validation
- ✅ Welcome dashboard with user info
- ✅ Supabase authentication integration
- ✅ Session management
- ✅ Responsive design
Your Supabase integration is already connected! The following environment variables are available:
SUPABASE_URLSUPABASE_ANON_KEY
/
├── login.html # Login page
├── signup.html # Signup page
├── dashboard.html # Dashboard page
├── auth.php # Authentication backend
└── README.md # This file
- PHP 7.4 or higher
- cURL extension enabled
- Session support
You can deploy this to any PHP hosting service:
- Upload files to your web server
- Configure environment variables in your hosting panel:
SUPABASE_URLSUPABASE_ANON_KEY
- Access
login.htmlto start using the app
To test locally:
# Start PHP built-in server
php -S localhost:8000
# Visit http://localhost:8000/login.html