/supa-user-login

Log in as a user of your Supabase app

Primary LanguageCSSApache License 2.0Apache-2.0

Supa User Login

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

Supa User Login Screenshot

Run locally

  1. Clone this repository and navigate into its folder

  2. Install dependencies

npm install
  1. Start the app
npm run dev
  1. Open https://localhost:8080 in your browser