Inspiration Every adult juggles three separate battles daily — staying healthy, managing money, and actually getting things done. There are hundreds of apps for each, but none of them talk to each other, none of them learn from your actual day, and most importantly none of them are fun enough to open twice.The real insight came from a simple observation: people complete video game quests obsessively but abandon fitness goals in two weeks. The tasks are not the problem. The framing is. We asked ourselves — what if your real life had XP points, rank-ups, and a companion that actually knew what you did today? That question became LifeXP.
What it does LifeXP is an AI-powered life companion that transforms your daily routine into a role-playing game. You provide your daily notes, messages, and transactions — and four specialized AI agents go to work simultaneously:
The Quest Master generates six personalized daily quests split across morning and evening, tailored to what you actually have going on that day. The Gold Keeper analyzes your spending, identifies where money is leaking, and delivers specific savings guidance with health impact warnings attached. The Healer scores your vitals — vitality, mental health, nutrition, sleep, and activity — on a 0 to 100 scale and gives evidence-based recommendations. The Chronicler rewrites your ordinary day as an epic narrative, making even a difficult Wednesday feel like part of a larger story worth living.
How we built it The frontend is built in React with a fully custom dark fantasy design system using Cinzel Decorative and Crimson Pro typefaces, CSS animations, and a component architecture that supports multiple hero profiles simultaneously. There are no UI libraries — every component was built from scratch to match the RPG aesthetic.
The AI layer is powered entirely by the Claude API running a multi-agent architecture. Each of the four companions — Quest Master, Gold Keeper, Healer, and Chronicler — operates with a distinct system prompt, persona, and area of expertise. They run in parallel on day analysis and independently in the chat interface. The agents are briefed on each hero's specific context so responses are grounded in real data rather than generic advice.
Challenges we ran into
The biggest technical challenge was the multi-agent architecture. Getting four AI personas to feel genuinely distinct — not just slightly different versions of the same voice — required careful system prompt engineering and iterative testing. The Gold Keeper needed to sound financially wise without being preachy. The Healer needed to be evidence-based without being clinical. Getting that balance right took significant iteration. CORS handling for the Claude API from a browser frontend was a real obstacle, particularly on Windows where Create React App had a path resolution bug that blocked the development server entirely. We solved this by migrating to Vite and implementing a reverse proxy that keeps the API key server-side.
Accomplishments that we're proud of
We are proud that the app genuinely works across all three personas in ways that feel meaningfully different. Robert's Healer talks about medication schedules and blood sugar. Priya's Healer talks about skipping lunch and cortisol. Alex's Healer talks about late-night delivery and sleep disruption. Same system, three different people, three different conversations. The design is something we are proud of. Most AI apps look like AI apps — clean, white, forgettable. LifeXP looks like nothing else in the productivity space. The dark fantasy aesthetic is not decoration; it is the core mechanic. It makes you feel like your day matters.
What we learned
We learned that the framing of a product is as important as its features. The underlying functionality — habit tracking, expense analysis, health scoring — exists in dozens of apps. But wrapping it in a narrative layer where you are the hero changes the emotional relationship a user has with their own data. We also learned that multi-agent AI systems are significantly more powerful than single-prompt approaches for products that need to serve multiple domains. Giving each agent a clear identity and bounded expertise produced far better outputs than asking one generalist prompt to do everything. Finally, building for different age groups in the same session forced us to think carefully about what personalization actually means. It is not just changing the content — it is changing the tone, the urgency, the priorities, and the assumptions the AI makes about what matters.
What's next for Lifexp
The immediate next step is voice input — letting users speak their day rather than type it, which removes the biggest friction point in the current flow. After that, real integrations: bank API connections through Plaid for automatic transaction import, calendar sync so the Quest Master knows what is actually on your schedule, and Apple Health or Google Fit data piped directly into the Healer's assessment. The longer vision is multiplayer — guilds where friends or families share streaks, challenge each other to quests, and hold each other accountable through the same RPG mechanics. A parent and child working toward goals together in the same world. A team at a company competing on wellness streaks.
Log in or sign up for Devpost to join the conversation.