Connect this build to a Supabase project
This page exists so a deployed copy can be pointed at a project created after the deploy, with no rebuild. Paste the two values in, and they are saved in this browser only. Anyone using this browser then reaches the live data; anyone else reaches the build-time keys, if there are any.
The anon key is public by design. It is a row in a browser request, it is in the page source of every app that ships one, and hiding it would protect nothing. What protects the data is row level security inside the database: every table has RLS on, and a policy decides row by row who may read or write. The anon key is just the door number. The service role key is the one that must never be here, never in a browser, and never in this box.
Nothing on this page is sent anywhere. The values stay in this browser's local storage until you clear them, and every request the app makes goes from this browser straight to your own Supabase project. If you are looking for what Chairside itself keeps, that is on the privacy page.