Web Editor

This tool allows you to quickly build your weightlifting programs, ensure you have proper weekly volume per muscle group, and balance it with the time you spend in a gym. You can build multi-week programs, plan your mesocycles, deload weeks, testing 1RM weeks, and see the weekly undulation of volume and intensity of each exercise on a graph.

Set the program name, create weeks and days, type the list of exercises for each day, putting each exercise on a new line, along with the number of sets and reps after slash (

/
) character, like this:

Squat / 3x3-5 Romanian Deadlift / 3x8

Autocomplete will help you with the exercise names. You can also create custom exercises if they're missing in the library.

On the right you'll see Weekly Stats, where you can see the number of sets per week per muscle group, whether you're in the recommended range (indicated by color), strength/hypertrophy split, and if you hover a mouse over the numbers - you'll see what exercises contribute to that number, and how much.

The exercise syntax supports RPEs , percentage of 1RM, rest timers, various progressive overload types, etc. Read more about the features in the docs!

When you're done, you can convert this program to Liftosaur program, and run what you planned in the gym, using the Liftosaur app!

To use this program:
  • Install Liftosaur app
  • Copy the link to this program by clicking on below
  • Import the link in the app, on the Choose Program screen.
Download on the App Store
Get it on Google Play

00:45
Bench Press, Barbell / 1x3-5 60lb 180s, 1x5-8 55lb 120s, 1x8-10 50lb 60s / progress: custom() {~
if (completedReps[1] >= 5) {
weights[1] += 5lb
minReps[1] = 3
} else if (completedReps[1] < 5) {
minReps[1] = completedReps[1]
}
if (completedReps[2] >= 8) {
weights[2] += 5lb
minReps[2] = 5
} else if (completedReps[2] < 8) {
minReps[2] = completedReps[2]
}
if (completedReps[3] >= 10) {
weights[3] += 5lb
minReps[3] = 8
} else if (completedReps[3] < 10) {
minReps[3] = completedReps[3]
}
~}
Bent Over Row, Barbell / 1x3-5 55lb 180s, 1x5-8 45lb 120s, 1x8-10 40lb 60s / progress: custom() {~
if (completedReps[1] >= 5) {
weights[1] += 5lb
minReps[1] = 3
} else if (completedReps[1] < 5) {
minReps[1] = completedReps[1]
}

if (completedReps[2] >= 8) {
weights[2] += 5lb
minReps = 5
} else if (completedReps[2] < 8) {
minReps[2] = completedReps[2]
}
if (completedReps[3] >= 10) {
weights[3] += 5lb

00:45
Shoulder Press, Dumbbell / 1x3-5 20lb 180s, 1x5-8 15lb 120s, 1x8-10 10lb 60s / progress: custom() {~
if (completedReps[1] >= 5) {
weights[1] += 5lb
minReps[1] = 3
} else if (completedReps[1] < 5) {
minReps[1] = completedReps[1]
}
if (completedReps[2] >= 8) {
weights[2] += 5lb
minReps[2] = 5
} else if (completedReps[2] < 8) {
minReps[2] = completedReps[2]
}
if (completedReps[3] >= 10) {
weights[3] += 5lb
minReps[3] = 8
} else if (completedReps[3] < 10) {
minReps[3] = completedReps[3]
}
~}
Lat Pulldown, Cable / 1x3-5 30lb 180s, 1x5-8 25lb 120s, 1x8-10 20lb 60s / progress: custom() {~
if (completedReps[1] >= 5) {
weights[1] += 5lb
minReps[1] = 3
} else if (completedReps[1] < 5) {
minReps[1] = completedReps[1]
}
if (completedReps[2] >= 8) {
weights[2] += 5lb
minReps[2] = 5
} else if (completedReps[2] < 8) {
minReps[2] = completedReps[2]
}
if (completedReps[3] >= 10) {
weights[3] += 5lb
minReps[3] = 8

00:45
Incline Bench Press, Dumbbell / 1x3-5 25lb 180s, 1x5-8 20lb 120s, 1x8-10 15lb 60s / progress: custom() {~
if (completedReps[1] >= 5) {
weights[1] += 5lb
minReps[1] = 3
} else if (completedReps[1] < 5) {
minReps[1] = completedReps[1]
}
if (completedReps[2] >= 8) {
weights[2] += 5lb
minReps[2] = 5
} else if (completedReps[2] < 8) {
minReps[2] = completedReps[2]
}
if (completedReps[3] >= 10) {
weights[3] += 5lb
minReps[3] = 8
} else if (completedReps[3] < 10) {
minReps[3] = completedReps[3]
}
~}
Seated Row, Cable / 1x3-5 30lb 180s, 1x5-8 25lb 120s, 1x8-10 20lb 60s / progress: custom() {~
if (completedReps[1] >= 5) {
weights[1] += 5lb
minReps[1] = 3
} else if (completedReps[1] < 5) {
minReps[1] = completedReps[1]
}
if (completedReps[2] >= 8) {
weights[2] += 5lb
minReps[2] = 5
} else if (completedReps[2] < 8) {
minReps[2] = completedReps[2]
}
if (completedReps[3] >= 10) {
weights[3] += 5lb
minReps[3] = 8

Week Stats

Total Sets: 45
Strength Sets: 9, 20%
Hypertrophy Sets: 36, 80%
Upper Sets: 30 (6s, 24h), 3d
Lower Sets: 12 (3s, 9h), 3d
Core Sets: 3 (3h), 1d
Push Sets: 15 (3s, 12h), 3d
Pull Sets: 18 (4s, 14h), 3d
Legs Sets: 9 (2s, 7h), 3d
Shoulders: 12 (4s, 9h), 3d
Triceps: 11 (2s, 9h), 3d
Back: 14↓ (5s, 9h), 3d
Abs: 8↑ (2s, 6h), 2d
Glutes: 12 (3s, 9h), 3d
Hamstrings: 8↑ (2s, 6h), 3d
Quadriceps: 11 (3s, 8h), 3d
Chest: 11 (4s, 7h), 3d
Biceps: 11 (2s, 9h), 3d
Calves: 6↑ (2s, 5h), 3d
Forearms: 11 (2s, 9h), 3d