Public GitHub repository

Meal

A food journal that accepts ordinary meal descriptions and turns them into a useful daily picture.

deepak-jha-kgp/meal
READMEHEAD

Why it exists

Most food trackers ask for the exact ingredient, brand, weight, and serving size before they will save anything. Real meals are remembered as “two rotis and some dal” or “the usual sandwich.”

Meal accepts that ordinary language. It records what it knows, shows where it is unsure, and gives you a calm view of the day rather than pretending every estimate is exact.

What it does

  • Log a meal by describing it in Telegram as you normally would.
  • Keep the original words alongside the interpreted foods and portions.
  • Show confidence signals when the description leaves room for doubt.
  • Update the day's nutrition totals after each meal.
  • Offer one useful next move instead of a stream of warnings.

What a normal use looks like

You message “paneer wrap and coffee” after lunch. Meal records the phrase, makes a reasonable estimate, and marks the uncertain parts. The daily view updates, and you can correct the meal later if the estimate was off.

How it is built on Lemma

This repository contains the pod itself, not just a screenshot or a prompt. The interface and the parts that do the work are installed together.

  • surfaces/telegram/ — The low-friction place to log a meal.
  • tables/ — Meals, foods, interpreted signals, daily totals, and review triggers.
  • agents/meal-logger-agent/ — The instructions for reading an ordinary meal description without inventing certainty.
  • functions/ — Record a meal and review it through checked writes.
  • schedules/ — Start the review when a meal is added.
  • apps/meal-tracker-app/ — The daily view for totals, confidence, and corrections.

The files in this repo contain the structure and instructions. Your private records, connected accounts, credentials, and deployed URLs are added after import.

Install and remix on Lemma

The button opens Lemma's import flow for this exact GitHub repository:

https://lemma.work/import/github/deepak-jha-kgp/meal

Connect your Telegram bot, describe one real meal, and check the interpretation in the app. No health history, meal data, or bot token is included.

Import from the command line

git clone https://github.com/deepak-jha-kgp/meal.git
cd meal

lemma pods import . --dry-run
lemma pods import .

Make it yours

You do not need to keep this pod exactly as it is.

  1. Fork the repository.
  2. Change the instructions, app, tables, or rules for the way you work.
  3. Import your fork with https://lemma.work/import/github/<your-github-name>/<your-repo>.
  4. When it is useful, show your version here with one screenshot and a short note about what changed.

If this pod saved you from rebuilding the same thing, star the repo so the useful versions are easier to find.

Repository guide

Share