Authentication
The sign-up form stores your name in Supabase auth metadata. After confirming the account, sign in to test database queries.
Sign in
Supabase connection tester
This page creates a plain Supabase client with the project's anon key so we can quickly verify read and write access. Use the forms below to sign up or sign in, fetch your linked profile row, and create a throwaway scene record.
Session:
Signed out
No active session
Profile data
These helpers call public.profiles. Row Level Security means you must be signed in before they return data.
Scene sandbox
Scenes are tied to your profile via owner_id. Use these to confirm insert and select permissions on the new tables.
Event log
Each action appends to the log below. Errors are highlighted so we can quickly spot permission issues.
Ready.