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

04:25
///***Muscle Group IDs***/
/// 01 => Chest
/// 02 => Triceps
/// 03 => Back
/// 04 => Biceps
/// 05 => Calves
/// 06 => Quads & Glutes
/// 07 => Hamstrings
/// 08 => Side Delts
/// 09 => Abs

/// Full tag is created by combining digits from:
/// Day (1-2 digits) & Muscle Group ID (2-digits) & Index (2 digits, 0-based)
/// to create 5-6 digit long unique tag.
///
/// Ex:
/// 3 Quads exercises on day 4 would have tags:
/// 40600, 40601, 40602
/// 4 => 4th day of week
/// 06 => Quads Muscle Group ID
/// 00, 01, 02 => Index of exercise for muscle group in that day

///*****PROGRAM LOGIC*****///
tLogic: Squat[1-3] / used: none / 10+x5 / 86.53% / warmup: 1x10 50%, 1x6 75%, 1x3 110% / update: custom() {~
/// Minimum reps for any set to be in the hypertrophy range (based on RP
/// guidelines of about 5-30 reps between 3-0 RIR for hypertrophy as of
/// early 2024)
var.MIN_HYP_REPS = 5

/// Automatic down sets variables
var.AUTO_DOWN_SET_MODE_DISABLED = 0 /// Don't create any down sets
var.AUTO_DOWN_SET_MODE_HYP = 1 /// Create when near bottom of hypertrophy rep range (defined as var.MIN_HYP_REPS+1)
var.AUTO_DOWN_SET_MODE_TARGET = 2 /// Create when at bottom of target rep range (i.e. state.targetMinReps)
var.AUTO_DOWN_SET_PERCENTAGE = 0.80 /// Percentage of last completed set working weight to use for down set

/// Bilateral exercise (both sides at the same time)

04:25
Seated Row, Cable[1, 1-3] / ...tLogic: Squat / 100lb / id: tags(20300) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 8, targetMaxReps: 12, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 1, deloadSetsRatio: 1, rating+: 0, rateGroup: 103, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 2, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Shoulder Press, Dumbbell[2, 1-3] / ...tLogic: Squat / warmup: 1x8 65% / 10lb / id: tags(20800) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 2, targetMinReps: 8, targetMaxReps: 12, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 1, deloadSetsRatio: 1, rating+: 0, rateGroup: 108, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 2, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Bicep Curl, Cable[3, 1-3] / ...tLogic: Squat / warmup: none / 10lb / id: tags(20400) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 2, targetMinReps: 10, targetMaxReps: 15, startNumSets: 3, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 1, deloadSetsRatio: 1, rating+: 0, rateGroup: 204, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 2, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Triceps Extension, Cable[4, 1-3] / ...tLogic: Squat / warmup: none / 10lb / id: tags(20200) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 2, targetMinReps: 10, targetMaxReps: 15, startNumSets: 3, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 1, deloadSetsRatio: 1, rating+: 0, rateGroup: 202, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 2, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Standing Calf Raise, Leverage Machine[5, 1-3] / ...tLogic: Squat / warmup: 1x8 65% / 100lb / id: tags(20500) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 8, targetMaxReps: 12, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 0.5, deloadSetsRatio: 0.5, rating+: 0, rateGroup: 305, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 1, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Hanging Leg Raise, Bodyweight[6, 1-3] / ...tLogic: Squat / warmup: none / 0lb / id: tags(20900) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 2, targetMinReps: 8, targetMaxReps: 12, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 1, deloadSetsRatio: 1, rating+: 0, rateGroup: 109, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 2, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

04:25
Romanian Deadlift, Barbell[1, 1-3] / ...tLogic: Squat / 100lb / id: tags(30700) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 5, targetMaxReps: 10, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 1, deloadSetsRatio: 1, rating+: 0, rateGroup: 107, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 2, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Leg Extension, Leverage Machine[2, 1-3] / ...tLogic: Squat / warmup: 1x8 65% / 10lb / id: tags(30600) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 12, targetMaxReps: 15, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 0.5, deloadSetsRatio: 0.5, rating+: 0, rateGroup: 106, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 1, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Calf Press on Leg Press, Leverage Machine[3, 1-3] / ...tLogic: Squat / warmup: 1x8 65% / 100lb / id: tags(30500) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 12, targetMaxReps: 15, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 0.5, deloadSetsRatio: 0.5, rating+: 0, rateGroup: 205, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 1, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Lat Pulldown, Cable[4, 1-3] / ...tLogic: Squat / warmup: 1x8 65%, 1x4 85% / 100lb / id: tags(30300) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 12, targetMaxReps: 15, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 0.5, deloadSetsRatio: 0.5, rating+: 0, rateGroup: 203, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 1, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Chest Press, Leverage Machine[5, 1-3] / ...tLogic: Squat / warmup: 1x8 65%, 1x4 85% / 100lb / id: tags(30100) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 1, targetMinReps: 12, targetMaxReps: 15, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 0.5, deloadSetsRatio: 0.5, rating+: 0, rateGroup: 101, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 1, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Lateral Raise, Dumbbell[6, 1-3] / ...tLogic: Squat / warmup: none / 10lb / id: tags(30800) / update: custom() { ...tLogic: Squat } / progress: custom(increment: 5lb, progressType: 2, targetMinReps: 12, targetMaxReps: 15, startNumSets: 2, type: 1, deloadWeightRatio: 0.5, deloadRepsRatio: 0.5, deloadSetsRatio: 0.5, rating+: 0, rateGroup: 108, ratingIndex: 0, numRatingExercises: 1, lastIncrement: 0lb, numSets: 1, setsModifier: 0, mesoWeek: 1, targetRpe: 7, autoDownSetMode: 1) { ...tLogic: Squat }

Week Stats

Total Sets: 180
Strength Sets: 180, 100%
Hypertrophy Sets: 0, 0%
Upper Sets: 100 (100s), 3d
Lower Sets: 60 (60s), 3d
Core Sets: 20 (20s), 2d
Push Sets: 60 (60s), 3d
Pull Sets: 40 (40s), 3d
Legs Sets: 60 (60s), 3d
Shoulders: 55↓ (55s), 3d
Triceps: 20↓ (20s), 2d
Back: 45↓ (45s), 3d
Abs: 35↓ (35s), 3d
Glutes: 30↓ (30s), 3d
Hamstrings: 25↓ (25s), 2d
Quadriceps: 25↓ (25s), 3d
Chest: 45↓ (45s), 3d
Biceps: 30↓ (30s), 3d
Calves: 35↓ (35s), 3d
Forearms: 20↓ (20s), 3d