2025 - Ongoing
Nandiniz'Aura - Production E-Commerce Platform
Next.js, TypeScript, PostgreSQL, Prisma, NextAuth, Razorpay, Resend, Vitest
I built a full-stack production commerce platform for a small business with a public storefront, admin dashboard, checkout, order management, analytics, role-based auth, and protected APIs.
Visit source
Overview
Nandiniz'Aura is a production commerce platform built for a real business, not a demo storefront. The system covers the customer-facing shopping flow as well as the operational side needed to actually run the business.
Scope
The platform includes:
- a public storefront
- an admin dashboard
- order management
- checkout and payments
- analytics surfaces
- protected APIs
- role-based access control
Engineering Notes
The backend includes 21 API routes, CSRF handling, transactional email, Razorpay webhook verification, and a full authentication flow. I also built a 28-file test suite covering API behavior, auth, payments, and middleware paths so the platform could be changed without guessing.
Why It Matters
This project reflects the kind of software work I like most: product delivery where backend correctness, user experience, and operational concerns all have to hold up together.