Deploy Slack's Bolt.js to Vercel with @vercel/slack-bolt
Vercel releases @vercel/slack-bolt, an official adapter for deploying Slack's Bolt.js on Vercel using streaming and fluid compute to meet Slack's three-second response deadline.
We've published , our official adapter for deploying Slack's to Vercel's AI Cloud.@vercel/slack-boltBolt for JavaScript Bolt provides a type-safe library for responding to Slack webhook events. However, Slack's API requires a response within three seconds or users are faced with timeouts. This has made it hard to build Slack agents on traditional serverless platforms.
Our adapter uses streaming and to acknowledge responses within Slack’s deadline while your agent continues working in the background.Fluid compute’swaitUntil This adapter works with any function or framework using the Web API Request object such as Hono, Nitro or Next.js. Get started with our today or .Slack Agent Templatevisit the library on npm Read more