Platform Foundation

Supabase connection

Connect CSorro OS to the backend without breaking the UI. If details are missing, the OS stays in demo mode.

Checking backend

Connection checklist

1. Database migration001_core_platform_schema.sql has been run successfully.
Done
2. Public API keysAdd Supabase URL and anon key to /os/app/platform-config.js.
Demo
3. AuthenticationUse /os/app/login/ after config is added.
Open login

What connects first

We connect in this order so the UI remains stable:


WorkspacesLoad the user's private company/client hubs.
ProjectsLoad projects from the selected workspace.
PeopleLoad workspace/project members and roles.
Tasks + ChatThen switch actions from local demo data to live data.