Scaffold your chat apps with create-chat-sdk
One command. Full chat bot stack. Vercel's create-chat-sdk just eliminated weeks of boilerplate for AI agent builders.

Why it matters
Vercel ships a developer tool that accelerates chat application scaffolding for AI agents, lowering friction for builders deploying conversational AI across multiple platforms (Slack, Discord, etc.). Relevant to founders and engineers building agent-layer products.
The key facts
10 to knowSingle-command chat bot scaffolding via create-chat-sdk CLI
Supports multiple platform adapters (Slack, Discord) and state adapters (Redis)
Auto-detects coding agents and runs non-interactively for CI/agent deployment
Pre-configured webhook routes, environment variables, and Next.js setup
Fully scriptable with flag support for agent-driven workflows
Published by Vercel (infrastructure platform)
Single-command scaffolding for chat applications
Fully scriptable with non-interactive mode for CI and coding agents
Pre-configured environment variables, webhook routes, and event handlers
Published June 23, 2026 on Vercel Changelog
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Creating a new bot now takes a single command.Chat SDK scaffolds a complete project with your chosen platform adapters, a state adapter, environment variables, and a webhook route.create-chat-sdkNext.js The CLI walks you through selecting your (e.g., Slack and Discord) and a (e.g., Redis), then…