Scaling E-commerce with Next.js 15
Tech
E-commerce
Next.js
AI
Automation

Scaling E-commerce with Next.js 15

From 20 orders a month to 800+ per day — lessons learned scaling two e-commerce stores with Next.js, Turborepo and AI automation.

Uygar DuzgunUUygar Duzgun
Feb 22, 2026
Updated Mar 25, 2026
6 min read

Two years ago, cigge.se was processing about 20 orders per month. Today, between cigge.se and elekcig.se, we handle over 800 orders per day. Here's what I learned scaling from a hobby project to a real business.

The Stack

We run on Next.js 15 with a Turborepo monorepo structure. Both stores share components, utilities, and business logic while maintaining their own branding and product catalogs.

Key technology choices:

Next.js 15 — Server components, streaming, and the App Router
Turborepo — Shared packages across both stores
PrestaShop — Backend commerce engine
Docker — Containerized deployments
AI Agents — Automated content, SEO, and marketing

The Growth Story

The turning point wasn't a single feature — it was automation. When I stopped doing everything manually and started building systems, growth became exponential.

Phase 1: Manual Everything

In the early days, I was writing product descriptions by hand, managing inventory in spreadsheets, and responding to every customer email personally. This doesn't scale.

Phase 2: Basic Automation

I started automating the obvious things: order confirmations, inventory alerts, and basic SEO. This freed up about 10 hours per week.

Phase 3: AI-Powered Operations

This is where things got interesting. I deployed AI agents to handle:

Product description generation in multiple languages
SEO optimization and keyword research
Customer service triage
Marketing campaign creation and A/B testing
Competitor price monitoring

Key Lessons

Don't optimize prematurely — Get the product right first, then scale
Automate ruthlessly — If you do it more than twice, automate it
Monitor everything — You can't improve what you can't measure
AI is a multiplier — It doesn't replace good strategy, it amplifies it

What's Next

We're expanding into new markets and adding more AI-driven personalization. The goal is to make each customer's experience feel uniquely tailored while maintaining the efficiency of full automation.

Recommended for you

Custom CRM CMS with Next.js and AI Agents in 2026

Custom CRM CMS with Next.js and AI Agents in 2026

How I built a custom CRM CMS with Next.js, Supabase, and AI agents to run 500+ posts, SEO workflows, and multilingual publishing.

18 min read
Search Console FAQ Schema: Build a PAA Feature Fast

Search Console FAQ Schema: Build a PAA Feature Fast

Turn real Google Search Console queries into a People Also Ask-style FAQ system with AI, review layers, and valid FAQPage schema.

24 min read
Automate 404 Redirects on Vercel with AI Agents

Automate 404 Redirects on Vercel with AI Agents

I used Vercel logs, Claude Code, and bulk 301 rules to automate 404 redirects after a WordPress-to-Next.js migration and protect rankings.

16 min read