A production-ready ecommerce platform that handles real-world shopping complexities while being the perfect starter kit for developers.
✅ 90% of core ecommerce features out-of-the-box
✅ Optimized performance at every layer
✅ Actionable insights at a glance
🔍 User auth (OAuth + token refresh)
💡 Cart/checkout flows
🔑 Search/pagination
📌 Payment-ready architecture
Next.js (v18+)
Wix Developer Account
git clone [https://github.com/SamuelIVX/ecommerceWebsite]
cd ecommercewebstie
npm install
NEXT_PUBLIC_WIX_CLIENT_ID=your_clientid
FEATURED_PRODUCTS_CATEGORY_ID=your_featured_products_id
NEXT_PUBLIC_WIX_APP_ID =your_public_wix_app_id
npm run dev
Open http://localhost:3000 in your browser.
Core Framework - Next.js | Hybrid rendering (SSR/SSG), optimized performance, SEO-ready
Ecommerce Engine - Wix JavaScript SDK| Production-grade cart/checkout without backend headaches
State Management - Zustand | Global cart state without Redux complexity
Auth - OAuth + Cookie Tokens | Secure sessions with auto-refresh
Styling - TailwindCSS + React Hooks | Lightning-fast styling + reusable behaviors
Search - Client-side filters + Server-side pagination | Instant results without full-page reloads