A basic login and sign up page using Supabase. It is made with React, React Router, Vite, Tailwindcss and Supabase. Its fully Responsive and Mobile Friendly (login/signup).
I will update this Project soon with more features.*
| Feature | Description | Status |
|---|---|---|
| 🔐 Secure Authentication | Email/password with optional name field | ✅ Ready |
| 📱 Mobile-First Design | Fully responsive across all devices | ✅ Ready |
| 🎨 Modern UI/UX | Clean, intuitive interface with smooth transitions | ✅ Ready |
| ⚡ Lightning Fast | Powered by Vite for instant development | ✅ Ready |
| 🏠 Dashboard Ready | User Home Page with Dashboard | ✅ Ready |
You can find the code on GitHub.
| Technology | Description |
|---|---|
| React | JavaScript framework for building user interfaces |
| React Router | Library for declarative routing in React applications |
| Tailwind CSS | Utility-first CSS framework for rapid UI development |
| Supabase | Open-source PostgreSQL database with real-time capabilities |
- React 18+ - Latest features and performance
- React Router - Smooth, client-side navigation
- Tailwind CSS - Utility-first styling perfection
- Supabase - PostgreSQL with real-time subscriptions
- Authentication - Built-in user management
- Database - Instant APIs with zero configuration
- Vite - Lightning-fast development server
- Hot Reload - Instant feedback loop
- Modern JavaScript - ES6+ features throughout
- Node.js 16+ installed
- A Supabase account (free tier available)
git clone https://github.com/Marmo77/Supa-base-login-withauth.git
cd Supa-base-login-withauthnpm install
# or
yarn installCreate .env.local in your project root:
# 🔑 Supabase Configuration
VITE_SUPABASE_URL=your_supabase_project_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key💡 Tip: Find these values in your Supabase project settings under API
npm run dev
# or
yarn devNavigate to http://localhost:5173 and enhance it! ✨
| Use Case | Why It's Great |
|---|---|
| 🚀 Rapid Prototyping | Get authentication up and running in minutes |
| 💼 Client Projects | Professional-grade UI ready for production |
| 📚 Learning Supabase | Clean, well-commented code to study |
| 🏗️ Project Foundation | Solid base for any React application |
Ready to customize this for your needs? Here are some enhancement ideas:
- 🎨 Add your brand colors and styling
- 💻 Use shadcn/ui for better UI
- 🔐 Implement social login (Google, GitHub, etc.)
- 📧 Add email verification flow
- 🔄 Include password reset functionality
- 📊 Build comprehensive user profiles
- 🌙 Add dark mode support
Created for developers, by developers
Happy coding! 🎉
Built with ⚡ by Marmo77 | Star ⭐ if this helped you!



