megachangelog
Feature

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

Read more

  • Request verification and payload parsing ()@chat-adapter/slack/webhook

  • Markdown formatting ()@chat-adapter/slack/format

  • Fetch-based Web API calls ()@chat-adapter/slack/api

  • Block Kit conversion ()@chat-adapter/slack/blocks

slacksdkapichatintegration

Source: original entry ↗