Workouts

offline

Export

Add Source

Add Workout

Recently Deleted

Medical Records

Import Workouts

Paste JSON or import a .json file.

AI prompt guide for generating import JSON
Prompt an AI with: "Generate a workout plan as JSON with this exact schema: { "workouts": [ { "name": "Exercise Name", "group": "group name", "purpose": "rehab|strength|sport", "source": "your-source-name", "description": "brief description" } ], "weeklyPlan": { "monday": { "label": "Day Theme", "location": "gym|home|soccer|bike|rest", "workouts": ["Exercise Name", ...] }, ...through sunday } } Rules: - Every workout name in weeklyPlan MUST have a matching entry in the workouts array - Valid groups: Range of Motion / Stretching, Quad Strengthening, Straight Leg Raises, Bridging, Hip Strengthening, Ankle Strengthening, Core Stability, Balance / Proprioception, Gait Training, Step Exercises, Hinging / RDL Variations, Lunges, Squats, Monster Walks, Lower Extremity Reaches, Plyometric, Upper Body, Cardio - Valid purposes: rehab, strength, sport - Valid locations: gym, home, soccer, bike, rest - Return ONLY valid JSON, nothing else"

Duplicate Check