Skip to content
2 min read
Table of Contents
Choose a framework to optimize documentation to:

    To get started with Vercel, it's helpful to understand projects and deployments:

    • Projects: A project is the application that you have deployed to Vercel. You can have multiple projects connected to a single repository (for example, a monorepo), and multiple deployments for each project. You can view all your projects on the dashboard, and configure your settings through the project dashboard.
    • Deployments: A deployment is the result of a successful build of your project. A deployment is triggered when you import an existing project or template, or when you push a Git commit through your connected integration or use vercel deploy from the CLI. Every deployment generates a URL automatically.

    To get started you’ll create a new project by either deploying a template or importing and deploying an existing project:

    Last updated on September 28, 2023