CorpusIQ
Understand your retirement future in 3 minutes. Turn your NPS, PF, and mutual fund numbers into a plain-language story - free, private, no sign-up.
Live: https://corpusiq.yodkwtf.com

What it does
- Takes your current age, retirement age, and investment balances (NPS / PF / Mutual Funds)
- Projects your corpus, monthly retirement income, and how long the money lasts
- Shows milestones, health score, peer comparison, FIRE check, and what-if scenarios
- Everything runs in the browser and nothing is sent to a server
Stack
- React.js + Vite
- Tailwind CSS
- Framer Motion
- All calculations in
src/utils/calculations.js
Local setup
-
Clone the repository:
git clone https://github.com/yodkwtf/corpusiq -
Navigate to the project directory:
cd corpusiq -
Install the dependencies:
npm install -
Start the development servers:
npm run dev -
Open the browser and navigate to
http://localhost:5173/to view the application.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any updates.
A few things to know:
- All financial logic is in
src/utils/calculations.js- that's the most critical file to get right src/context/plannerState.jsholds the default state shape and validation- Components are in
src/components/, pages insrc/pages/ - No backend, no auth, no tracking, please keep it that way
Contact
- Email: 48durgesh.chaudhary@gmail.com
- LinkedIn: Durgesh Chaudhary
- GitHub: @yodkwtf
Interested in working together?
I'm always open to new projects and collaborations.