Getting started with Vercel
Deploy your app on Vercel in three steps: install the CLI, add agent support if you use an AI coding agent, and deploy.
Help me get set up with Vercel. Based on my project, do the following: 1. Install the Vercel CLI globally (npm i -g vercel), log in with `vercel login`, and deploy my project with `vercel`. 2. If I'm using Claude Code or Cursor, install the Vercel Plugin with `npx plugins add vercel/vercel-plugin`. If I'm using another AI coding agent (Cline, Windsurf, GitHub Copilot, etc.), install Vercel Skills instead with `npx skills add vercel-labs/agent-skills`. 3. After deploying, suggest relevant next steps based on my project, such as adding a custom domain, setting up environment variables, or configuring Vercel Functions.
Prerequisites
Every Vercel workflow starts with the CLI. Install it whether or not you use an AI coding agent. Agents that can run terminal commands use the CLI to deploy, pull environment variables, and manage projects.
-
Install Vercel CLI
pnpm
yarn
npm
bun
pnpm i -g vercel
- Log in to Vercel vercel loginFollow the prompts to authenticate with your Vercel account.
- Deploy your projectNavigate to your project directory and run: vercelThe CLI detects your framework, builds your project, and deploys it. To deploy to production: vercel --prod
See the CLI documentation for the full command reference.
Install the Vercel Plugin
If you use Claude Code or Cursor, install the Vercel Plugin. It gives your agent deployment skills, framework best practices, and slash commands like /vercel-plugin:deploy prod and /vercel-plugin:env.
npx pluginsaddvercel/vercel-plugin
The plugin activates automatically. No configuration needed.
See the Vercel Plugin documentation for the full list of skills, specialist agents, and slash commands.
Install Vercel Skills for other agents
If you use Cline, Windsurf, GitHub Copilot, or any of the 18+ agents supported by Skills.sh, install Vercel Skills instead. Skills give your agent the same deployment and framework expertise in a format compatible with your tool.
npx skillsaddvercel-labs/agent-skills
To install a specific skill:
npx skillsaddvercel-labs/agent-skills--skillvercel-react-best-practices
See Agent Skills for the full list.
Add a database or other storage
If your project needs a database, blob storage, or another backing service, you can provision one from the CLI and have Vercel wire the credentials into your project automatically.
Run vercel install (alias for vercel integration add) to install a Marketplace integration, provision a resource, connect it to the currently linked project, and sync environment variables into .env.local:
vercel installneon
vercel installupstash
vercel installsupabase
Add --help to any command to see integration-specific products, metadata options, and billing plans. For non-interactive flows, pass options as flags:
vercel installneon--namemy-database--planfree-eproduction-epreview
See Storage on Vercel Marketplace for the full list of storage integrations.
Deploy from the dashboard
You can also deploy without the CLI. Go to the New Project page, connect your GitHub, GitLab, or Bitbucket account, select a repo, and click Deploy. Every push to your connected branch triggers a new deployment automatically.
Next steps
- Fundamental concepts – How requests, builds, and compute work on Vercel
- Explore Vercel products – Browse the full catalog of Vercel products and capabilities
- Set up environment variables
- Add a custom domain
- Explore supported frameworks
- Vercel Functions – Run server-side code on demand
- Storage on Vercel Marketplace – Provision Postgres, Redis, NoSQL, and more with vercel install
- Connect the Vercel MCP server – Give AI agents direct access to your Vercel account
- Agent resources – Documentation access, skills, and CLI workflows for AI agents
Last updated August 11, 2026
Cross-link map: Getting started with Vercel (/docs/getting-started-with-vercel)From the Vercel docs graph (built 2026-09-21T05:26:59.511Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.jsonSemantically closest pagesDeploying a project from the CLI — Set up and deploy a Vercel project using the CLI, from linking to production.Deploying to Vercel — Create, verify, and manage preview and production deployments on Vercel from Git, Vercel CLI, or the REST API.Using coding agents to procure Vercel Marketplace integrations — Coding agents can now discover, provision, and manage third-party services from the Vercel Marketplace using the VercelAgent Resources — Set up AI coding tools with Vercel documentation, reusable skills, and secure access to projects, deployments, and logs.Deploying Projects from Vercel CLI — Learn how to deploy your Vercel Projects from Vercel CLI using the vercel or vercel deploy commands.This page links to (17)Agent Resources — Set up AI coding tools with Vercel documentation, reusable skills, and secure access to projects, deployments, and logs.Agent Skills — Install skills to enhance AI coding agents with specialized capabilities for React, Next.js, deployment, and more.Use Vercel — Vercel MCP has tools available for searching docs, managing teams, projects, and deployments, and querying Web AnalyticsVercel Plugin for AI Coding Agents — Install the Vercel plugin to give supported AI coding tools Vercel context, skills, specialist agents, slash commands, aVercel CLI Overview — Learn how to use the Vercel command-line interface \(CLI\) to manage and configure your Vercel Projects from the commandvercel install — Learn how to install marketplace native integrations and provision resources with the vercel install CLI command.vercel integration — Learn how to manage marketplace native integrations, provision resources, manage individual resources, and discover avaiSetting up a custom domain — Add and configure a custom domain for your Vercel project using the CLI.Environment variables — Learn more about environment variables on Vercel.Frameworks on Vercel — Vercel supports a wide range of the most popular frameworks, optimizing how your application builds and runs no matter wVercel Functions — Build API routes, webhooks, and agent request handlers with Vercel Functions, then test and debug them with Vercel CLI.Vercel fundamental concepts — Learn about the core concepts of VercelDeploying Bitbucket Projects with Vercel — Vercel for Bitbucket automatically deploys your Bitbucket projects with Vercel, providing Preview Deployment URLs, andDeploying GitHub Projects with Vercel — Vercel for GitHub automatically deploys your GitHub projects with Vercel, providing Preview Deployment URLs, and automatDeploying GitLab Projects with Vercel — Vercel for GitLab automatically deploys your GitLab projects with Vercel, providing Preview Deployment URLs, and automaStorage on Vercel Marketplace — Connect Postgres, Redis, NoSQL, and other storage solutions through the Vercel Marketplace. Run SQL queries, edit data,Products — Browse Vercel products for building, deploying, securing, observing, and scaling web applications.Pages that link here (7)By site: vercel-kb (1) · vercel-docs (6)From vercel-kbUsing Vercel as a Standalone CDN — Use Vercel's external rewrites to proxy and cache content from external websites or APIs through Vercel's global edge neFrom vercel-docsWorking with domains — Learn how domains work and the options Vercel provides for managing them.Frameworks on Vercel — Vercel supports a wide range of the most popular frameworks, optimizing how your application builds and runs no matter wIncremental Migration to Vercel — Learn how to migrate your app or website to Vercel with minimal risk and high impact.Deploying Nx to Vercel — Nx is an extensible build system with support for monorepos, integrations, and Remote Caching on Vercel. Learn how to deDeploying Turborepo to Vercel — Learn about Turborepo, a build system for monorepos that allows you to have faster incremental builds, content-aware hasManaging projects — Learn how to manage your projects through the Vercel Dashboard.