Log in as a user of your Supabase app
Sometimes it can be helpful to see your app exactly like one of your actual users sees it:
- UX / UI checks
- Debugging real-world edge cases
- Live 1:1 support sessions ("Let's look at your account together")
Live app: supa-user-login.vercel.app
-
Clone this repository and navigate into its folder
-
Install dependencies
npm install
- Start the app
npm run dev
- Open https://localhost:8080 in your browser