Shopily is your stylish product discovery platform — blending speed, simplicity, and elegance for a next-gen shopping experience.
- 🛍️ Product listing and detail pages
- 🛒 Add to cart functionality (persistent)
- ⚡ Skeleton loaders for smooth UX
- 🔄 Server and client components
- 📱 Responsive design (mobile-first)
- 🧩 Modular component structure
- 🌐 API route for products
- 🌗 Dark/Light theme support
- ⚛️ Next.js (App Router)
- 🟦 TypeScript
- 🎨 Tailwind CSS
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
- Add products to the API or update the product types in
types/product.ts. - Customize UI components in
components/ui/. - Update theme logic in
components/providers/theme-provider.tsx.
MIT