
Tech Stack
Description
Business MLM Software is a legacy WordPress site that was rebuilt from scratch as a Next.js application. By leveraging SSR, SSG, ISR, and aggressive caching, the Google US ranking improved from page 28 to page 2.
An admin panel was built directly with Next.js as the backend, backed by Prisma and PostgreSQL. A ChatGPT API integration handles automatic multi-language content translation, enabling the site to target global audiences without manual effort.
The entire stack is Dockerized with a GitHub Actions CI/CD pipeline deployed on AWS behind an Nginx reverse proxy, enabling reliable and repeatable production deploys.
- Migrated legacy WordPress to Next.js (App Router) with SSR/SSG/ISR; Google US ranking: page 28 → page 2.
- Admin panel built with Next.js as backend, Prisma + PostgreSQL for data.
- ChatGPT API integration for automatic multi-language content translation.
- Fully Dockerized; GitHub Actions CI/CD; deployed on AWS behind Nginx.
Page Info
SEO & performance
SSR/SSG/ISR with aggressive caching moved Google US ranking from page 28 to page 2. Built with Next.js App Router, structured data, and Core Web Vitals in mind.

Admin & content
Next.js admin panel with Prisma + PostgreSQL; ChatGPT API integration for automatic multi-language content translation.

DevOps
Fully Dockerized with a GitHub Actions CI/CD pipeline deployed on AWS behind an Nginx reverse proxy.
