This app needs a free Supabase project to store accounts and reports. Open this file and paste your two keys into the CONFIG block near the bottom of the code:
Create a project at supabase.com (free).
In the project: Settings → API — copy the Project URL and the anon public key.
Paste them into SUPABASE_URL and SUPABASE_ANON_KEY.
Run the setup SQL (provided separately) in Supabase's SQL Editor.