Build custom Slack runtimes with primitives imports
The Chat SDK now offers Slack primitives as standalone imports, allowing developers to use only needed components without loading the full runtime. This enables cleaner imports and custom implementations for apps that handle their own routing, state, or workflow execution.
Chat SDK now ships the 's primitives as standalone imports for apps that already handle their own routing, state, or workflow execution.Slack adapter
Use only what you need:
Each subpath skips the full runtime, so your imports stay clean.Chat
To get started, read the documentation.Slack primitives
Request 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
Source: original entry ↗