WorkSight MVP
E2E demo path
This page calls the Nest API at https://worksight-api.vercel.app. Responses follow the @worksight/common contract; whether they come from Postgres or in-process fixtures is reported by GET /health below.
source: Nest API
contract: @worksight/common
persistence: checking…
Authenticated dashboards stay on local fixtures unless NEXT_PUBLIC_USE_API=true. Runbook: docs/mvp/DEMO.md.
API health
GET https://worksight-api.vercel.app/health- Status
- …
- Data backend
- …
- DATABASE_URL configured
- …
- Uptime
- —
NEXT_PUBLIC_USE_API is true — /demo probes the API either way, but the authenticated dashboards only follow it when true.
Loading users, teams, tasks, and wellness stats from the API…