AI Mobile Product
IngRyn
An AI-powered mobile product focused on rapid ingredient scanning and intelligent analysis workflows.
01 / Type
AI Mobile Product
02 / Role
Product Engineer
03 / Stack
React Native • Expo • Supabase • Gemini AI • OCR Pipeline • Mobile Camera Workflow
04 / Status
Active Development






Overview
An AI-powered mobile product focused on rapid ingredient scanning and intelligent analysis workflows.
The Problem
Understanding product ingredients on the go often requires manually reading dense labels and researching unfamiliar ingredients one by one.
The Solution
Created a mobile scanning workflow that captures a product label, extracts ingredient text through OCR, and sends structured information through an AI analysis layer before presenting the result to the user.
Architecture
Engineering Decisions
React Native + Expo
Used Expo and React Native to iterate quickly on a cross-platform camera-driven product while retaining access to native capabilities.
Supabase Backend
Used Supabase for persistence and authentication, keeping application data and user state behind a managed backend.
OCR → AI Pipeline
Separated image capture, text extraction, ingredient processing, and AI analysis into distinct stages so each part can be improved independently.
Challenges
OCR Accuracy
Ingredient labels vary in lighting, typography, curvature, and image quality, making preprocessing and extraction quality important to downstream analysis.
Mobile Responsiveness
Balanced camera capture, image processing, and network requests so the interface remains responsive during longer-running analysis.
AI Request Reliability
Handled loading, failure, and retry states around AI requests to account for variable mobile network conditions.
Future Improvements
- Verified static ingredient database
- User-driven personalization and ingredient preferences
- Robust offline support
- More deterministic analysis and validation layers
Impact & Outcomes
- 01AI-powered mobile workflow
- 02Camera-based interaction
- 03OCR + AI integration
- 04Structured analysis experience