What each relationship means in practice
One system, many front doors. The web app, demo console, growth app, marketing
site and docs are all thin surfaces over the same two backends: the Supabase Postgres
database (with its Edge Functions) and the Cloudflare worker. If two surfaces disagree
about data, the database is the truth; if an action fails on every surface at once,
suspect the worker or an Edge Function rather than the SPAs.

