
Build custom Slack runtimes
Quick Answer
Vercel AI's Chat SDK now offers standalone imports for Slack primitives, allowing developers to utilize only necessary components without a full runtime.
Quick Take
Vercel AI's Chat SDK now offers standalone imports for Slack primitives, allowing developers to utilize only necessary components without a full runtime. This modular approach enhances app performance and keeps imports clean, facilitating easier integration for custom Slack applications.
Key Points
- Standalone imports enable clean and efficient app development for Slack integrations.
- Developers can skip full runtime, focusing on specific subpaths as needed.
- Key components include request verification, payload parsing, and Markdown formatting.
- Documentation is available to assist developers in getting started with Slack primitives.
- The modular design enhances flexibility and performance in custom Slack applications.
Article Excerpt
From source RSS / original summaryChat SDK now ships the 's primitives as standalone imports for apps that already handle their own routing, state, or workflow execution. Slack adapterUse only what you need:Each subpath skips the full runtime, so your imports stay clean. ChatTo get started, read the documentation.
Slack primitivesRead moreRequest verification and payload parsing ()@chat-adapter/slack/webhookMarkdown formatting ()@chat-adapter/slack/formatFetch-based Web API calls ()@chat-adapter/slack/apiBlock Kit conversion ()@chat-adapter/slack/blocks
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

