# Fermentation Starter Brix & Timelapse Tracker

Log Brix / specific-gravity readings over time, plot the decay curve, compute apparent attenuation & projected ABV, and predict the fermentation end-point

> Canonical page: https://elysiatools.com/en/tools/fermentation-starter-brix-and-timelapse-tracker

- **Category:** Science & Education

- **Keywords:** fermentation, brix, specific gravity, sg, abv, attenuation, kombucha, kefir, sourdough, homebrew, refractometer, hydrometer

## Overview

For home brewers and kombucha / water-kefir / sourdough enthusiasts. Enter time-stamped Brix or specific-gravity readings; the tool converts Brix↔SG (Beer Maverick formula SG = Brix/(258.6 − (Brix/258.2)×227.1) + 1), plots the density decay curve, computes apparent attenuation AA% = (OG−FG)/(OG−1)×100 and projected ABV ≈ (OG−FG)×131.25. A log-linear least-squares fit on the density decay extrapolates to the target endpoint to predict completion (with an R² confidence note). Pure local, deterministic, no network. For home fermentation only.

## Inputs

- **Starter type** (select)
- **Target final Brix/SG** (number): Optional, e.g. 1.005 or 5 (Brix). Leave empty for type default.
- **Readings (time, value)** (textarea): One reading per line: time(h) then value. 0 1.060 24 1.045 48 1.030 72 1.020 (Mix Brix & SG freely — values >1.5 read as Brix)

## When to use

- Monitor kombucha, water kefir, beer, wine, mead, or sourdough starter fermentation over time.
- Combine refractometer Brix readings and hydrometer-specific-gravity readings in one log.
- Estimate fermentation completion from a target final Brix or SG and the observed density trend.

## How it works

- Choose the starter type, such as kombucha, water kefir, sourdough starter, beer, wine, mead, or generic.
- Optionally enter a target final Brix or SG, or use the default target for the selected type.
- Enter one reading per line using time in hours followed by the value, such as `24 1.045` or `48 5.5`.
- The tool converts Brix and SG values, plots the decay curve, calculates attenuation and projected ABV, and extrapolates an endpoint with an R² confidence note.

## Use cases

- Compare daily kombucha gravity readings against a preferred final SG.
- Track water kefir sugar reduction with refractometer Brix measurements.
- Estimate beer, wine, or mead attenuation and projected ABV from original and later gravity readings.

## Frequently asked questions

### What format should the readings use?

Enter one reading per line as time in hours followed by the value, for example `0 1.060` or `24 5.5`.

### Can I mix Brix and SG readings?

Yes. Values greater than 1.5 are interpreted as Brix, while lower values are treated as specific gravity.

### What does the tool calculate?

It calculates the density curve, apparent attenuation, projected ABV, and an estimated time to reach the target endpoint.

### What happens if I leave the target empty?

The tool uses the default target for the selected starter type.

### Is this suitable for commercial fermentation control?

No. It is a local, deterministic tracking tool intended for home fermentation reference.

## Related tools

- [Density Calculator (ρ = m/V)](https://elysiatools.com/en/tools/density-calculator): Compute density, mass, or volume from the other two, with specific gravity and a float/sink check
- [Free Fall Calculator (h = ½gt²)](https://elysiatools.com/en/tools/free-fall-calculator): Compute distance, time, or final velocity for free fall from rest, given any one plus gravity
- [Pendulum Period Calculator (T = 2π√(L/g))](https://elysiatools.com/en/tools/pendulum-calculator): Compute period, length, or gravity of a simple pendulum, plus amplitude-based peak speed and energy
- [Projectile Motion Calculator (Range, Height, Time)](https://elysiatools.com/en/tools/projectile-motion-calculator): Compute range, max height, flight time, and the full trajectory of a projectile given speed, angle, and optional initial height
- [Twitter / X Thread Splitter](https://elysiatools.com/en/tools/twitter-thread-splitter): Paste a long text and split it into a numbered X thread that respects the 280-character limit. Splits on word/sentence/paragraph boundaries, auto-adds 1/N numbering, weighs CJK and full-width characters correctly, counts URLs as 23 characters, and shows a live X-style preview card for each tweet with a character meter.
- [Two-Body State Vector Propagator](https://elysiatools.com/en/tools/two-body-state-vector-propagator): Propagate a spacecraft/satellite state vector (r₀, v₀) to time t₀+Δt under two-body gravity via the universal-variable (f-and-g) method, and derive the classical orbital elements
- [Bulk Density & Porosity Calculator](https://elysiatools.com/en/tools/bulk-density-calculator): Bulk density and porosity for granular or porous materials. Three-way solver: pick the unknown (ρ_bulk, m, or V) and supply the other two. ρ_bulk = m/V_bulk. Optionally enter the true particle density ρ_true to compute porosity ε = 1 − ρ_bulk/ρ_true, plus relative density against water. SI units (kg, m³, kg/m³).
- [Image Extract Region](https://elysiatools.com/en/tools/image-extract-region): Extract a specific rectangular region from an image by specifying area dimensions and position

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [macOS Image Processing Objective-C Samples](https://elysiatools.com/en/samples/macos-image-processing-objectivec): macOS Objective-C image processing examples including image reading/saving, image scaling, and format conversion

## Related content

- [Text Extraction Tools](https://elysiatools.com/en/hubs/text-extract): Explore 15 tools for extracting links, emails, phone numbers, dates, emojis, HTML attributes, and other structured signals from mixed text.
- [Document OCR and Structured Extraction Tools](https://elysiatools.com/en/hubs/document-ocr-extraction): Extract text, Markdown, JSON, tables, captions, and RAG-ready chunks from scanned PDFs and document images with OCR and structure-aware workflows.
- [PDF to LLM and RAG Preparation Tools](https://elysiatools.com/en/hubs/pdf-llm-rag-prep): Prepare PDFs for AI workflows by extracting clean text, structured Markdown and JSON, tables, OCR layers, chunk packs, and safety review signals before indexing or prompting.
- [Archive Preview, Selective Extraction, and Format Conversion Tools](https://elysiatools.com/en/hubs/archive-preview-selective-extraction-and-conversion): Inspect ZIP, 7Z, TAR, TAR.GZ, and GZIP archives, extract only the files you need, and convert formats in one archive workflow hub.
