Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source AI chatbot template powered by Groq, Llama 3 70B, Vercel AI SDK, and TradingView that answers with live stock charts, news, and screeners.
Open-source Next.js chatbot starter from Vercel Labs that demonstrates the Vercel AI Gateway with the AI SDK.
A Next.js starter from Vercel Labs that uses the Vercel AI SDK useChat hook to send and receive multi-modal chat messages with file attachments.

Vercel Labs Next.js template that runs a Model Context Protocol server with semantic search and document fetch tools for ChatGPT Deep Research.
StockBot is an open-source AI chatbot template from Groq that converts natural-language market questions into live, interactive TradingView charts, financials, news, and screeners rendered directly inside the chat.
StockBot is an open-source AI chatbot that accepts natural-language prompts about markets and answers with live TradingView widgets — candlestick charts, financial breakdowns, news stories, screeners, and heatmaps — embedded in the conversation. It is developed by Benjamin Klieger at Groq and built on the AI Chatbot template created by Vercel, combining Llama 3 70B on Groq, the Vercel AI SDK, and TradingView's live widgets. The app deploys to Vercel through a one-click clone that prompts for a Groq API key, or runs locally on port 3000 using pnpm. The repository ships an important disclaimer: StockBot may return inaccurate information and does not provide investment advice — it is intended for entertainment and instructional use only.
To run it locally, copy .env.example to .env.local, add a Groq API key from console.groq.com/keys, then run pnpm install and pnpm dev; the app starts on localhost:3000.
StockBot is free and open source. A hosted version runs at groq-stockbot.vercel.app, and a one-click Vercel clone is provided; both self-hosting and deployment require your own Groq API key.
StockBot is an AI chatbot that answers natural-language questions about stocks, ETFs, forex, bonds, and cryptocurrencies by rendering live TradingView charts, financial breakdowns, news, screeners, heatmaps, and market overviews inside the chat interface.
Yes. StockBot is an open-source project, and a hosted demo is available at groq-stockbot.vercel.app. You can also clone the repository and deploy it yourself, though API usage on Groq requires your own key.
Yes. To run the app locally or deploy your own copy, you need a Groq API key from the Groq console. Place it in .env.local after copying .env.example, then install with pnpm and start the dev server.
No. The project explicitly states that StockBot may provide inaccurate information and does not provide investment advice. It is intended for entertainment and instructional use only, so treat its outputs as demonstration data.
StockBot renders interactive TradingView charts covering stocks, ETFs, forex, bonds, and cryptocurrencies. Supported views include candlestick charts for specific assets, historical price charts with customizable date ranges, a daily market heatmap, and an ETF sector heatmap.
