[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Need an ai-chatbot npm package 261 views · 5 likes · 7 posts AndrewSong (@songispm) · 2025-03-19 · ♥ 1 [https://github.com/vercel/ai-chatbot](https://github.com/vercel/ai-chatbot) In this repository, Why not make the core components of chatbot to a pure React component, and publish it as an npm package? This repository is next.js, the pure react project is hard to Implement it. if make the core components to npm package, then react and next.js project all can use it. AndrewSong (@songispm) · 2025-03-22 some body here? some body here? BestCodes (@bestcodes) · 2025-03-24 · ♥ 2 @songispm I don't think Vercel publishes many component packages; the things I've seen them publish are actual functionality and logic so that the UI is up to you. Have you seen the Vercel AI SDK? https://sdk.vercel.ai It makes it super easy to do AI stuff in Next.js and React. That's what the repo you linked to uses for AI functionality. AndrewSong (@songispm) · 2025-03-25 @bestcodes ,Yes, I use AI SDK, but I need a Chat UI interace, save my time. Since Vercel has already done the project AI-chatbot, I think they can easily do this. AndrewSong (@songispm) · 2025-03-25 I can't think of a reason why not to do it; the cost is not high for Vercel. BestCodes (@bestcodes) · 2025-03-25 · ♥ 1 That's the point of the AI templates, they show you how to easily use the AI SDK to make chatbots. https://vercel.com/templates/ai Pauline P. Narvas (@pawlean) · 2026-02-25 · ♥ 1 This request aged well — Vercel just released exactly what you described: the **Chat SDK**, installable as `npm i chat` (yes, really). It's an open-source TypeScript library for building chat bots across Slack, Teams, Discord, GitHub, Linear, and Google Chat from a single codebase. It integrates natively with the AI SDK for streaming responses and handles all the platform-specific plumbing. Reference: https://vercel.com/changelog/chat-sdk