DEV Community

Apoorv Darshan
Apoorv Darshan

Posted on

What I'd want before I install another tracker (and how to check)

Things I'd vet before trusting a calorie app with my food data, and where to verify each in Fud AI:

  • What gets sent to the AI? -> read the request code
  • Where's my data? -> read the storage code
  • Can I leave? -> it's your own API key, no lock-in
  • Is the math sound? -> the BMR formulas are right there

The answer to all of those is "open the repo and look." That's the point of shipping it MIT.

Repo: https://github.com/apoorvdarshan/fud-ai

Top comments (0)