Codedex built what Duolingo did for language learning but for coding — a fantasy-world aesthetic, XP points, badges, and a freemium subscription model that makes programming genuinely fun for Gen Z. GitHub Award winner 2024. ₹6.3Cr pre-seed. The brand angle is the product.
Codedex wraps programming education in a game layer — the lessons are real and technical, but the progression system (XP, regions, badges, community) makes it feel like an RPG rather than a course platform.
Python is the "Legend of Python" quest, HTML/CSS is a different region — each course has a themed aesthetic instead of a plain lesson grid.
Write and run code directly on the platform without any setup — no local installs, no terminal, just type and see the output immediately.
The same mechanics Duolingo proved work for habit formation — daily streaks, milestone badges, and a public profile showing progress.
Most of the catalog is free — the Rs199/month Club subscription unlocks bonus courses, cheat sheets, and the full content library including DSA and Data Science.
India produces 1.5M+ engineering graduates annually, most learning to code from dry textbooks or YouTube tutorials. The gamified aesthetic angle is almost completely absent from Indian coding education platforms.
Scoped to one language track (Python) with a gamified progression system — the aesthetic and mechanics are the whole product, so get those right before adding more courses.
Lesson viewer, world map, profile, and dashboard in one framework.
Stores user accounts, lesson progress, XP totals, badge history, and streak data.
The same editor powering VS Code — runs entirely in the browser, no install needed.
Sandboxed Python runner that executes student code safely and returns output.
Rs199/month Club subscription for premium tracks and content.
Fast enough to build the fantasy-aesthetic world map and lesson UI in a weekend.
Where: Vercel for the app, Supabase for the database. The code execution sandbox (Judge0/Piston) runs as a separate hosted service — use their free/cheap cloud tier, not self-hosted, for a weekend build.
This prompt sets up the full build context so the AI scopes, plans, and starts coding the project with you from message one.