Cook smart. Eat well. Live better.
Annapurna is a modern recipe and meal companion built with performance and design in mind. Scan groceries, get AI‑curated recipes, and track nutrition — all in a delightful, minimal UI.
- Smart Inventory Scan: OCR your bills/fridge photos into a live pantry.
- AI‑Powered Recipes: Personalized ideas based on time, diet, and what you have.
- Nutrition Insights: Quick calorie/macros overview as you cook and log.
- WhatsApp Fast Lane: Interact via chat for ultra‑fast actions.
- Smooth UX: Motion, ambient glows, and Lottie visuals.
- Next.js 15 + React 19
- Tailwind CSS 4 for styling
- Framer Motion for animations
- Radix UI + Lucide icons
- Lottie for rich animations
pnpm install
pnpm dev
# open http://localhost:3000Or with npm:
npm install
npm run dev- dev: start the local dev server
- build: production build
- start: run the production server
- lint: lint the codebase
app/ # App routes & layout
components/ # UI building blocks
lib/ # Data & utilities
public/ # Static assets (images, icons, lotties)
- Favicon and tab title use the current header branding.
- Images live under
public/; update there to swap visuals quickly.


