Vercel
AI CLI by Vercel Labs v1.0
AI CLI is a tiny agent-native CLI by Vercel Labs for generating images, video, and text from your terminal. Commands pipe together (ai image | ai video), supporting hundreds of models with multi-model comparison, inline previews, and integration with Vercel AI SDK and AI Gateway.
Vercel WebSocket vPublic Beta
Vercel Functions now supports WebSocket connections, enabling bidirectional communication between clients and server-side code. This feature facilitates real-time applications like interactive AI streaming, chat, and collaborative apps. WebSocket connections utilize Fluid compute and adhere to the same limits and pricing as other Function invocations, with billing based on active CPU usage during message processing.
Chat SDK v1.0.0
Chat SDK is an open-source TypeScript library developed by Vercel, designed to streamline the creation of chatbots across multiple platforms. It enables developers to write bot logic once and deploy it to platforms such as Slack, Microsoft Teams, Google Chat, Discord, GitHub, and Linear.
Scriptc v0.0.17
scriptc is a TypeScript-to-native compiler that transforms ordinary TypeScript code into small, fast, self-contained executables. It eliminates the need for Node.js, V8, or any embedded JavaScript engine for statically compiled code, resulting in significantly faster startup times and smaller binary sizes.
Turbopack in Next.js 16.3 v16.3
Turbopack, the Rust-based bundler for Next.js, has been enhanced in version 16.3 to improve performance and developer experience. Key updates include significant reductions in development server memory usage, persistent file system caching for faster builds, experimental support for the Rust React Compiler, and the introduction of the `import.meta.glob` API for dynamic module imports.
Turborepo v2.9.15
Turborepo is a high-performance build system designed for JavaScript and TypeScript monorepos, enabling developers to manage complex codebases efficiently. It offers features like remote caching and seamless integration with various CI providers, significantly reducing build times and enhancing developer productivity.
Remote Agent Browser v1.2.0
Remote Agent Browser is a tool that enables running the agent-browser automation CLI within isolated, cloud-based Vercel Sandboxes. It allows AI agents to perform browser tasks like navigation, interaction, and data extraction in a secure, ephemeral environment.
Eve v0.19.0
eve is an open-source, filesystem-first framework designed for building, running, and scaling AI agents in production. It organizes agent components—such as instructions, tools, and skills—into a simple directory structure, automatically handling infrastructure like durable execution, sandboxed compute, and channel connectivity.
AI CLI v0.4.2
ai-cli is a lightweight, agent-native command-line tool that enables the generation of text, images, video, and audio directly from your terminal. Designed for maximum composability, it allows users to pipe data between commands and run prompts across multiple AI models in parallel for efficient side-by-side comparison.
Vercel AI SDK (May 2026 Update) vMay 2026
The May 2026 update to the Vercel AI SDK introduces new hooks specifically for frontend-driven agents, significantly simplifying how React and Next.js developers handle streaming tool-calls and multi-modal responses. This release bridges the gap between backend agent orchestration and frontend rendering.
Agent Skills v1.0
Agent Skills is an open-source repository developed by Vercel that provides a collection of modular packages, known as 'skills,' designed to enhance the capabilities of AI agents. These skills are structured as folders containing instructions, scripts, and resources that agents can dynamically load to perform specialized tasks more effectively.