Nutrition Plan
Use your latest measurements?
Skip biometrics by reusing a prior TDEE record.
Run a fresh TDEE wizard
Re-enter biometrics - best if your weight or activity has changed.
Personalized Nutrition Plan
Your nutrition plan,
built around your body .
Answer a few quick questions and get your personalized calorie target, macros, and a full meal plan - in seconds.
Let's start with the basics
What's your biological sex?
nextQuestion(), 200)"
:class="$wire.sex === 'male' ? 'border-2 border-primary bg-dark-4' : 'border-2 border-dark-4 bg-dark-3 hover:bg-dark-4 hover:border-grey-600'"
class="p-5 sm:p-6 rounded-2xl text-center transition-all duration-200 transform hover:scale-[1.02] active:scale-95">
Male
nextQuestion(), 200)"
:class="$wire.sex === 'female' ? 'border-2 border-primary bg-dark-4' : 'border-2 border-dark-4 bg-dark-3 hover:bg-dark-4 hover:border-grey-600'"
class="p-5 sm:p-6 rounded-2xl text-center transition-all duration-200 transform hover:scale-[1.02] active:scale-95">
Female
Used for accurate metabolic calculations
How old are you?
Metabolism changes with age
18) $wire.age--"
class="size-14 rounded-full bg-dark-2 hover:bg-dark-4 text-white text-2xl flex items-center justify-center transition-colors">-
+
years old
= 18 && $wire.age <= 100) nextQuestion()"
:disabled="!$wire.age || $wire.age < 18"
:class="$wire.age >= 18 ? 'bg-primary hover:brightness-110' : 'bg-dark-4 cursor-not-allowed'"
class="btn w-full max-w-xs text-black font-semibold transition-all duration-200">Continue
What's your weight?
Current body weight
30) { $wire.weight_kg = Math.round(($wire.weight_kg - 0.5) * 10) / 10; }" class="size-14 rounded-full bg-dark-2 hover:bg-dark-4 text-white text-2xl flex items-center justify-center transition-colors">-
+
66) { $wire.weight_lbs--; syncWeight(); }" class="size-14 rounded-full bg-dark-2 hover:bg-dark-4 text-white text-2xl flex items-center justify-center transition-colors">-
+
0) nextQuestion()"
:disabled="!$wire.weight_kg || $wire.weight_kg <= 0"
:class="$wire.weight_kg > 0 ? 'bg-primary hover:brightness-110' : 'bg-dark-4 cursor-not-allowed'"
class="btn w-full max-w-xs text-black font-semibold transition-all duration-200 mt-4">Continue
How tall are you?
Height affects your base metabolic rate
100) { $wire.height_cm--; }" class="size-14 rounded-full bg-dark-2 hover:bg-dark-4 text-white text-2xl flex items-center justify-center transition-colors">-
+
0) nextQuestion()"
:disabled="!$wire.height_cm || $wire.height_cm <= 0"
:class="$wire.height_cm > 0 ? 'bg-primary hover:brightness-110' : 'bg-dark-4 cursor-not-allowed'"
class="btn w-full max-w-xs text-black font-semibold transition-all duration-200">Continue
How active are you?
Your general daily activity level
{ calculateTier(1); }, 200)"
:class="$wire.activity_level === opt.val ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2 hover:bg-dark-4'"
class="w-full flex items-center gap-3 sm:gap-4 p-4 sm:p-5 rounded-2xl transition-all duration-200">
Your Estimated Daily Burn
kcal / day
Want More Accuracy? Continue
$wire.maxQuestionReached) $wire.maxQuestionReached = $wire.question; saveState();" class="btn btn-secondary w-full">Good Enough - Set My Goal
What's your job like?
Your daily work activity level
nextQuestion(), 200)"
:class="$wire.occupation === opt.val ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2 hover:bg-dark-4'"
class="w-full flex items-center gap-3 sm:gap-4 p-4 sm:p-5 rounded-2xl transition-all duration-200">
What exercise do you do?
Select all that apply, then set duration and frequency
Daily steps?
Average from your phone or watch (optional)
steps / day
Calculate
Skip - I don't track steps
Updated Estimate
kcal / day
BMR
Exercise (EAT)
Daily Activity (NEAT)
Thermic Effect (TEF)
Total TDEE
Add Body Composition for Precision
$wire.maxQuestionReached) $wire.maxQuestionReached = $wire.question; saveState();" class="btn btn-secondary w-full">Good Enough - Set My Goal
Do you know your body fat %?
This lets us use the most accurate formula
nextQuestion(), 200)" :class="$wire.body_fat_method === 'visual' ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'" class="w-full p-5 rounded-2xl text-left transition-all duration-200 hover:bg-dark-4">
Help me estimate
Pick from visual reference images
nextQuestion(), 200)" :class="$wire.body_fat_method === 'known' ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'" class="w-full p-5 rounded-2xl text-left transition-all duration-200 hover:bg-dark-4">
Yes, I know it
From a DEXA scan, calipers, or smart scale
nextQuestion(), 200)" :class="$wire.body_fat_method === 'tape' ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'" class="w-full p-5 rounded-2xl text-left transition-all duration-200 hover:bg-dark-4">
I can measure
With a tape measure (waist, neck, hip)
Enter your body fat %
As measured or reported
0) nextQuestion()" :disabled="!$wire.body_fat_pct || $wire.body_fat_pct <= 0" :class="$wire.body_fat_pct > 0 ? 'bg-primary hover:brightness-110' : 'bg-dark-4 cursor-not-allowed'" class="btn w-full max-w-xs text-black font-semibold transition-all duration-200">Continue
Tape Measurements
Measure with a soft tape at the widest/narrowest point
Continue
Pick the closest match
Which body type looks most like you?
nextQuestion(), 200)"
:class="$wire.body_fat_pct === range.value ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'"
class="p-3 rounded-2xl text-center transition-all duration-200 hover:bg-dark-4 overflow-hidden">
Are you an athlete?
Athletes use a different metabolic formula (Cunningham)
{ calculateTier(3); }, 200)"
:class="$wire.is_athlete === true ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'"
class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200 hover:bg-dark-4">
Yes
I train seriously
{ calculateTier(3); }, 200)"
:class="$wire.is_athlete === false && $wire.body_fat_method ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'"
class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200 hover:bg-dark-4">
No
Recreational
Precision Estimate
kcal / day
Body Fat
Lean Body Mass
Formula
Set My Goal
What's your goal?
This determines your calorie target
nextQuestion(), 200)" :class="$wire.goal_type === 'cut' ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'" class="w-full p-4 sm:p-6 rounded-2xl text-left transition-all duration-200 hover:bg-dark-4">
Calorie deficit to shed body fat
{ $wire.question = 18; if($wire.question > $wire.maxQuestionReached) $wire.maxQuestionReached = $wire.question; saveState(); }, 200)" :class="$wire.goal_type === 'maintain' ? 'ring-2 ring-info bg-dark-4' : 'bg-dark-2'" class="w-full p-4 sm:p-6 rounded-2xl text-left transition-all duration-200 hover:bg-dark-4">
Maintain
Eat at your TDEE level
nextQuestion(), 200)" :class="$wire.goal_type === 'bulk' ? 'ring-2 ring-success bg-dark-4' : 'bg-dark-2'" class="w-full p-4 sm:p-6 rounded-2xl text-left transition-all duration-200 hover:bg-dark-4">
Calorie surplus for lean muscle gains
Slower = more sustainable, less muscle loss
nextQuestion(), 200)"
:class="$wire.target_rate === opt.val ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'"
class="w-full flex items-center justify-between p-4 sm:p-5 rounded-2xl transition-all duration-200 hover:bg-dark-4">
Are you on GLP-1 medication?
Ozempic, Wegovy, Mounjaro, or similar
nextQuestion(), 200)" :class="$wire.uses_glp1 === true ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2 hover:bg-dark-4'" class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200">
Yes
nextQuestion(), 200)" :class="$wire.uses_glp1 === false && $wire.question === 17 && $wire.goal_type === 'cut' ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2 hover:bg-dark-4'" class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200">
No
Are you using PEDs?
Testosterone, GH, SARMs, etc.
nextQuestion(), 200)" :class="$wire.uses_peds === true ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2 hover:bg-dark-4'" class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200">
Yes
nextQuestion(), 200)" :class="$wire.uses_peds === false && $wire.question === 17 && $wire.goal_type === 'bulk' ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2 hover:bg-dark-4'" class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200">
No, natural
Any dietary needs?
Select all that apply, or skip
Continue
No restrictions
Any food allergies?
Select all that apply, or skip
Continue
No allergies
How many meals per day?
We'll distribute your calories evenly
nextQuestion(), 200)" :class="$wire.meal_count === n ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'" class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200 hover:bg-dark-4">
Plan duration?
How many weeks of meal plans
nextQuestion(), 200)" :class="$wire.plan_weeks === opt.val ? 'ring-2 ring-primary bg-dark-4' : 'bg-dark-2'" class="p-4 sm:p-6 rounded-2xl text-center transition-all duration-200 hover:bg-dark-4">
Your Nutrition Plan Summary
Review your selections before generating
Target Calories (Starting)
Macros (P/C/F) (Starting)
/
/
Email
We'll create your free account to deliver your plan
Please fix the following before generating:
Plan Generation Started!
Your cookbook and nutrition plan will appear in your dashboard in about 60-90 seconds.
Go to Dashboard