Real-life RPG System — turn your daily grind into quests, levels, loot drops, and progression. Built by the System Architect.
The Loot Drop Expedition League (LDEL) is a gamified life operating system. It treats your real life like an open-world RPG:
- 🗡️ Quests — daily, weekly, and epic objectives
- 📈 Levels & XP — progression tied to real-world habits and wins
- 🎁 Loot Drops — randomized rewards for completed expeditions
- 🛡️ Classes & Skills — build your character around who you're becoming
- 📊 System Dashboard — live HUD for your real-life stats
This repository hosts the web app, dashboard, and core system logic.
- Next.js 15 (App Router)
- TypeScript
- Tailwind CSS
- shadcn/ui
- lucide-react (icons)
- ESLint (strict config)
# Clone the repo
git clone https://github.com/liamtreece1/the-league.git
cd the-league
# Install dependencies
npm install
# Run the dev server
npm run devThen open http://localhost:3000 to enter the System.
- System Dashboard UI (glowing notifications, quest list, level bar)
- Quest engine (daily / weekly / epic)
- XP + leveling system
- Loot Drop generator
- Character classes & skill trees
- Persistent player state
- Mobile HUD
Designed and engineered by @liamtreece1 — the System Architect. This is not just an app. It's a life engine.
TBD — all rights reserved for now. Licensing terms coming as the system matures.