Case study

Labels count themselves.

NutraGen is a web platform for ice cream shops, patisseries, and small food producers — ingredients, recipes, and labels generated automatically. Next.js + MongoDB hub, Stripe subscriptions, and scan and data normalization pipelines.

Visit nutragen.aiMarketing site and product entry point.
NutraGen
Labels count themselves
010203
2 allergens detected
0 kcal / 100 g
Product name
Batch weight
5000 g

Ownership

I serve as Chief Technology Officer at NutraGen and am the solo developer of the entire stack described here: architecture, backend, web, integrations, and delivery.

Hub & shell

Business logic and authoritative data live on the web hub; the native shell stays thin — auth, deep links, OS chrome.

Pipelines & domain

The label workflow combines durable storage with server-side pipelines (capture, normalization) instead of hiding state in the client.

Subscriptions

Product access enforced server-side through billing and entitlement checks — the client is a presentation layer over the API.