Best of eCommerceAugust 2025

  1. 1
    Article
    Avatar of ergq3auoeReinier·39w

    Build & Deploy an AI-Powered Ecommerce Search Engine with Next.js 15, Hugging Face & Pinecone

    A comprehensive tutorial demonstrating how to build an AI-powered ecommerce search engine using Next.js 15, Pinecone vector database, and Hugging Face. The guide covers implementing semantic search capabilities that understand natural language queries instead of relying on exact keyword matching, creating a production-ready application with modern web technologies including TypeScript and Tailwind CSS.

  2. 2
    Article
    Avatar of ergq3auoeReinier·39w

    Build and Deploy Nike’s $100B Full Stack eCommerce App | Next.js, PostgreSQL, Tailwind, Devin AI

    A comprehensive tutorial demonstrating how to build a Nike-inspired eCommerce application using modern web technologies. The project combines Next.js 15 with TypeScript for the frontend, TailwindCSS for styling, and a robust backend featuring Neon PostgreSQL with Drizzle ORM. The tutorial explores using Devin AI for development assistance, implements Better Auth for authentication, and uses Zustand for state management, all structured in a modular architecture designed for scalability and maintainability.

  3. 3
    Article
    Avatar of ergq3auoeReinier·40w

    Build a Complete Babymart E-commerce Website | Part 1: Server Setup & API Development

    A comprehensive tutorial series for building a complete e-commerce backend server using Node.js, Express.js, and MongoDB. Covers essential features like user authentication, product management, shopping cart functionality, order processing, file uploads with Cloudinary, and API documentation with Swagger. Part of a multi-part series that will include admin dashboard, client frontend, and mobile app development.

  4. 4
    Article
    Avatar of ergq3auoeReinier·39w

    Next.js 15 Project: Building a Modern E-commerce Pizza Shop with Next.js 15, TypeScript & OneEntry

    A comprehensive tutorial for building a full-featured pizza ordering website using Next.js 15, TypeScript, and OneEntry headless CMS. The project covers modern web development practices including responsive design, shopping cart functionality with Zustand, user authentication, product search, order management, and deployment to Vercel. Features include server components, Tailwind CSS 4 styling, toast notifications, and mobile-first design approach.

  5. 5
    Video
    Avatar of youtubeYouTube·38w

    Next.js 15 Project: Building a Modern E-commerce Pizza Shop with Next.js 15, TypeScript & OneEntry

    A comprehensive tutorial for building a modern pizza restaurant e-commerce website using Next.js 15, TypeScript, and OneEntry CMS. The project features user authentication, shopping cart functionality, order management, responsive design with glass morphism effects, and Stripe payment integration. The tutorial covers setting up the development environment, creating authentication pages, integrating with OneEntry for backend services, and implementing forms for user registration and login.

  6. 6
    Article
    Avatar of ergq3auoeReinier·38w

    Build a Complete Babymart E-commerce Website | Part 2: Admin Dashboard Setup with Vite, React Router

    A tutorial series focusing on building an admin dashboard for a baby products e-commerce website. This second part covers setting up the dashboard using React, Vite, and React Router, with Cloudinary integration for image hosting functionality.