Recipe Scaler
Scale a single ingredient up or down by servings.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="recipe-scaler"></script>below at build-time SSR. Don't add static fallbacks here — they'd duplicate the dynamic ones and confuse crawlers. --> %sveltekit.head%
calculators that don't get in the way
Every calculator on bakingcalc.app is yours to embed — in a recipe post, a tutorial, a cookbook companion site. One line of code per calculator, and it looks at home in your content.
If you're on a platform that strips <script> tags (some locked-down CMSes do this), the embed won't work — let us know and we'll look into an <iframe>-only variant.
Quick guide — match your content to the calculator below that serves it best. You can embed more than one on a page if you need them.
Each preview is the real embed — what you see is what your readers will get.
Scale a single ingredient up or down by servings.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="recipe-scaler"></script>Bread & sourdough hydration as a percent of flour weight.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="hydration"></script>Every ingredient as a % of flour — the bread-baker's lingua franca.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="bakers-percentage"></script>Scale a recipe between two pans by surface area.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="pan-size-converter"></script>Swap between instant, active-dry, and fresh yeast by weight.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="yeast-converter"></script>Swap sugar for honey, maple syrup, and other sweeteners at correct ratios.
<script async src="https://bakingcalc.app/embed.js" data-bakingcalc="sweetener-converter"></script>Three optional knobs. Add them as extra attributes on the <script> tag if you need them.
data-themeauto (default) follows your reader's OS preference, so the
calculator is light on light sites and dark on dark sites. Use light or dark to force one.data-handauto (default, right-handed) or left. Flips
the layout so primary controls sit on the dominant-thumb side on mobile.data-height480).
Only worth changing if you see a flash of empty space on slow networks.Example with every option set:
<script async src="https://bakingcalc.app/embed.js"
data-bakingcalc="hydration"
data-theme="light"
data-hand="right"
data-height="520"></script>bakingcalc.app/embed.js and the six
calculator slugs are our committed, never-renamed contract. We may
fix bugs or improve accessibility inside the calculator, but we won't
break what you paste today.Every embed already includes a small "More calculators at everydayapps.io" link at the bottom — that's the full extent of the required attribution. An additional mention from the body of your post is appreciated but not required.
Use the feedback link in any of our apps' footers, or visit everydayapps.io. New calculators we've added have all come from requests — if there's one missing from your workflow, it probably belongs here.