An AI-powered workout generator that creates a single random standing workout focused on hip, neck, and spine mobility and strength. All exercises can be performed without lying down and use only bodyweight.
backend/index.ts
- Main Hono server with workout generation API and history trackingfrontend/index.html
- Main HTML templatefrontend/index.tsx
- React frontend applicationfrontend/style.css
- Custom styling for horizontal layoutGET /api/workout
- Generate a new unique workoutGET /api/history
- View workout history (for debugging)The application generates a single workout using OpenAI while avoiding the last 2 generated workouts to ensure variety. The three workout components are displayed horizontally for easy viewing on one screen.