Full-stack E-commerce Platform
Sedera-Vow
Jewelry e-commerce platform built as a full MERN-style playground with a Next.js admin surface.
Scroll to explore the build ↓

Case study
Sedera-Vow
Built around performance, scalability, and pragmatic engineering choices.
Overview
A full-stack jewelry e-commerce platform built as a learning and experimentation project while exploring the MERN ecosystem.
Tech stack
Gallery



The problem
I wanted a realistic playground to deeply understand full-stack architecture beyond tutorials and toy apps.
The solution
Sedera-Vow became a production-style MERN project with real features: auth flows, product management, orders, and an admin panel. It allowed me to iterate on patterns that feel good in day-to-day development.
Technical decisions
MongoDB and Express provided a fast feedback loop for modeling product and order data. Next.js powered a modern React front-end and an admin panel for higher-level control.
What I learned
This project clarified where a classic MERN stack shines and where I prefer more opinionated backends or headless commerce platforms.