Getting Started
Building AI apps on Vercel: an overview
Learn the key AI concepts and tools for building and scaling AI apps.
Streaming responses from LLMs
Learn how to use the AI SDK to stream LLM responses.
Course: Builder’s Guide to the AI SDK
Build production-ready AI features with the AI SDK and Next.js. Learn LLMs, prompting, extraction, streaming, and more.
Agents
How to build AI Agents with Vercel and the AI SDK
Learn how to build, deploy, and scale AI agents on Vercel using the AI SDK. This guide covers calling LLMs, defining tools, creating multi-step agents, and monitoring performance.
Building stateful Slack bots with Vercel Workflow
Learn how to build Slack bots that maintain state and handle long-running processes without managing queues, databases, or background job infra.
How to safely run AI generated code in your application
Execute untrusted, AI‑generated code inside an isolated, ephemeral environment and return real results.
All AI Guides
- Building AI apps on Vercel: an overview
- Streaming responses from LLMs
- What is Retrieval Augmented Generation (RAG)
- Building stateful Slack bots with Vercel Workflow
- Build an AI Chat Agent with Weather API Tool Calling
- Understanding vector databases for AI apps
- An Introduction to Evals
- How to build AI Agents with Vercel and the AI SDK
- Build a ChatGPT Connector (MCP server)
- How to safely run AI generated code in your application