Pomodoro RPG icon
Coming Soon — iOS & Android

Pomodoro RPG

Turn your focus into power. Every session is a battle. Every task, a quest.

v1.0.0
Flutter iOS Android RPG
Coming soon to the App Store
Coming soon on Google Play
4
Hero Classes
40
Class Tiers
57
Preset Tasks
7
Kingdom Stages

Features

Everything inside

Pomodoro Timer

Classic 25/5 focus-break cycles with fully customizable durations. Animated timer ring keeps your hero always in view.

4 Hero Classes

Scholar, Warrior, Monk, or Rogue — each class grows differently based on how you work. Branch into 40 unique class tiers as you level up.

Real Progression

Earn EXP every session. Grow 4 stats — Focus, Consistency, Output, Endurance — shaped by your actual work habits.

Weekly Boss Battles

A new boss appears every week. Complete sessions to deal damage. Defeat it before Monday to claim gold, EXP, and exclusive cosmetic rewards.

Daily & Weekly Quests

Fresh objectives every day and every week. Complete quests to earn bonus rewards and keep your streak alive.

Streak Shields

Build a 7-day streak to earn a Streak Shield. Miss a day? Your shield absorbs it automatically so your streak survives.

Daily Focus Seed

A daily modifier that gives you a bonus EXP% or stat boost — changes every midnight to keep each day fresh.

Kingdom Progression

Your completed sessions build a realm — from a humble Camp to a mighty Kingdom. 7 stages that grow with you.

Smart Task System

57 preset tasks mapped to stats, or create your own with guided category hints. Link tasks to quests for bonus rewards.

From the Developer

Six months on a silly idea

BaoKB — Dev Log
Building Pomodoro RPG

The idea started with a problem I kept having: I'd set a Pomodoro timer, do one session, then immediately tab over to Twitter while telling myself "I'll check real quick." Three hours later, no second session.

Every Pomodoro app I tried was ruthlessly functional. Clean UI, timer ring, done. Nothing to come back to. So I asked a dumb question: what if completing sessions made you feel like you were playing an RPG?

That was six months ago. The result is Pomodoro RPG — a Flutter app where every focus session earns EXP, levels up your character, and progresses you through a 40-class skill tree loosely inspired by classic JRPGs.

The technical bet that paid off: local-first

The biggest architectural decision was refusing to build a backend for v1.0. No accounts, no sync, no server costs, no cold-start latency. All state lives in SharedPreferences and a handful of JSON files on-device. This sounds limiting until you realize 95% of what makes a progression game feel good — leveling up, unlocking classes, seeing your stats grow — is purely local. The constraint forced clarity: every feature had to justify itself without a server.

State management is Riverpod, which I initially resisted (too much boilerplate) but now wouldn't trade. The data flow is clean: PomodoroService emits a session-complete event → CharacterService computes EXP and stat grants → QuestManager checks quest progress → SaveService persists everything → Riverpod watchers rebuild the UI. One direction, no surprises.

The part that took three times longer than expected: the class system

I initially sketched "four character classes." Then I added branching paths at tier 3. Then prestige resets. Then cosmetic IAP skins. The final count is 40 playable classes across four paths (Scholar, Warrior, Monk, Rogue), each with stat profiles that actually reward the session habits that match the class — Warriors gain more EXP from long streaks, Scholars from output consistency, Rogues from skipping breaks efficiently.

There's also a weekly boss system. Seven bosses named after the seven deadly sins (Acedia for sloth seemed too on-the-nose for a productivity app, but I kept it), each requiring a number of sessions to defeat before Monday midnight. Beating them drops EXP, gold, and optional cosmetic skins. I did not plan this feature. It emerged when I realized the app had no reason to open it specifically today.

What I'd do differently

Start with the retention loops. I built the core timer in week one and it worked fine in week one. The features that make people come back — the boss battles, the near-miss EXP callouts, the streak shields — came in phases six through eight and required retrofitting the data model. If I'd designed for them up front, the code would be half as tangled.

Also: localization from day one. Adding Vietnamese halfway through meant auditing every screen for hardcoded strings. I found three in the last week before submission.

Where it's at now

App is in final QA, submission imminent. If you focus for 25 minutes at a time, this might be the most elaborate accountability partner you've ever used.

FAQ

Frequently asked questions

Is Pomodoro RPG free?
Yes, free to download.
Does it require internet?
No internet connection required. All progress is saved locally on your device.
What hero class should I choose?
Scholar suits study and learning tasks. Warrior fits physical or high-output work. Monk excels at deep creative focus. Rogue thrives on variety and quick tasks. You can try all four.
How long is a Pomodoro session?
Default is 25 minutes focus + 5 minutes break — the classic Pomodoro Technique. Both durations are fully customizable in Settings.
What happens if I miss a day?
Build a 7-day streak to earn a Streak Shield. If you miss a day, it automatically absorbs the miss so your streak stays alive.
Where is my progress saved?
On your device only. No cloud sync, no account required.

Support

Contact & Support

Questions? Feedback?

Found a bug, want to suggest a quest, or just want to share your focus streak?
We actually read these.

kbsoft.support@gmail.com

We typically respond within 2 business days.

Support

Delete Account

You can request deletion of your Pomodoro RPG data at any time. Fill in the form below and we'll process your request within 7 business days.