Vercel has announced the official integration of two popular team collaboration platforms, Lark and Feishu, into its Chat SDK. This move allows developers to build and deploy intelligent chatbots directly within the Lark and Feishu collaborative environments without facing complex infrastructure hurdles.
Key Developments
According to Vercel's announcement, the new official adapter fully supports real-time interactive features. Developers can build bots capable of sending, editing, and deleting messages, responding with emojis, and sending interactive cards. Notably, streaming data features will directly leverage Lark's native "typewriter" API from its cardkit toolset.
From a technical standpoint, the adapter operates using Lark's WebSocket connection protocol. Thanks to this mechanism, bots can run from any long-running Node.js process without needing to configure and expose a public HTTP webhook endpoint to the internet. This significantly simplifies the initial setup process and enhances system security for enterprises.
Why It Matters
In Vietnam, Lark Suite (and its Chinese counterpart Feishu) has become an increasingly popular tool for business management and internal communication among startups and large tech companies. Vercel Chat SDK's official support for these platforms makes it easier for Vietnamese software engineers to integrate AI assistants or automation bots into daily business workflows.
The WebSocket-based connection protocol also resolves a chronic "pain point" for developers during local development, eliminating the need for intermediary tunnel services like ngrok.