← Selected work
Personal project/2026
EStore: e-commerce store with a CMS
A full-stack e-commerce store where non-technical owners control content, layout and blog without a developer.
- .NET Core Web API
- Next.js
- TypeScript
- SQL Server
The problem
Small store owners constantly need copy, layout and home-page changes. Every tweak going through a developer is a bottleneck for them and busywork for the team.
Approach
- Built the backend as .NET Core Web APIs and the storefront/dashboard in Next.js.
- Added a dashboard for content management: blog posts, base layout, and home-page composition.
- Structured the store as a modular, redistributable unit so it can be reused across projects rather than forked each time.
Outcome
- Owners manage everyday content themselves; developers are only involved for real feature work.
- The same store module can be dropped into a new project instead of rebuilt.
Working on something similar? Get in touch.