I’ve been working on an open-source personalized nutrition agent specifically for metabolic health (diabetes/pre-diabetes).
The Project: It is a web app (also support PWA) that generates meal plans using LLMs, but with a focus on data sovereignty and medical safety. I built it because most existing tools are either stateless chat interfaces (no long-term memory) or proprietary apps that don't allow self-hosting.
The Tech:
Stack: Laravel 12 (PHP) and React (Typescript, Inertia JS). Every single line is test which means the world’s most strictest Open Source - PHP project, enforced by PHPStan (static analysis) at level max for rock‑solid reliability
tuvshaw•2h ago
I’ve been working on an open-source personalized nutrition agent specifically for metabolic health (diabetes/pre-diabetes).
The Project: It is a web app (also support PWA) that generates meal plans using LLMs, but with a focus on data sovereignty and medical safety. I built it because most existing tools are either stateless chat interfaces (no long-term memory) or proprietary apps that don't allow self-hosting.
The Tech:
Stack: Laravel 12 (PHP) and React (Typescript, Inertia JS). Every single line is test which means the world’s most strictest Open Source - PHP project, enforced by PHPStan (static analysis) at level max for rock‑solid reliability
Privacy: It is designed to be self-hostable.
I'd love feedback on!