Product #05 / 12
Audit of NexCart — premium multi-vendor e-commerce marketplace. Dark-themed Next.js 14 with real NextAuth. Landing renders hero but all downstream sections are empty; /shop and /login both 404.
NexCart’s landing page has a striking dark-purple hero and cart-preview widget, plus a promised feature grid. Content renders only in the hero band; everything below is dark empty space. Direct routes like /shop and /login return the branded 404 page. This SaaS needs significant debugging before demo-ability.
| Framework | Next.js 14 (App Router, basePath=/nexcart) |
| Port | 3010 |
| Public URL | codemytown.com/nexcart/ |
| Theme | Dark purple-pink eCommerce aesthetic |



src/app for missing shop and login page.tsx files; add or fix middleware matcher.null until data is loaded.prisma/seed.ts with at least admin + demo customer users.Larger effort needed than other SaaS: fix 404 routes, implement /shop, wire up landing page data, add seed credentials. Plan 1-2 days of development.