Scaffold your chat apps with create-chat-sdk
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 installs the dependencies for you.platform adaptersstate adapter For example, scaffold a Slack and Discord bot with Redis in one command: Read the to get started.documentation Read more with a
