1. Run setup SQL
Open Supabase, go to SQL Editor, paste supabase-setup.sql, and click Run.
Simple guide
This version can save enquiries and demo users into Supabase after you add your Project URL and anon public key. It also keeps a browser backup for testing.
Open Supabase, go to SQL Editor, paste supabase-setup.sql, and click Run.
Go to Project Settings, API, then copy Project URL and anon public key.
Open supabase-config.js and replace the two placeholder values. Never paste service role key.
Upload index.html, login.html, admin.html, script.js, supabase-config.js, and supabase-setup.sql to GitHub.
Fill the homepage enquiry form. It should save in Supabase and open WhatsApp.
In Supabase Table Editor, open skillgap_enquiries or skillgap_demo_users.
Admin.html shows browser backup data. Use Supabase dashboard for real database records.
Do not add database password or service role key to public website files.