Web surface
Landing shell, router and public assets are reachable from this deployment.
This page checks the public web surface and states what is intentionally protected, local-only or session-gated. It is built for deployment review, not marketing.
Expected 404s and auth gates count as healthy when they match the architecture.
Landing shell, router and public assets are reachable from this deployment.
The visual preview surface is a public route and should be available without login.
Anonymous users should be redirected to login before app data is loaded.
Auth, wallet and chat data use the configured Supabase project.
The web chat calls the Supabase Edge Function after a valid user session exists.
The local FastAPI runtime is intentionally not exposed from the public web domain.
No service role token or database password is exposed by this status page.
Run the local verification suite before deploy: typecheck, lint, web smoke, API contracts, build and visual QA.