African goldsmithing is under-exposed digitally: Senegal/Senegal-Mauritania filigree, Mali silver masks, Tuareg crosses, set Venetian beads. Diaspora + international amateur market = $200-500M/year. For jewelers, digital = +200-400% visibility.
TL;DR
- Stack: Next.js + macro photos + artisan storytelling + Stripe luxury.
- Specifics: hallmarking, origin certificate, transport value insurance.
- Premium jewelry AOV: €200-2000.
Premium jewelry site architecture `
[Immersive creation video hero]
↓
[Collections: by technique, metal, stone]
↓
[Product pages: 8-15 macro photos + 360° + video]
↓
[Artisan pages: portrait + workshop + technique]
↓
[Custom configurator (engrave initials, adjust size)]
↓
[Stripe checkout with insurance]
`
Step 1 — macro photography Jewelry = very specific photo technique:
Macro lens (Sigma 70mm f/2.8 or similar): 800K XOF Lightbox + diffusers: 400K XOF Studio table light: 600K XOF Specialist jewelry photographer: 800K-2M/day Each piece = 8-15 angles (360° if interactive). Initial photo investment: 8-15M XOF for 50 pieces.
Step 2 — artisan storytelling `tsx
export default async function ArtisanPage({ params }) {
const artisan = await getArtisan(params.slug);
return (
{artisan.name}
{artisan.role} · {artisan.region}
The art of {artisan.technique}
{artisan.bio}
The workshop
{artisan.workshopDescription}
Artisanal lineage
{artisan.lineage}
Pieces signed by {artisan.firstName}
);
}
`
Step 3 — jewelry data model `prisma
model Jewelry {
id String @id @default(cuid())
artisanId String
artisan Artisan @relation(fields: [artisanId], references: [id])
category String
technique String
metal String
metalWeightG Float
Need a professional website? Kolonell builds websites that attract clients, optimized for the Sénégalese market. Free quote in 2 minutes.
hasStones Boolean
stones Json?
sizing Json
isOneOff Boolean
collectionName String?
hasHallmark Boolean
hallmarkCode String?
origin String
priceXof Int
priceEur Int
priceUsd Int
images String[]
video360 String?
certificateUrl String?
}
`
Step 4 — custom configurator `tsx
'use client';
export function CustomizationPanel({ jewelry }) {
const [size, setSize] = useState(jewelry.sizing.default);
const [engraving, setEngraving] = useState('');
const [chainLength, setChainLength] = useState(45);
return (
Size
setSize(e.target.value)}>
{jewelry.sizing.options.map(s => {s} )}
Engraving (max 15 chars)
setEngraving(e.target.value)} />
Chain length (cm)
40 cm (choker)
45 cm (standard)
50 cm (mid-chest)
60 cm (long)
Custom delay: 7-15 days
jewelry={jewelry}
customization={{ size, engraving, chainLength }}
/>
);
}
`
Step 5 — authenticity certificate Signed PDF with:
Jewelry name + reference Metal + exact weight Stones + characteristics Origin + workshop + creation date Jewelry photo Artisan digital signature Verification QR (public traceability page) Step 6 — secure logistics Service For? Value insurance DHL Express signed Jewelry <€2K Up to €2K default Brink's / G4S Air Jewelry €2-50K Custom quote FedEx Priority Overnight International luxury Up to $100K
Packaging:
Velvet box + silk sleeve Rigid outer box Wax brand seal Pre-shipment packaging photo proof Real case — Dakar jewelry (filigree) Metric Pre-digital After 24 months Monthly revenue 1.2M XOF 18M XOF % Europe revenue 0 64% AOV 65K XOF 280K XOF Gross margin 38% 62% Custom pieces 5% 42%
FAQ Q: Gold 18K or 22K?
A: Europe prefers 18K (durable). Africa prefers 22K (intense yellow). Multi-version possible.
Q: Competition?
A: Boucheron, Cartier (pure luxury). Morocco Aalami. African artisanal jewelry niche unsaturated.
Conclusion African jewelry digital storefront = high-potential luxury niche. 15-40M XOF setup investment (photos, platform, certificates). 24-36 month ROI on premium execution.
Tags: #Jewelry #Goldsmith #Filigree #Tuareg #Africa #Luxury
Mohamed Bah Fondateur, Kolonell
Passionate about digital and entrepreneurship in Africa, Mohamed has been helping Sénégalese businesses with their digital transformation since 2020. Founder of Kolonell, he believes every SME deserves a professional and accessible online présence.
Table of contents Need a website? Showcase sites from 400,000 FCFA. E-commerce with Wave and Orange Money.
Free quote