NutriTrace v1.0.0-rc.42 released: self-hosted nutrition tracker (github.com)
from TraceApps@lemmy.world to selfhosted@lemmy.world on 30 May 06:56
https://lemmy.world/post/47526945

NutriTrace is a self-hosted nutrition + wellness tracker, alternative to MyFitnessPal / Cronometer / LoseIt. Runs entirely on your own server: no telemetry, no analytics, no account hosted by anyone but you. First public release was 26 April 2026; currently at v1.0.0-rc.42.

Repo (AGPL-3.0) · Release notes + APK · CHANGELOG

What’s new in this release

Fixes worth calling out

App overview (for anyone new)

Deployment

services:
  nutritrace:
    image: ghcr.io/traceapps/nutritrace:latest
    ports: ["3000:3000"]
    volumes: ["./data:/data"]
    environment:
      - JWT_SECRET=<long-random-string>

Full docker-compose + env reference in DEPLOY.md. Signed Android APK attached to every GitHub release; in-place upgrades work.

#selfhosted

threaded - newest

StrawberryPigtails@discuss.tchncs.de on 30 May 14:44 collapse

Why so many downvotes. Looks like a decent project. Am I missing something?

TraceApps@lemmy.world on 30 May 15:13 collapse

Thanks for asking. Reception of this app has actually been positive overall since my first post here, with upvotes well ahead of downvotes.

Last week I posted about my newer app LiftTrace, which I also build with AI assistance. Once folks realized AI was part of how I work, “AI slop” became the read on that post and the downvotes came fast. I assume some of this week’s downvotes here are coming from the same crowd reacting to a familiar name, which is fair. Everyone is entitled to their opinon and I respect that.

I’ve never hidden the AI involvement, and from what I can tell on the NutriTrace GitHub page real users are getting value out of it: stars are steadily climbing and issues and enhancement requests are coming in. I’ll keep posting these updates because I think the apps are genuinely useful, I use them every day myself, and I wouldn’t share them if I didn’t believe they could help someone with their own health or fitness journey.

Happy to answer any other questions folks have.

StrawberryPigtails@discuss.tchncs.de on 30 May 15:50 collapse

Meh. Reminds me a bit of the kerflufel when SystemD came out and largely replaced the V init system that came before. A whole bunch of religious adjacent arguments, at high volume with not much intelligence or understanding. It’ll pass.

All I need to know is does it solve a problem I have, does it work, is it stable, and is it secure.

Only warning I’ll give is that you should probably not get too used to your off site LLM models (Claude, GPT or whatever you’re using). Pricing seems unsustainable and the hype makes it feel like a bubble similar to the dot com bubble.

Might want to devote some time to trying to bring your LLM usage in-house. There is no telling who will survive the crash and it’s not always the “best” one.