Public
Daily workout planning for Intervals.icu
This web app is the foundation for the existing Python planner. It keeps the same deterministic template-selection model while adding a clean browser surface.
What this app is
A web foundation for Intervals Agent, the single-athlete daily workout scheduler backed by the existing planner modules.
Current functionality
Route groups, shell layout, theme tokens, and health routes are in place. Auth and planner API surfaces are intentionally next.
Health checks
Use /health for a human-readable check and /api/health for JSON-based probes in deployment automation.
Open healthProtected workspace
The /dashboard route group is scaffolded as the authenticated app boundary for the next implementation step.
Open dashboard