Problem
Buying performance sportswear in Bangladesh usually means a Facebook page, a manual DM thread, and cash handed to a courier with no record on either side. There was no storefront that treated import logistics, cash-on-delivery, and order operations as one system instead of three disconnected spreadsheets.
Approach
KICKBUZZ is a live storefront built around the realities of the local market:
- A three-step checkout as a Next.js route group, with optimistic UI so a slow network never blocks the order.
- A Postgres schema that models inventory, inbound imports, and order state together, with reconciliation jobs that keep stock honest.
- An admin surface with role-based access and audit logging, added after a credential-stuffing attempt against the login.
- Preview deployments so every change ships behind a URL before it reaches customers.
Stack
Next.js · TypeScript · PostgreSQL · Stripe · Vercel
Outcome
Placeholder — KICKBUZZ is live and taking real cash-on-delivery orders. Concrete numbers (orders, retention, checkout completion) will be added here once Hasan supplies them (SPEC §13). Nothing on this page is invented.
The storefront runs today and the order pipeline from supplier to delivery is handled end to end rather than by hand.
Links
- Live site — kickbuzz.shop
- Repository — to be added once the repo is public