A modern web app for tracking your personal assets, liabilities, income, and expenses, inspired by Robert Kiyosaki's "Rich Dad Poor Dad". Visualize your net worth, cash flow, and financial freedom journey. Built with Next.js, React, and Tailwind CSS.
- Add, edit, and delete assets, liabilities, income, and expenses
- Calculate net worth, monthly cash flow, and passive income
- Multi-currency support (USD, VND, EUR, etc.)
- Save and load your financial data as a JSON file
- Responsive, mobile-friendly UI
- Inspired by Rich Dad's financial statement
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser.
- Add your assets (e.g., house, stocks) and liabilities (e.g., loans)
- Enter your income sources and monthly expenses
- View your net worth, passive income, and cash flow
- Use "Save to File" to export your data, and "Load from File" to import it later
- Switch currency as needed
- Next.js 15
- React 19
- Tailwind CSS 4
- Lucide React Icons
- TypeScript
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
