# Limoncello Calculator > Browser-based limoncello recipe calculator using Dario Bressanini's ratios and a local MiniZinc constraint solver. This site helps users calculate a limoncello recipe from any partial set of known values: target batch size, base alcohol strength, target alcohol strength, alcohol volume, water volume, sugar, and lemon zest. The calculator supports English, Swedish, Italian, French, German, Spanish, Portuguese, Dutch, and Danish. It can display metric, US customary, and UK imperial units while keeping the solver model in metric units internally. ## Primary URLs - [Calculator](https://limoncello.nu/) - Interactive calculator and default English version. - [Swedish calculator](https://limoncello.nu/?lang=sv) - Swedish localized version. - [Italian calculator](https://limoncello.nu/?lang=it) - Italian localized version. - [French calculator](https://limoncello.nu/?lang=fr) - French localized version. - [German calculator](https://limoncello.nu/?lang=de) - German localized version. - [Spanish calculator](https://limoncello.nu/?lang=es) - Spanish localized version. - [Portuguese calculator](https://limoncello.nu/?lang=pt) - Portuguese localized version. - [Dutch calculator](https://limoncello.nu/?lang=nl) - Dutch localized version. - [Danish calculator](https://limoncello.nu/?lang=da) - Danish localized version. - [Method summary](https://limoncello.nu/limoncello-method.md) - Plain-text summary of the recipe model, ratios, supported units, and calculation behavior. ## Recipe Model - Lemon zest: 40 g per 100 g pure alcohol. - Sugar: 50 g per 100 g pure alcohol. - Maceration: 24-72 hours to reduce bitterness. - Volume balance: alcohol volume + water volume + dissolved sugar volume contribution = total batch volume. - ABV balance: base alcohol strength and final batch volume determine target alcohol strength. ## Technical Notes - The MiniZinc solver runs locally in the browser via WebAssembly. - No recipe values are sent to a server. - The canonical public URL is `https://limoncello.nu/`. - The sitemap is at `https://limoncello.nu/sitemap.xml`.