All projects

The nutrition score is an experimental, unvalidated heuristic. DataNutri is an informational tool, not medical advice.

Public data product

DataNutri

Explore foods and compare nutrients without losing source context.

Visit project
Period
2024 — now
Area
Nutrition · Data · Web
Scope
Product · Data · Engineering
Visão geral do projeto DataNutri

Available evidence

What can already be verified.

Online
public productThe experience can be accessed and evaluated on the project domain.
USDA
declared sourceThe data origin and the score’s limitations remain explicit.
5 flows
verifiable deliveriesSearch, comparison, similarity, portion calculation, and CSV export.

Context

What needed to change.

Nutrition datasets are extensive, full of missing values, and difficult to compare. The challenge was to enable fast investigation without turning absence into zero, oversimplifying the source, or presenting an experimental metric as clinical truth.

The solution provides search, filters, and deterministic pagination; server-rendered food pages; nutrient comparison; similarity ranking; portion calculations; and CSV export. The application queries a read-only replica and keeps the original data accessible.

The delivery

A system designed end to end.

01

Predictable exploration

Search, filters, and deterministic pagination make a large dataset navigable without unexplained result reordering.

02

Nutrition comparison

Foods can be compared by nutrients, portion, and similarity, with missing values and zero treated as different states.

03

Calculation and export

Users adjust portion size, recalculate values, and export relevant slices to CSV.

04

Source transparency

The USDA origin remains explicit and the experimental score is shown with clear limits and no clinical claim.

Technology

The foundation behind the experience.

  • 01Next.js
  • 02TypeScript
  • 03PostgreSQL
  • 04Supabase
  • 05Prisma
  • 06Tailwind CSS
  • 07Vitest