Resource Hub
Filters follow Vercel-style pillars — Get started through Scale and Secure, plus Learn, Community, and Help. v0, the AI SDK, and Agent Browser live here; the Vercel Toolbox below is only AI SDK feature deep links.
Showing 24 of 24 resources
The official Vercel community hub for Zero to Agent events, updates, and resources.
community.vercel.com/host/zero-to-agent-2026
Generate UI and full-stack scaffolds from text prompts. Your fastest path from idea to working prototype.
v0.dev
Deploy your agent in seconds. Free tier, instant global CDN, no config required.
vercel.com
Browse official and community templates — AI chatbots, commerce, blogs, SaaS, and more. Filter by use case, framework, database, and auth to jumpstart a new repo.
vercel.com/new/templates
CLI-first browser automation built for AI agents. 5.7x more test cycles under the same context budget vs MCP tools. Snapshot, click, fill — zero DOM token overhead.
github.com/vercel-labs/agent-browser
Official Vercel agent skills (CLI: npx skills add vercel-labs/agent-skills). Portable packs for coding agents — deploy, React patterns, view transitions, and more. See the Agent skills section on this page for copy-paste commands.
skills.sh/vercel-labs/agent-skills
The TypeScript library for building AI-powered applications. Supports streaming, tools, agents, and all major models.
sdk.vercel.ai
Full documentation for the Vercel AI SDK — agents, tool calling, streaming, structured output, and more.
sdk.vercel.ai/docs
The full-stack React framework powering most Vercel apps. App Router, Server Actions, API routes.
nextjs.org/docs
Google DeepMind's multimodal models powering the Zero to Agent hackathon series. Vision, reasoning, and long context.
ai.google.dev
Durable workflows for AI agents — pause, resume, retries, and observability. Multi-step orchestration that survives crashes and redeploys.
vercel.com/docs/workflow
Ephemeral microVMs to run commands, test AI-generated code, and snapshot environments — isolated from production.
vercel.com/docs/vercel-sandbox/run-commands-in-sandbox
How to deploy any Next.js or framework app to Vercel. Environment variables, domains, preview URLs.
vercel.com/docs/deployments/overview
Run long-running agent workflows without hitting serverless timeouts. Ideal for multi-step agent pipelines.
vercel.com/docs/functions/fluid-compute
Secrets and config per environment (production, preview, dev). Encrypted at rest; use `vercel env pull` for local development.
vercel.com/docs/environment-variables
Marketplace databases, Redis, storage, and third-party services — provision resources and unified billing from the dashboard or CLI.
vercel.com/docs/integrations
Regional key-value cache for Functions, Routing Middleware, and builds — TTL, tags, and purge APIs for hot agent or model data.
vercel.com/docs/caching/runtime-cache
Intercept requests before your app runs — redirects, rewrites, auth headers, and personalization compatible with Next.js and other frameworks.
vercel.com/docs/routing-middleware/api
Ask questions, share builds, and get help from the broader Vercel developer community.
community.vercel.com
Our community server for agent builders — quick questions, collaboration, and chat alongside events.
discord.gg/BGAWhWYaC
Official example repos for chatbots, agents, generative UI, and more. Clone and build from.
github.com/vercel/ai/tree/main/examples
Prompting guides and templates for getting the most out of v0 code generation.
v0.dev/docs
Official Vercel support channels. For platform issues, deployment errors, and billing questions.
vercel.com/help
Community Q&A, bug reports, and feature discussions for the Next.js framework.
github.com/vercel/next.js/discussions
Vercel Toolbox
AI SDK feature map — Gateway, UI, structured output, MCP, and DevTools. Not a second catalog: use Resource Hub above for v0, Agent Browser, deployment, and community links.
Entry point for the stack — streamText, useChat, tool calling, agents, and models. Use Resource Hub for v0 and Agent Browser; this section highlights specific AI SDK capabilities.
sdk.vercel.ai
One API for every model provider. Route calls through Vercel with automatic failover, cost tracking, and zero API key management.
ai-sdk.dev/docs/ai-sdk-core/ai-gateway
40+ pre-built React components for AI interfaces. Chat UIs, streaming markdown, tool call displays, reasoning panels, voice input — all drop-in ready.
ai-sdk.dev/elements
Render AI responses the right way. UIMessage parts, tool call results as structured cards, streaming states — not raw JSON blobs.
ai-sdk.dev/docs/ai-sdk-ui
Get typed JSON back from any model. Define a Zod schema, get validated data. No more parsing strings or hoping for the right format.
ai-sdk.dev/docs/ai-sdk-core/generating-structured-data
Connect your agent to any Model Context Protocol server. Use external tools, data sources, and services without building custom integrations.
ai-sdk.dev/docs/ai-sdk-core/mcp
Local debugging and observability for AI calls. Inspect prompts, responses, tool calls, and latency in real-time during development.
ai-sdk.dev/docs/ai-sdk-core/devtools
Agent skills
Portable instruction packs for AI coding agents — deploy flows, React and Next.js guidance, UI review checklists, and more. Copy a command and run it in your project terminal.
What skills are. An agent skill is a bundle of markdown instructions (and sometimes scripts) that your coding agent can load when a task matches — similar to a playbook or runbook, but for the model. They keep advice consistent: framework patterns, deployment steps, and review criteria you want repeated across sessions.
The open CLI. The skills tool (npx skills add …) installs skills into the right folders for many agents so you are not hand-copying files.
How Vercel fits in. Vercel publishes vercel-labs/agent-skills: official packs aligned with the Vercel platform, Next.js, React, shipping to production, and the Web Interface Guidelines. They complement generic model knowledge with product-specific defaults your team can rely on.
Install all seven skills (this repo)
npx skills add vercel-labs/agent-skills -yGlobal (all projects)
npx skills add vercel-labs/agent-skills -g -yList skills without installing
npx skills add vercel-labs/agent-skills --listReact composition — compound components, providers, React 19 APIs.
npx skills add vercel-labs/agent-skills --skill vercel-composition-patterns -yDeploy from the agent — preview URL and flows for “ship this”.
npx skills add vercel-labs/agent-skills --skill deploy-to-vercel -yReact and Next.js performance guidelines from Vercel Engineering.
npx skills add vercel-labs/agent-skills --skill vercel-react-best-practices -yReact Native and Expo performance and patterns.
npx skills add vercel-labs/agent-skills --skill vercel-react-native-skills -yReact View Transition API and Next.js integration.
npx skills add vercel-labs/agent-skills --skill vercel-react-view-transitions -yCLI workflows with token-based auth (CI, sandboxes).
npx skills add vercel-labs/agent-skills --skill vercel-cli-with-tokens -yWeb Interface Guidelines — UI review, accessibility, UX.
npx skills add vercel-labs/agent-skills --skill web-design-guidelines -ySee descriptions and versions for each pack on the public index. Same repository as the commands above — useful before you install or when you want to share a link.
skills.sh — vercel-labs/agent-skillsExplainer
In-depth guidance from this community, plus essential framing from Vercel on leveraging AI while owning production risk.
Community guide
Over 40% of agentic AI projects fail — not because of the models, but due to risk, architecture, and unclear value. Seven principles on threat models, tool contracts, auth, context, RAG, orchestration, and memory — written for the Vercel stack.
Read the full guideAI idea generator
Get a fresh agent idea grounded in the Vercel ecosystem — AI SDK, v0, Gateway, Next.js, data, and deploy paths you can actually ship in a day. Powered by AI; no static list.
Still stuck?
Ideas mix Next.js, AI SDK, v0, AI Gateway, Blob, KV, and more — tuned for a real Zero to Agent build.