Forge your legend and start your productivity adventure.
Already Have An Account? Log In.
A developer RPG that turns your daily tasks into experience points.
Developer RPG
Level 24
Active Raid
Critical Priority
Daily Tasks
interface Hero { id: string; name: string; level: number; stats: Stats; }
function levelUp() { xp += questXP; if(xp >= next) { level++; } }