{"slug": "scaffold-your-chat-apps-with-create-chat-sdk", "title": "Scaffold your chat apps with create-chat-sdk", "summary": "Chat SDK launched create-chat-sdk, a CLI tool that scaffolds a complete Next.js project for building chat bots with platform adapters and state adapters in a single command. The tool supports Slack, Discord, and Redis, and is fully scriptable for use with AI agents and CI pipelines.", "body_md": "Creating a new [Chat SDK](https://chat-sdk.dev/) bot now takes a single command.\n\n`create-chat-sdk`\n\nscaffolds a complete [Next.js](https://nextjs.org/) project with your chosen platform adapters, a state adapter, environment variables, and a webhook route.\n\nThe CLI walks you through selecting your [platform adapters](https://chat-sdk.dev/adapters#:~:text=Search%20adapters...-,Official,-Published%20under%20%40chat) (e.g., Slack and Discord) and a [state adapter](https://chat-sdk.dev/adapters#:~:text=your%20own%20adapter-,State%20Adapters,-Pluggable%20state%20adapters) (e.g., Redis), then installs the dependencies for you.\n\n**Everything wired up: **`src/lib/bot.ts`\n\nwith `onNewMention`\n\nand `onSubscribedMessage`\n\nhandlers, a populated `.env.example`\n\n, and a pre-configured `next.config.ts`\n\n.\n\n**Pick your stack: **combine any of the official or vendor-official platform and state adapters into a single project. The CLI installs only what you select.\n\n**Fully scriptable: **every prompt can be skipped with flags, so `create-chat-sdk`\n\nworks with your AI agents and in CI. Coding agents are automatically detected, so the CLI runs non-interactively when they scaffold your application.\n\nFor example, scaffold a Slack and Discord bot with Redis in one command:\n\nRead the [documentation](https://chat-sdk.dev/docs/create-chat-sdk) to get started.", "url": "https://wpnews.pro/news/scaffold-your-chat-apps-with-create-chat-sdk", "canonical_source": "https://vercel.com/changelog/scaffold-your-chat-apps-with-create-chat-sdk", "published_at": "2026-06-23 00:00:00+00:00", "updated_at": "2026-06-30 10:19:12.054618+00:00", "lang": "en", "topics": ["developer-tools", "ai-agents"], "entities": ["Chat SDK", "Next.js", "Slack", "Discord", "Redis"], "alternates": {"html": "https://wpnews.pro/news/scaffold-your-chat-apps-with-create-chat-sdk", "markdown": "https://wpnews.pro/news/scaffold-your-chat-apps-with-create-chat-sdk.md", "text": "https://wpnews.pro/news/scaffold-your-chat-apps-with-create-chat-sdk.txt", "jsonld": "https://wpnews.pro/news/scaffold-your-chat-apps-with-create-chat-sdk.jsonld"}}