# WealthFlow
**A sophisticated wealth management platform offering AI-driven insights, real-time market data, and premium financial tools.**
[](https://vitejs.dev/)
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://tailwindcss.com/)
## 🌟 Features
- **AI-Driven Financial Advisor**: Integrated Gemini AI (WealthFlow Chat) for personalized financial insights.
- **Market Intelligence**: Real-time market data visualization and analysis.
- **Premium Design**: Sleek, dark-mode-first aesthetic with glassmorphism and smooth animations.
- **Responsive Layout**: Fully optimized for extensive range of devices (Mobile, Tablet, Desktop).
- **Interactive UI**: Engaging user experience with Framer Motion animations.
## 🚀 Getting Started
### Prerequisites
- Node.js (v18 or higher)
- npm or yarn
### Installation
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/wealthflow.git
cd wealthflow
```
2. **Install dependencies**
```bash
npm install
```
3. **Environment Setup**
Create a `.env.local` file in the root directory and add your Google Gemini API key:
```env
GEMINI_API_KEY=your_gemini_api_key_here
```
*(See `.env.example` for reference)*
4. **Run the development server**
```bash
npm run dev
```
## 🛠️ Build & Deployment
### Build for Production
To create a production-ready build:
```bash
npm run build
```
This will generate a `dist` folder containing the optimized assets.
### Deploy to Vercel
1. Install Vercel CLI: `npm i -g vercel`
2. Run `vercel` from the project root.
3. Configure the `GEMINI_API_KEY` in the Vercel dashboard project settings.
### Deploy to Netlify
1. Drag and drop the `dist` folder to Netlify Drop, or connect your GitHub repository.
2. Add `GEMINI_API_KEY` in Site Settings > Build & deploy > Environment variables.
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
---
Built with ❤️ by WealthFlow Team
# -wealthflow1