AZ
Back to constellation
CommercePublished

Mogadget

A single-owner gadget catalog for a Lagos retailer — browse, then order via WhatsApp/Instagram. No cart.

Next.jsTypeScriptMongoDBRedisVitestPlaywright
Read the write-up

Overview

What it is

Mogadget is a single-owner gadget catalog for a Lagos retailer. Customers browse the catalog and then order via WhatsApp or Instagram — there is deliberately no cart and no checkout.

The architecture

Next.js + MongoDB + Redis, following the owner's Model → Service → Route triad, tested with Vitest + Playwright.

Highlights

Dropping the cart is a product decision, not a missing feature: for a single retailer whose sales already happen over chat, the site's job is to be a fast, trustworthy catalog that funnels an intent into a WhatsApp/Instagram conversation. Less surface, less to break, and it matches how the business actually closes sales.

Related write-ups