Add a teammate
New accounts are created in Supabase's own dashboard — that's intentional. Creating an account needs a secret admin key that must never sit inside this website's code, where anyone could read it. Supabase's dashboard already has a safe screen for this.
- Click the button below — it opens your project's Users page in a new tab.
- Click Add user, enter their email and a password.
- Need a strong password? Generate one above and copy it across.
- Share the login with them directly (chat, in person).
Open Supabase → Users
Running in local demo mode
This site only has one account right now, stored in this browser. To give teammates their own real logins that work from any device, connect a Supabase project — open assets/auth-config.js and fill in your project URL and anon key, then re-upload it.