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

01:05
// T1 - Squat
// Set 1RM before first session. Adjust warmup sets as needed.
Squat_T1: Squat / 3x4, 1x4+ / 3x3, 1x3+ / 3x2, 1x2+ / 180lb 180s / warmup: 1x10 45lb, 1x5 95lb, 1x3 135lb, 1x3 155lb / progress: custom(stage1weight: 0lb, increase: 5lb) {~
if (completedReps[4] >= reps[4] + 1) {
weights = completedWeights[4] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[4]
setVariationIndex = 2
weights = completedWeights[4] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[4] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase
}
}
~}

// T2 - Overhead Press
// Set 1RM before first session. Adjust warmup sets as needed.
OverheadPress_T2: Overhead Press / 4x12 / 4x10 / 4x8 / 57.5lb 120s / warmup: 1x10 45lb / progress: custom(stage1weight: 0lb, increase: 2.5lb) {~
if (completedReps >= reps) {
weights = completedWeights[1] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[1]
setVariationIndex = 2
weights = completedWeights[1] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[1] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase

01:05
// T1 - Deadlift
// Set 1RM before first session. Adjust warmup sets as needed.
Deadlift_T1: Deadlift / 3x4, 1x4+ / 3x3, 1x3+ / 3x2, 1x2+ / 195lb 180s / warmup: 1x5 135lb, 1x3 135lb, 1x3 155lb, 1x1 175lb / progress: custom(stage1weight: 0lb, increase: 5lb) {~
if (completedReps[4] >= reps[4] + 1) {
weights = completedWeights[4] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[4]
setVariationIndex = 2
weights = completedWeights[4] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[4] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase
}
}
~}

// T2 - Bench Press
// Set 1RM before first session. Adjust warmup sets as needed.
BenchPress_T2: Bench Press / 4x12 / 4x10 / 4x8 / 105lb 120s / warmup: 1x10 45lb, 1x3 95lb / progress: custom(stage1weight: 0lb, increase: 5lb) {~
if (completedReps >= reps) {
weights = completedWeights[1] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[1]
setVariationIndex = 2
weights = completedWeights[1] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[1] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase

01:05
// T1 - Overhead Press
// Set 1RM before first session. Adjust warmup sets as needed.
OHP_T1: Overhead Press / 3x4, 1x4+ / 3x3, 1x3+ / 3x2, 1x2+ / 82.5lb 180s / warmup: 1x10 45lb, 1x5 65lb, 1x3 75lb / progress: custom(stage1weight: 0lb, increase: 2.5lb) {~
if (completedReps[4] >= reps[4] + 1) {
weights = completedWeights[4] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[4]
setVariationIndex = 2
weights = completedWeights[4] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[4] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase
}
}
~}

// T2 - Squat
// Set 1RM before first session. Adjust warmup sets as needed.
Squat_T2: Squat / 4x12 / 4x10 / 4x8 / 120lb 120s / warmup: 1x10 45lb, 2x3 95lb / progress: custom(stage1weight: 0lb, increase: 5lb) {~
if (completedReps >= reps) {
weights = completedWeights[1] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[1]
setVariationIndex = 2
weights = completedWeights[1] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[1] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase

01:05
// T1 - Bench Press
// Set 1RM before first session. Adjust warmup sets as needed.
Bench_T1: Bench Press / 3x4, 1x4+ / 3x3, 1x3+ / 3x2, 1x2+ / 155lb 180s / warmup: 1x10 45lb, 1x5 95lb, 1x3 115lb, 1x1 135lb / progress: custom(stage1weight: 140lb, increase: 5lb) {~
if (completedReps[4] >= reps[4] + 1) {
weights = completedWeights[4] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[4]
setVariationIndex = 2
weights = completedWeights[4] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[4] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase
}
}
~}

// T2 - Deadlift
// Set 1RM before first session. Adjust warmup sets as needed.
Deadlift_T2: Deadlift / 4x12 / 4x10 / 4x8 / 130lb 120s / warmup: 2x3 125lb / progress: custom(stage1weight: 0lb, increase: 5lb) {~
if (completedReps >= reps) {
weights = completedWeights[1] + state.increase
} else {
if (setVariationIndex == 1) {
state.stage1weight = completedWeights[1]
setVariationIndex = 2
weights = completedWeights[1] + state.increase
} else if (setVariationIndex == 2) {
setVariationIndex = 3
weights = completedWeights[1] + state.increase
} else {
setVariationIndex = 1
weights = state.stage1weight + state.increase

Week Stats

Total Sets: 48
Strength Sets: 16, 33%
Hypertrophy Sets: 32, 67%
Upper Sets: 27 (8s, 19h), 4d
Lower Sets: 19 (8s, 11h), 4d
Core Sets: 2 (2h), 2d
Push Sets: 21 (8s, 13h), 4d
Pull Sets: 14 (4s, 10h), 4d
Legs Sets: 11 (4s, 7h), 4d
Shoulders: 17↓ (6s, 11h), 4d
Triceps: 10 (4s, 6h), 4d
Back: 16↓ (6s, 10h), 4d
Abs: 11 (4s, 7h), 4d
Glutes: 19↓ (8s, 11h), 4d
Hamstrings: 14↓ (6s, 8h), 4d
Quadriceps: 15↓ (6s, 9h), 4d
Chest: 17↓ (6s, 11h), 4d
Biceps: 4↑ (4h), 4d
Calves: 9↑ (4s, 5h), 4d
Forearms: 8↑ (2s, 6h), 4d