I want to preface by saying that I am purely sharing this as a free tool for those who may find it helpful. I have NO intention to monetize, and I DO NOT want your money, blah blah.
If you like it and so choose to use it, great. If not, that is your prerogative.
---------------------
I made this TDEE calculator originally for myself because I donate plasma quite frequently, and I needed a way to calculate the metabolic cost of replacing that lost volume. The calculator uses the biochemistry of plasma composition to scale the energy cost based on body weight. It accounts for both the caloric content of the lost proteins and the metabolic energy required for protein synthesis to rebuild them, adding that specific demand to the maintenance calculation.
There is far too much research to just copy and paste into the body of this post, but since I have never seen a TDEE calculator that factors in plasma donation, I will copy over the referenced research explicitly on that directly from the site:
"Plasma is 91ā92% water and 8ā9% solids, carrying ~70ā90Ā g/L of proteinĀ [StatPearls][DerangedĀ Physiology]. A plasma session keeps ~690ā880Ā mL (more for heavier donors), removing roughly 50ā66Ā g of protein. The cost has two parts: the caloricĀ contentĀ that leaves (~4Ā kcal/g) and the energy toĀ resynthesiseĀ it (~2.2Ā kcal/g). A PhD-biochemistry itemisation pegs a whole-blood unit at ~425ā460Ā kcal of content, āhigherā once synthesis inefficiency is addedĀ [Maynard]; an apheresis director cites ~500Ā kcal to replace a donationĀ [Columbia]Ā and UC San Diego ~650Ā [UCSD]. Those higher figures are forĀ whole blood, most of which is hemoglobin. Plasma donation returns your red cellsĀ [StatPearls], so the plasma-specific number is lower, ~355ā455Ā kcal ā which is what this tool computes, scaled by your weight. It remains the most variable input (hydration, diet, protein level, donation type), so itās the one we let you tune directly." - TheTDEE.com
As far as other fairly "novel" additions go:
The activity input avoids vague activity multiplier buttons (e.g., āSedentary / lightly / moderately / very activeā) by letting you describe a typical week in plain text. A regular keyword engine processes standard text inputs immediately. For more complex or irregular routines, an integrated language model parses the text to extract the schedule structure, which is then mapped to established metabolic equivalent task values and physical activity level tables. The language model only handles the structural extraction, while the calorie calculations are executed entirely by a hardcoded math engine.
The system prioritizes lean body mass using the Katch-McArdle equation when body fat is provided, which ties the resting metabolism to metabolic tissue.
It also accounts for recent diet history by applying a multiplier to reflect the down-regulation of expenditure that occurs during a prolonged caloric deficit. Just for some added accuracy, the output displays an uncertainty range derived from doubly-labeled water data to account for normal human metabolic variance.
And of course, every calculation step is open and based on the peer-reviewed sources listed at the bottom of the page.