Glucora | Blood Sugar and Food Scan Tracker – React Native / Expo
Demo Instructions
There is no login and no demo credentials – the app is fully usable out of the box.
Everything works locally except the AI food photo analysis, which needs a free-to-create OpenAI API key of your own. The key is read from an environment variable on the backend server and is never stored in the source code. The analysis endpoint is protected by API key authentication and per-IP rate limiting (10 requests per minute), so only your own app can call it. See the included documentation for the 5-minute setup. All other screens (onboarding funnel, tracking, history, settings) run completely offline, so you can test everything before configuring the key.
Important: this is a template of the React Native / Expo source code, not a c
