A stock analysis tool that shows real-time prices and what people on Reddit are saying about stocks.
- Shows current stock prices that update automatically
- Finds Reddit posts about the stock you're looking at
- Uses AI to give you a buy/sell recommendation
- Tells you if the stock market is open or closed
- Lets you create an account to save your preferences
- Pick a stock from the dropdown (like Apple, Tesla, etc.)
- Click "Analyze Stock"
- See the current price, Reddit posts, and AI recommendation
- The data updates every 10 seconds when markets are open
You'll need Node.js installed first.
git clone <this-repo-url>
cd retailpulse
npm install
npm run devThen go to http://localhost:3000
You'll need to set up your own API keys in a .env.local file for the stock data and AI features to work.
- Next.js for the website
- TypeScript for the code
- Tailwind for styling
- Firebase for user accounts
- Reddit API for posts
- OpenAI for AI recommendations
- Alpha Vantage for stock prices