Nari Invest is a smart financial management platform that empowers women with AI-driven budgeting, expense tracking, and investment guidance. The platform makes financial planning simple, accessible, and personalized.
- ✅ Budget Goal Setting: Set monthly or weekly budget limits.
- ✅ Expense Entry: Add expenses manually or via voice input (Web Speech API).
- ✅ AI-Based Categorization: Uses rule-based AI (extendable to NLP) for classifying expenses (Food, Transport, Bills, etc.).
- ✅ Dashboard & Reports: Visual summaries with graphs and insights.
- ✅ Multi-Language Support: Default Hindi, easily switchable to other languages.
- 📖 Learning Modules (Beginner to Advanced)
- Basic Finance: Budgeting, Saving, Bank Accounts
- Financial Independence: Planning for Emergencies, Retirement
- Women-Centric Finance: Govt Schemes, Tax Benefits
- 📊 SIP Calculator
- 🏡 EMI Calculator
- 🎯 Sukanya Samruddhi Yojna
- ✅ User-Friendly & Inclusive: Simple language, icons, and images.
- ✅ Voice Assistant: Reads questions aloud using Web Speech API.
- ✅ Multilingual Support: English, Hindi, Marathi, Tamil, Bengali, etc.
- ✅ Smart Recommendations: AI suggests investments based on user profile (PPF, SIPs, Mutual Funds, etc.).
- ✅ Accessibility & Engagement: Voice input, Leaderboard, Community Forum.
- User Overview Panel: Total Savings, Monthly Income vs Expenses, Risk Tolerance.
- AI-Powered Investment Suggestions:
- Safe Investments → FD, RD, Gold ETFs, Govt Bonds
- Moderate Investments → SIPs, Index Funds, Corporate Bonds
- High-Risk Investments → Stocks, REITs, Crypto
- Predictive Analytics & What-If Scenarios: Wealth Growth Calculator, Investment Projections.
- Portfolio Optimization & Rebalancing: Live tracking & AI suggestions.
- Frontend: React (Material UI / Tailwind CSS)
- Backend: Node.js with Express
- Database: Firebase / MongoDB
- AI Categorization: Rule-based approach (extendable with NLP)
- Voice Input: Web Speech API
# Clone the repo
git clone https://github.com/yourusername/NariInvest.git
cd NariInvest
# Install dependencies
npm install
# Start the app
npm start
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.






