Back to all work

E-commerce

BD Muscle & Fitness

Full-stack store with COD checkout, dual-zone shipping, multi-role auth for Bangladesh market.

Next.js 14PrismaPostgreSQL
BD Muscle & Fitness screenshot 1
BD Muscle & Fitness screenshot 2
BD Muscle & Fitness screenshot 3

Overview

Full-stack e-commerce platform for fitness supplements targeting the Bangladesh market. Features COD-only checkout with dual shipping zones (Dhaka vs. outside Dhaka), dual-role authentication using NextAuth for admins and custom bcrypt for customers, and end-to-end type safety with Prisma-generated types and Zod validation across 23 API endpoints.

Hard Problems

Challenge

COD checkout without payment gateway in a market where card payments are rare.

Solution

Custom order logic with shipping zone detection, automatic order numbering, phone-based guest tracking.

Challenge

Dual authentication systems with full type safety.

Solution

NextAuth.js for admin routes, custom bcrypt for customer accounts with separate session management.

Key Decisions

DecisionChoseOverBecause
ArchitectureNext.js unifiedSeparate backend + SPAServer components reduce bundle size, unified codebase, built-in API routes eliminate backend deployment.

Tech Stack

languages

TypeScriptSQL

frameworks

Next.js 14React 18Tailwind CSSshadcn/ui

data

PostgreSQLPrisma

tools

NextAuth.jsZodPM2Nginx