> ## Documentation Index
> Fetch the complete documentation index at: https://brewgravity.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Brewgravity

> Plan recipes, run brew days, and track fermentation.

Brewgravity is a homebrewing app for people who want their software to keep up
with them. Recipes, brew sessions, fermentation readings, and ingredient
inventory live in one place, and the numbers that matter recalculate as you
type.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Sign in, import or build a recipe, and start your first brew day.
  </Card>

  <Card title="Import your recipes" icon="file-import" href="/docs/import/overview">
    Bring recipes over from Brewer's Friend, Brewfather, BeerSmith, and others.
  </Card>

  <Card title="Core concepts" icon="book-open" href="/docs/concepts">
    How recipes, sessions, logs, and inventory fit together.
  </Card>

  <Card title="API reference" icon="code" href="/docs/api-reference/introduction">
    Read and write your own data with an API key.
  </Card>
</CardGroup>

## What Brewgravity does

<AccordionGroup>
  <Accordion title="Recipe planning" icon="flask">
    A single-screen editor for fermentables, hops, yeast, other ingredients, and
    the mash schedule. OG, FG, ABV, IBU, SRM, attenuation, calories, and BU:GU
    recalculate as you type. See [Recipes](/docs/guides/recipes).
  </Accordion>

  <Accordion title="Brew day planning" icon="list-check">
    Turning a recipe into a brew session generates a checklist of brew day steps
    with built-in timers, so you are not reading a recipe PDF with wet hands.
    See [Brew sessions](/docs/guides/brew-sessions).
  </Accordion>

  <Accordion title="Fermentation tracking" icon="chart-line">
    Log gravity, temperature, pH, and volume over time and watch the curve.
    Readings can be entered in SG, °P, or Brix. See [Fermentation](/docs/guides/fermentation).
  </Accordion>

  <Accordion title="Inventory" icon="box">
    Track what grain, hops, and yeast you actually have on hand.
    See [Inventory](/docs/guides/inventory).
  </Accordion>

  <Accordion title="An AI brewing assistant" icon="wand-magic-sparkles">
    Ask questions about a recipe in context, or have it propose changes you
    review before they land. See [AI assistant](/docs/guides/ai-assistant).
  </Accordion>
</AccordionGroup>
