A modern AI-powered stock trading assistant that provides real-time market insights and analysis.
- Real-time stock market data and analysis
- AI-powered market insights using Groq API
- Interactive 3D visualization
- Real-time stock ticker updates
- Modern, responsive UI with glass-morphism design
- Frontend: Next.js 15, React, TypeScript
- Styling: TailwindCSS
- 3D Rendering: Spline
- AI: Groq API (Mixtral-8x7b-32768 model)
- Market Data: Alpha Vantage API
The application requires two API keys to function properly:
- Used for AI-powered market analysis and insights
- Get your API key from Groq Console
- Model: Mixtral-8x7b-32768
- Environment variable:
GROQ_API_KEY
- Used for real-time stock market data
- Get your API key from Alpha Vantage
- Provides stock quotes, company information, and market data
- Environment variable:
ALPHA_VANTAGE_API_KEY
- Create a
.env.local
file in the project root - Add the following environment variables:
GROQ_API_KEY=your_groq_api_key
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key
- Install dependencies:
pnpm install
- Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser
- Used for natural language processing and market analysis
- Endpoint:
/api/chat
- Features:
- Market trend analysis
- Stock performance predictions
- Technical analysis insights
- Used for real-time market data
- Endpoint:
/api/stock
- Features:
- Real-time stock quotes
- Company information
- Market performance metrics
- Historical data
© 2024 NAVADA AI BOT. All rights reserved.
Designed + Coded by Lee