Conceptual
3 min read

Dashboard Overview

Learn how to use the Vercel dashboard to view and manage all aspects of the Vercel platform, including your Projects and Deployments.
Table of Contents

You can use the Vercel dashboard to view and manage all aspects of the Vercel platform, including your Projects and Deployments. What you see in each tab is dependant on the scope that is selected.

An overview of the header in the Vercel dashboard.

What you see in each tab is dependant on the scope that is selected.

The scope selector allows you to switch between your Hobby account and any teams that you may be part of. To switch between accounts and teams, select the arrows next to the name:

Scope selector to switch between personal and other team accounts.

To go back to your Team dashboard at any time, click the Vercel logo or the scope selector.

When you first create an account and log on to Vercel, you'll be greeted by your dashboard overview. This shows information on all projects that you have on Vercel, regardless of status.

Depending on the scope that has been selected, you'll be able to view all projects belonging to either your Personal Account or a Team account.

Integrations allow you to extend the capabilities of Vercel and connect with third-party platforms or services. Users and Teams on all plans can use or create Integrations.

Through the Integrations section on the dashboard, you can view and manage a list of all integrations on your account, browse the marketplace to install integrations, or go to the Integrations Console to create your own Integration.

The Activity Log provides a list of all events on a Hobby account or Team, chronologically organized since its creation. The events that you will see are dependant on the type of account and role within a Team.

The recent previews panel gives you a quick way to access recently deployed and viewed previews within your teams. It's scoped to the team you are actively viewing.

Each listed preview shows the latest deployment ID and status. Any associated pull request to your git provider is also shown or the relevant git branch.

Selecting a preview from the list will navigate to the live preview.

You can also navigate to related items for a preview deployment:

  • The associated pull request or code repository page by clicking the label that will have the word "Code" or the pull request ID
  • The deployment details by clicking the label with the deployment ID and status icon

Each preview deployment item also has a context menu where you can see further details and also remove the listing.

By default, all deployments are assigned a domain with the suffix: .vercel.app. This domain can be replaced with a Custom Domain of your choice.

The Domains section of the dashboard lets you view all domains related to your account or Team, and allows you to Buy, Add, or Transfer In a custom domain.

The Usage tab on the Dashboard provides detailed insight into the actual resource usage of all projects relating to your account or Team.

From the dashboard, you can filter the usage by billing cycle, date, project, or function.

There are two different types of settings pages:

  • Personal Account / Team Settings - These settings allow you to manage account details, billing, invoicing, membership, security, and tokens. The options you see will depend on the your scope and permissions.
  • Project Settings - You can view this by selecting a project in the dashboard and then selecting its settings. From there you can manage project details, domains, integrations, Git, functions, environment variables, and security.

Vercel provides a Command Menu that enables you to navigate through the dashboard and perform common actions using only the keyboard.

You can access the menu using by pressing + K on macOS or Ctrl + K on Windows and Linux. Note that you must be logged in to access the Command Menu.

Last updated on February 6, 2023