Frescoco Logo

Soap Calculator

Recipe calculation for the perfect handmade soap

Recipe Configuration
Usually 30-35%. Less water = faster curing
For cold process: 5-15%, for hot process: 1%
Master's tip

Start with simple 2-3 oil recipes. Add exotic oils through superfat.

Statistics
Oils
${ state.selectedOils.length }
Total weight
${ totalOilWeight.toFixed(0) } g
Lye
${ lye.toFixed(1) } g
Water
${ water.toFixed(1) } g
Oils in the recipe
Add new oil
${ index + 1 }. ${ oil.name_en }
${ oil.description_en }
No oils added

Start by adding oils through the search above

Selected oils (${ state.selectedOils.length })
${ totalOilWeight.toFixed(0) } g
${ index + 1 }. ${ oil.name_en } ${ oil.name_en }
${ oil.description_en }
${ oilPercentage(index).toFixed(1) }%
Recommendations
  • ${ rec }
Your recipe

${ finalWeight.toFixed(0) } g

Total soap weight

Ingredients
# Component Weight %
${ index + 1 } ${ oil.name_en } ${ oil.name_en } ${ oil.weight } g ${ oilPercentageByKey(oil.id).toFixed(1) }%
${ state.soapType === 'naoh' ? 'NaOH' : 'KOH' } ${ lye.toFixed(1) } g
Distilled water ${ water.toFixed(1) } g
Soap properties
${ prop.label }
${ prop.value }
Ideal: ${ prop.optimal }
Code to embed the calculator on other websites