An AI-powered wishlist app that lets users save products from any shopping website by simply pasting a link.
Shoppy automatically extracts product details like name, price, images, and category using scraping + AI parsing.
Built with Next.js, MongoDB, Gemini AI, and GSAP animations. ✨
- 🔗 Paste any product URL to save items
- 🤖 AI-powered product parsing
- 🛍️ Automatic product details extraction
- 📂 Personal wishlist collection
- 🔐 JWT authentication
- ✍️ Manual product adding
- 🎨 Smooth animated UI with GSAP
- Next.js 15
- React 19
- MongoDB + Mongoose
- Gemini AI
- Tailwind CSS
- GSAP
- JWT Authentication
git clone <your-repo-url>
cd shoppynpm installMONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret
GEMINI_API_KEY=your_gemini_keynpm run devOpen http://localhost:3000
- Price drop alerts
- Outfit recommendations
- Browser extension
- AI shopping assistant
MIT License