# Chat SDK adds web adapter support

DevFeed: [Chat SDK adds web adapter support](<https://devfeed.tech/articles/chat-sdk-adds-web-adapter-support-848.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-web-adapter-support>)

Author: Josh Singh

Published: 2026-05-08T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Web](<https://devfeed.tech/topics/web.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Chat Bot](<https://devfeed.tech/topics/chatbot.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [building](<https://devfeed.tech/tags/building.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [guide](<https://devfeed.tech/tags/guide.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

Chat SDK adds a web adapter that lets developers build browser-based chat UIs, including in-product assistants and support experiences. Replies can be streamed to the browser through the preconfigured @ai-sdk/react useChat hook.

## Source excerpt

You can now build chat UIs that connect to Chat SDK with the new web adapter. Build in-product assistants, support agents, or any other browser-based chat experience. Define the bot on your server: Then stream replies to the browser with a preconfigured @ai-sdk/react useChat hook: Read the documentation to get started, browse the directory, or build your own adapter. Read more