Ready Systems · Project Workbook

Almost there — setup needed

Checking configuration…
Both are in Supabase → Settings → API. Saved in this browser only; the anon key is public-safe (row-level security requires sign-in).
  1. Run schema.sql then seed.sql in the Supabase SQL Editor
  2. Paste the URL and anon key above (or hard-code them at the very top of this file)
  3. Serve this folder locally — from a terminal here run py -m http.server 8000 (Windows) or python3 -m http.server 8000, then open http://localhost:8000. Opening the file directly (file://) won't work.
  4. Sign in with a password user created in Supabase → Authentication → Users (no email redirects needed)