Urgent.News

What's breaking now, across thousands of outlets.

Tech

Show Dev: I built a zero-login grocery scanner to expose ultra-processed foods & palm oil

Hey everyone! ๐Ÿ‘‹ I got frustrated with modern supermarket shopping. Over 70% of food on grocery shelves is now Ultra-Processed (UPF), packed with hidden industrial seed oils, synthetic emulsifiers, and artificial food colorings. Worse yet, most existing grocery scan apps force you to download a 100MB mobile app, create an account with email, and navigate aggressive subscription paywalls โ€” allโ€ฆ

A frustrated software developer has created a free, web-based grocery scanner called UnwrapTruth to reveal the prevalence of ultra-processed foods and palm oil in grocery stores. Over 70% of supermarket products now fall under the Ultra-Processed Food (UPF) category, containing hidden industrial seed oils, synthetic emulsifiers, and artificial colorings. Existing grocery scanning apps require account creation and subscription payments, which is inconvenient for shoppers who need to make quick decisions.

UnwrapTruth addresses these issues by offering a zero-login web app that turns any mobile browser into a scanner. The app features:

Instant barcode and camera OCR scanning for ingredient label decoding

NOVA 4 classification to flag ultra-processed products

Detection of 30+ hidden palm oil aliases

Real-time Nutri-Score 2024 nutrient traffic lights

Side-by-side comparison mode for product evaluation

Recommendations for healthier, oil-free alternative products

The app also allows users to create a digital clean pantry, saving their preferred healthy products locally without tracking. UnwrapTruth is built using Next.js, Tailwind CSS, Open Food Facts data, and the Gemini API for label OCR. It is hosted on Vercel for edge-caching worldwide. Users can try the app at https://www.unwraptruth.org. The developer is seeking feedback on scan speed, UI responsiveness, and desired features for future updates.

Written by urgent.news from Dev.to's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at dev.to โ†’

More in Tech

What an anthill can teach us about orchestrating agents.

Findings from ant-sim , a colony simulator I wrote in 2021 and reworked in 2026. Every number below comes from seeded runs on commit d430093 ; pnpm sim:ablation reproduces the table to the digit, andโ€ฆ

  • An anthill serves as an analogy for orchestrating agents, but has limitations in software systems.
  • Each ant in the colony makes decisions based on a public board of task demand and delivery.

More from Sunday 27 September โ†’