EatWise is an AI-powered platform that helps you scan food for safety, check expiry, analyze nutrition, generate personalized diet plans, and track your daily health metrics through a beautiful modern UI. Built using Gemini 3, developed with Vibe Coding in Gemini Studio, and deployed on Google Cloud Run, EatWise is your intelligent everyday food and health companion.
๐ Try the app here: https://EatWise/
- Detects spoilage, expiry, mold, and unhealthy ingredients
- Rates food as Safe, Caution, or Unsafe
- Explains nutrition in simple terms
- Generates personalized alerts based on your health profile
- Weekly meal plans generated dynamically by Gemini AI
- Supports weight loss, muscle gain, diabetic-friendly, heart-friendly diets
- Budget-conscious recommendations
- Chat instantly about recipes, ingredients, health, fitness & more
- Friendly and conversational
- Track water intake, calories, mood, and receive daily insights
- AI-generated health tips based on your patterns
- Keeps every scan linked to your account
- View past reports with images and timestamps
- Secure Google Login
- Private user dashboard with profiles
- Glassmorphism & gradient-based cards
- Smooth animations
- Minimalist, intuitive design
EatWise is built using:
- Gemini Studio โ Vibe Coding
- Gemini 3 Flash/Pro Models
- Google Cloud Run Deployment
- Firestore / Supabase for Storage
- React + TypeScript + Vite
- TailwindCSS for UI
git clone https://github.com/YOUR_USERNAME/EatWise.git
cd EatWise
npm install
VITE_GEMINI_API_KEY=your_key
VITE_FIREBASE_API_KEY=your_key
VITE_FIREBASE_AUTH_DOMAIN=your_domain
VITE_FIREBASE_PROJECT_ID=your_project
VITE_FIREBASE_STORAGE_BUCKET=your_bucket
VITE_FIREBASE_APP_ID=your_app_id
npm run dev
gcloud run deploy eatwise \
--source . \
--region=YOUR_REGION \
--allow-unauthenticated
- AnalysisResult.tsx
- ChatBot.tsx
- DietPlanner.tsx
- HealthTracker.tsx
- HistoryView.tsx
- LandingPage.tsx
- Loading.tsx
- LoginView.tsx
- ProfileView.tsx
- SettingsView.tsx
- AI grocery recommendation engine
- Barcode scanning
- Offline model support
- Family/shared profile system
- More health metrics
- Weekly nutrition insights dashboard
MIT License
Built with โค๏ธ using:
- Gemini 3
- Gemini Studio Vibe
- Google Cloud Run
- React + Vite





