Inspiration
Financial literacy is critical, yet most tools are either too simplistic or too intimidating. We wanted to build something that feels like an interactive classroom, a trading lab, and a fun game all at once — a platform that makes learning finance approachable, practical, and engaging.
What it does
BeaconWealth is a five-in-one financial education platform that blends education, interactivity, and utility. It provides an AI Tutor that delivers personalized explanations in plain language and generates charts to reinforce understanding. It includes a Market Explorer that allows users to search and compare stocks, ETFs, and funds with narrative insights. It offers a Retirement Simulator where users can adjust variables such as income, savings rate, and allocation strategies to instantly see long-term projections. It also includes a Portfolio Lab where learners can test trading and investing strategies in a secure coding sandbox with backtesting capabilities. Finally, it features a Quiz Arena that brings gamification into financial education, enabling users to compete in real time with friends or classmates while receiving clear explanations of each answer.
How we built it
We built the frontend using React, TypeScript, TailwindCSS, and Framer Motion to achieve a retro-modern yet professional design. The backend is powered by Node.js and Python microservices, organized into a modular service layer that abstracts all external APIs. PostgreSQL is used for structured persistence, while Redis and WebSockets enable real-time interactions such as multiplayer quizzes and leaderboards. Docker provided containerized deployment for reliability and scalability. We integrated large language models to power the AI tutor, a sandbox execution environment for portfolio simulations, and data visualization libraries for interactive charts. All external credentials and API keys are stored securely in environment variables to ensure safe and flexible configuration.
Challenges we ran into
The biggest challenge was balancing interactivity with reliability. Designing a secure sandbox for strategy testing without compromising user safety required careful engineering. Integrating multiple APIs into a unified experience also posed technical hurdles, especially in maintaining performance while handling large datasets. On the design side, creating a retro-modern look that felt both unique and professional demanded multiple iterations to find the right balance.
Accomplishments that we're proud of
We are proud of building a truly interactive, demo-ready platform that unifies five distinct experiences into a seamless product. Bringing together AI tutoring, market simulations, a coding environment, and a real-time quiz game into a single clean interface was a major achievement. We are also proud of the polished design aesthetic, which gives BeaconWealth a strong identity while maintaining clarity and professionalism.
What we learned
Through this project we learned how to architect a system that integrates education, simulation, and real-time interactivity while remaining secure and scalable. We deepened our understanding of how to design sandbox environments safely, how to optimize user experience across different learning modes, and how to transform complex financial concepts into tools that are approachable without losing their rigor.
What's next for BeaconWealth
Next, we plan to expand the Quiz Arena into a full multiplayer learning hub with tournaments and collaboration features. We also aim to enrich the Portfolio Lab with additional financial data sources and advanced analytics. The Retirement Simulator will be extended to incorporate more realistic economic models and Monte Carlo scenarios. Over time, we hope to make BeaconWealth a fully accessible platform that can serve learners at every stage, from curious beginners to advanced investors.

Log in or sign up for Devpost to join the conversation.