Sokko is a commerce platform in Kenya. A seller lists a catalogue, a buyer pays in full or in instalments, and Sokko holds the money until it has verified delivery. Then it pays the seller.
sokko-storefront-template
is a working store on your own domain. Next.js App Router, TypeScript, Tailwind.
Clone it, set one storefront id, and you have a store. Four themes (Minimal,
Neobrutalist, Editorial, Soft) share one component tree, so you can try each
before you draw your own. /style shows the whole kit on one page.
@sokkoke/storefront-react is the SDK under it: catalogue, variant selection, a local basket and the checkout handoff. Logic and structure, no styling layer. Use it on its own when you already have a site.
Neither needs an API key or a server secret. They read Sokko's public storefront endpoints and hand the buyer to Sokko's checkout, so payments, addresses and stock holds never pass through your site. The platform repo is private; these two are all a storefront needs.
Your storefront id is in the Sokko seller dashboard under Settings → Developers.