Readiness status with evidence
WorkoutsDaily UK is live as a browser-only planning utility. This page separates what is ready now from what remains gated, so the public product does not pretend to be a coaching app, medical service or paid programme.
Live now
These are working public surfaces, not placeholders. Each item is backed by static files, visible copy and validation coverage in the repo.
Gated for now
These features are deliberately not live because they would raise support, compliance, data or trust requirements before demand has proved them useful.
Evidence checked
The maintained predeploy gate is npm --workspace workoutsdaily-uk run audit:all. It includes public-site metadata, pack discovery, privacy boundaries, delivery headers, PWA readiness, output integrity, source links, accessibility and the planner engine checks.
npm --workspace workoutsdaily-uk run readiness:auditnpm --workspace workoutsdaily-uk run packs:auditnpm --workspace workoutsdaily-uk run privacy:auditnpm --workspace workoutsdaily-uk run pwa:offlinenpm --workspace workoutsdaily-uk run visual:smoke
Live checks remain separate
Network-dependent checks stay explicit: readiness:live, delivery:live, pwa:live, sourcelinks:live, packs:live and privacy:live. They verify production routes and public source links without making offline development depend on the network.