← All work
CWC Technologies · Next.js
Dropshipping admin panel & embedded checkout
Five WordPress storefronts, one checkout. The interesting constraint was making a single codebase drop cleanly into stores it doesn't control.
Role
Full stack
Type
CWC Technologies
Status
In productionBuilt authentication and checkout APIs, plus a reusable Next.js checkout iframe embedded across 5+ storefronts — cutting per-site integration time by around 40%. Transactional email moved off the request path into a retryable Redis + BullMQ job queue, and GitHub Actions plus an Nginx reverse proxy with TLS termination made deploys zero-downtime.
- Built authentication and checkout APIs, plus a reusable Next.js checkout iframe embedded across 5+ storefronts — cutting per-site integration time by around 40%.
- Moved transactional email off the request path into a retryable Redis + BullMQ job queue.
- Designed a modular React + TypeScript admin panel for orders and data aggregation.
- Set up GitHub Actions CI/CD and an Nginx reverse proxy with TLS termination for zero-downtime deploys.