Calorie Tracker

App shell

Quick log

Log a meal in one pass

Enter a short meal line, review the parsed draft, correct quantity or unit, then save it into today.

Using deterministic in-memory demo persistence because DATABASE_URL is not set.
Back home

Draft review

Editable meal draft

Total

0 kcal

Review starts after parsing. Supported examples include `bread 2 pieces`, `3 potatoes`, `150g minced meat`, and exact template shortcuts when they exist.

Protein

0 g

Carbs

0 g

Fat

0 g

Items

0

Scope

  • Supports comma-separated foods and simple `and` combinations.
  • Uses generic estimates so logging is not blocked by brand lookup.
  • Expands exact template shortcuts and simple `with` or `but no` edits when templates exist.