Online backend setup
Connect accounts, cloud save and global land.
Your web host runs the game files. Supabase stores players, parcels, wallets, leaderboards and profiles online.
Online backend setup
Your web host runs the game files. Supabase stores players, parcels, wallets, leaderboards and profiles online.
Create a project, save the database password, and wait for provisioning to finish.
Copy Project URL and anon public key into js/config.js.
Open sql/supabase_schema.sql, copy all of it, and run it in SQL Editor.
Enable email auth and add your hosted domain to redirect URLs.
Buy a parcel on one account, then confirm another account sees it as owned.
These values are read from your current js/config.js.
Public anon key only
Never put a service-role key in this frontend project. Keep real payouts disabled until the payout provider, age/region checks, fraud checks, tax/KYC process and legal terms are ready.