Brew Snapshot
{{ formatNumber(coffeeDose_g, 1) }} g coffee
{{ formatNumber(totalWater_g, 0) }} g water
Ratio {{ ratioDisplay }}
{{ methodLabel }} · {{ brewTimeDisplay }} · {{ waterTempDisplay }}
{{ grindLabel }} {{ tdsDisplay }} {{ extractionDisplay }} {{ note.text }}
{{ warnings.join(' · ') }}
:1
sec
steps
%
% of water
sec
g/g
Pour schedule
Step Start End Addition (g) Cumulative (g) Copy
{{ row.label }} {{ row.startDisplay }} {{ row.endDisplay }} {{ formatNumber(row.addition, 1) }} {{ formatNumber(row.cumulative, 1) }}
Tasting cues

{{ sensoryNote }}


        

Introduction

Coffee strength emerges from the balance between dry coffee mass and brew water, shaping flavor clarity and body in every cup.

A brew planner turns the target beverage size into precise coffee dose, kettle water, and contact time so you can dial method, grind, and temperature with intention.

The guide also highlights how the bloom stage, pour cadence, and drawdown duration interact with ratio and retention, helping you predict concentration instead of relying on guesswork.

For example you can set a three hundred sixty milliliter beverage with a fifteen point five ratio and the planner will recommend about twenty six grams of coffee, four hundred grams of water, and a three and a half minute contact window to land near the Specialty Coffee Association brew chart.

Treat the numbers as a starting point because water chemistry, roast development, and bean density all nudge extraction, so adjust with small grind changes and taste for balance.

Technical Details:

The planner models three key quantities: the dry dose, the total brew water, and the beverage yield after bed retention. The target beverage in milliliters divided by the difference between ratio and absorption gives the dry coffee mass, which then scales directly to total water.

Extraction yield is treated as an input so the tool can compute an expected total dissolved solids percentage by dividing extraction by ratio. That value feeds tasting cues and highlights when the cup will present lighter or heavier than the Specialty Coffee Association ideal box.

Retention is expressed as grams of water held per gram of coffee. Adjusting it shifts the beverage yield, which is why the planner surfaces a warning when the target volume cannot be achieved with the chosen ratio and retention combination.

Each brew method preset seeds typical ratio, bloom share, pulse count, brew time, and kettle temperature. You can override any field, and the results update live. The recipe tab presents the pour schedule in table form, the chart tab plots cumulative water over time with PNG, WebP, JPEG, and CSV exports, and the DOCX action packages the plan for printing or sharing.

All inputs stay in the browser; no network calls are made. Calculations use floating point arithmetic, and displayed values round to one decimal for masses and whole seconds for timing unless more precision clarifies the concept.

mcoffee = Vtarget R-A mwater = mcoffee×R
TDS = E R ( E=extraction yield %, R=ratio water per coffee )
Symbols and units
Symbol Meaning Unit Source
Vtarget Desired beverage volume mL User input
R Water to coffee ratio g water per g coffee Preset or user edit
A Absorption (retained water) g water per g coffee Advanced setting
E Extraction yield % User target
TDS Estimated concentration % Computed

Worked Example

Target beverage: 360 mL pour over with ratio 15.5 and absorption 2.2.

mcoffee = 360 15.5-2.2 =26.1 g mwater = 26.1×15.5=405.6 g TDS = 20 15.5 =1.29 %

Interpretation: Expect a balanced cup with moderate body and clear sweetness. A higher extraction target or finer grind would raise TDS toward a heavier profile.

TDS guidance
Band Lower % Upper % Taste cue Adjustment
Light body 0 1.15 Tea-like clarity, higher acidity Use finer grind or lower ratio
Ideal window 1.15 1.55 Balanced sweetness and structure Small tweaks by taste only
Heavy body 1.55 2.20 Dense mouthfeel and muted acidity Coarsen grind or add bypass water
Concentrate range 2.20 5.00 Designed for dilution, as with cold brew Serve with dilution ratio noted

Validation and rounding

  • Brew size requires at least 30 mL and allows whole-number precision for quick scaling.
  • Ratio accepts one decimal to match common brew charts.
  • Pulse count ranges from one to eight to keep pour schedules manageable.
  • Temperatures convert instantly between Celsius and Fahrenheit with one decimal precision.
  • All calculations run client-side with IEEE-754 floating point and round to one decimal place for display.

How-to

  1. 1Select your brew method so the planner loads a sensible ratio, brew time, and bloom share.
  2. 2Enter the beverage size you want to serve, then review the updated coffee dose and water requirement in the summary.
  3. 3Tweak bloom share, pulse count, or retention to match your equipment, and watch the pour schedule adjust instantly.
  4. 4Use the chart or DOCX export to take the recipe to the brew bar and capture tasting notes for the next session.

Outcome: a repeatable brew plan that turns target beverage size into precise doses, timing, and expected taste.

Privacy & compliance

The planner runs entirely in your browser, keeps inputs local, and does not call remote APIs or store data.

FAQ:

Each preset stores typical ratio, brew time, bloom share, retention, and kettle temperature. When you choose a method the planner loads these defaults, but every field remains editable so you can capture your own recipe variations.

The TDS estimate assumes even extraction and does not account for channeling or bypass water, so treat it as directional guidance. Use taste to refine grind or ratio and verify with a refractometer if you need lab-grade accuracy.

No. The chart renders with the bundled ECharts library and exports directly to PNG, WebP, JPEG, or CSV without uploading data anywhere.

Once the page is loaded the planner keeps working without network access because all calculations run in the browser. Exports save to local storage as files you can print or share later.

The planner runs free of charge and does not request sign-ins, subscriptions, or usage quotas.

Bitter cups often indicate over extraction or excessive concentration. Coarsen the grind, lower the brew temperature a couple of degrees, or increase the ratio slightly. The planner will show how those changes alter dose and pour schedule before you brew.

Try “coffee brew ratio planner simplified tools” or “pour over recipe calculator cumulative pour chart” in your search engine.