Knowing what you are working toward — and being able to see clearly how close you are — is what turns daily logging from a chore into a motivating practice. SparkyFitness combines a flexible goal system with a rich reporting layer to do exactly that. Set calorie and macro targets, define a goal weight, choose a water intake target, and watch the daily dashboard reflect your real-time progress against each one. When you want to zoom out and understand trends over weeks or months, the Reports page delivers interactive charts drawn directly from your diary, check-in, and exercise data.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/CodeWithCJ/SparkyFitness/llms.txt
Use this file to discover all available pages before exploring further.
Setting Goals
Goals in SparkyFitness are time-aware: each goal has an effective date range, so your targets can evolve as your needs change — for example, moving from a calorie deficit to a maintenance phase, or gradually increasing a protein target as you add muscle. Navigate to Settings → Goals to create or edit your goal configuration. Goals you set here apply from a start date and remain in effect until a new goal supersedes them. Supported goal types:Calorie Target
Set your daily calorie intake goal. The diary’s progress bar measures every food entry against this target in real time.
Macro Goals
Define targets for protein, carbohydrates, and fat — either in grams or as a percentage of total calories. Per-macro progress rings appear in the diary summary.
Weight Goal
Set a target body weight. The Reports page overlays your goal line on the weight trend chart so you can visualize the gap between current and target.
Water Goal
Set a daily water intake target in millilitres. The diary’s hydration progress bar fills relative to this value each day.
Adaptive TDEE
Total Daily Energy Expenditure (TDEE) is the number of calories your body burns in a day. Rather than relying on static formulas, SparkyFitness calculates an Adaptive TDEE that learns from your actual logged data over time.How Adaptive TDEE Works
How Adaptive TDEE Works
The Adaptive TDEE engine looks back over the past 90 days and combines several signals:
- Calorie intake history — pulled from your food diary entries
- Weight trend — calculated from your check-in body weight logs using a 7-day exponential smoothing algorithm
- BMR estimate — computed from your profile (age, gender, height, weight) using your chosen algorithm (Mifflin-St Jeor, Harris-Benedict, or others)
- Activity multiplier — applied based on your configured activity level
HIGH or MEDIUM confidence TDEE estimate derived from the relationship between your calorie intake and your actual weight change. With less data it falls back to a BMR × activity multiplier calculation and reports LOW confidence.The adaptive TDEE is cached for one hour per user to keep response times fast. It is automatically recalculated when you log a check-in weight or update food entries.?adjust=true query parameter, SparkyFitness uses the adaptive TDEE to adjust your calorie target based on your real-world burn rate — helping you stay on track even as your metabolism changes:
Daily Summary
The dashboard and diary view surface a Daily Summary that shows your progress against every active goal for the current day:Calories
Calories consumed vs. goal, with exercise calories optionally added to your budget. Remaining calories are shown in green (or red when over).
Macros
Protein, carbs, and fat consumed vs. targets — displayed as progress bars or rings. Percentages of total intake are shown alongside gram values.
Water
Total millilitres logged today vs. your daily water goal. The progress indicator updates with every container tap.
Weight
Today’s logged weight (if a check-in has been recorded) displayed alongside the trend from the previous 7 days.
Reports
The Reports page provides interactive charts that cover nutrition, weight, exercise, and more. You can select any date range — last week, last month, last 3 months, or a fully custom interval.- Nutrition Trends
- Weight & Measurements
- Exercise Dashboard
- Comprehensive Report
Stacked or line charts showing daily calories, protein, carbs, and fat over the selected period. A goal overlay shows your target values as reference lines so you can see how consistently you hit your numbers.The response includes per-day nutrition totals alongside the goal values active on each day, making it possible to accurately reflect goal changes mid-period.
Reports respect family sharing permissions. If you manage a family member’s profile, you can view their reports by passing
userId=<uuid> as a query parameter — provided you have the reports permission for that profile.Goal Presets
If you follow different nutrition approaches at different times — for example, a high-protein cut, a maintenance phase, or a carb-cycling protocol — Goal Presets let you save each configuration and switch between them without re-entering all the numbers.Create a Preset
Go to Settings → Goals → Presets and click New Preset. Enter a name and configure the full set of calorie, macro, and water targets.
Apply a Preset
When updating your goals, select a saved preset instead of entering values manually. The preset values are applied as of the selected start date.
Weekly Goal Plans
For advanced goal scheduling, Weekly Goal Plans let you assign different goal presets to different days of the week. This is ideal for approaches like calorie cycling (higher calories on training days, lower on rest days) or protocols where macros vary by day.Setting Up a Weekly Goal Plan
Setting Up a Weekly Goal Plan
- Go to Settings → Goals → Weekly Plans and click New Plan.
- Give the plan a name (e.g., “Training Day / Rest Day Cycle”).
- For each day of the week (Monday through Sunday), assign a goal preset or leave it blank to fall back to your default goal.
- Set an activation date for the plan.
adjust=true parameter on the goals endpoint respects weekly plans when calculating adaptive TDEE adjustments.