StockSavvy is a web application designed to help you keep up to date on your investments with AI. Started as part of the ConUHacks hackathon in 2025, the project is currently a work in progress.
- A Golang API backend that:
- Provides a Google Gemini-powered chat for stock inquiries, using recent news articles
- Gathers relevant, real-world stock data
- Stores the user's stock holdings (WIP)
- A React frontend that:
- Displays the status and history of your current investments
- Allows you to chat with the AI chatbot assistant
- Provides data on current stock trends
To see a demo of the chatbot, click on this video link:
- Storage of user's stock holding data
- Improved fetching of current stock data


