Project Concept:
Sweets Andalus is not just a typical online store; it’s a sophisticated Headless E-commerce solution. By decoupling the frontend from the backend, we achieved ultra-fast loading speeds and a highly customized shopping experience that reflects the premium nature of the brand.
Technical Excellence:
-Hybrid Architecture: Leveraged the power of Next.js 16 (App Router) to handle the "Head" (UI/UX) while utilizing ERPNext as the "Body" to manage complex business logic like inventory, orders, and customer data.
-Performance First: Used React Server Components (RSC) to fetch data directly from the ERPNext REST API, minimizing client-side JavaScript and maximizing SEO.
-Secure Integration: Built a custom Server-side Proxy to communicate with the Frappe API, ensuring that sensitive API keys and database structures are never exposed to the client.
-Modern Styling: Implemented Tailwind CSS v4 and Framer Motion to create a fluid, high-end visual identity with smooth animations.
Key Features:
-Real-time inventory synchronization with ERPNext.
-Optimized Product Listing Pages (PLP) and Product Detail Pages (PDP) for SEO.
-Secure checkout flow integrated with backend order management.
-Fully responsive and accessible UI using Shadcn/UI.