YuHeng (玉衡)

A local nutrition tracking app powered by AI

View the Project on GitHub formaxcn/yuheng

Recipe Library & Snapshotting

YuHeng maintains a local library of dished and recipes you’ve logged, allowing for faster entry and consistent data over time.

Fast Re-entry

The system remembers recipes you’ve created. When you start typing a dish name, it can suggest matching items from your local library, saving you from needing AI recognition for every single meal.

Automatic Snapshotting

A critical architectural feature of YuHeng is Snapshotting:

Persistent Storage

All your custom recipes and food data are stored locally on your device (in SQLite) or in your private PostgreSQL database, ensuring your food library is always available even without an internet connection (depending on your setup).