// Case Study · Confidential · USA EdTech Startup

AI-powered LMS that scaled from 10k to 85k students in 8 months

A US EdTech startup needed to replace a Teachable build, support B2B white-labeling, and differentiate with AI-personalised learning — without an in-house engineering team. We shipped an end-to-end LMS that launched with 10,000 students and scaled to 85,000 by month 8 with zero infrastructure incidents.

#edtech#lms#ai-tutoring#openai#ai-integration
AI-powered LMS that scaled from 10k to 85k students in 8 months — cover

The challenge

A USA-based EdTech startup had outgrown Teachable. They needed a platform that could:

Every off-the-shelf LMS bent the wrong way on at least two of those. They needed a custom build — but with the speed and cost of a configured product.

What we built

A complete LMS platform spanning web and mobile:

Architecture

A Next.js + Node.js + React Native stack on AWS, designed multi-tenant from day one:

Outcomes

Why it worked

Three deliberate calls:

  1. RAG, not fine-tune. GPT-4o on retrieved course material out-performed fine-tuning on cost, latency, and accuracy. It also kept the tutor honest — answers cite the lesson they came from.
  2. Multi-tenant from line one. Every table, every cache key, every content asset carries a tenant ID from the first commit. The 2-hour B2B onboarding works because nothing is global state pretending to be tenant state.
  3. Mobile is a peer, not an afterthought. The startup’s audience lives on phones. The mobile apps shipped at launch — not three months later — and offline-first sync was a hard requirement, not a stretch goal.

The LMS is now the startup’s flagship product and the basis for their Series A pitch.