Skip to content
← Back to Blog

Wednesday, May 3rd 2023

Quality software at scale with Vercel Spaces

Unite your team with powerful tools and conventions for better collaboration and faster iteration in large codebases.

Posted by

Avatar for mknichel

Mark Knichel

Software Engineer

Avatar for gaspar09

Gaspar Garcia

Software Engineer

As companies and codebases grow, it becomes hard to sustain a fast release cycle without letting errors slip in to production. It shouldn't be this way. We should be able to move fast without breaking things—making quick updates while retaining great performance, security, and accessibility.

Today, we're introducing Vercel Spaces, the biggest evolution of Vercel's workflow yet. Introducing powerful tools and conventions designed to integrate with your monorepo setup, to help you scale efficiently while retaining quality.

With Vercel Spaces, you'll find insights on your development workflows, code health and build logs, and brand new functionality to boost efficiency and remove blockers with Conformance, Code Owners, and Vercel Runs. These products, currently available in early private beta for Enterprises, can be used with Vercel regardless of where you host your application.

The Spaces Dashboard surfaces information about the codebase and development workflows to developers.
The Spaces Dashboard surfaces information about the codebase and development workflows to developers.
The Spaces Dashboard surfaces information about the codebase and development workflows to developers.
The Spaces Dashboard surfaces information about the codebase and development workflows to developers.

Get started

If you're interested in Vercel Spaces, it is available for early access for Vercel Enterprise customers. Contact our team to learn more.

Contact Us

Reimagining Vercel for large codebases

Teams need a single place to find information about code, owners, and build logs.

As more teams turned to monorepos to efficiently scale projects, it became clear that we needed to rethink how our dashboard surfaced their data. Spaces provides new monorepo and code-first views in the Vercel dashboard, making it easy to improve collaboration and productivity.

With the Spaces Dashboard, we've designed a workspace to make information discovery easier, help with cross-team collaboration, and ensure a better onboarding experience for new team members.

SpacesOverviewLight.jpg
SpacesOverviewDark.jpg

Better best practices: Conformance for your code

Maintaining frontend code quality is hard to do at scale. With Conformance, Vercel Spaces will automate detection of critical issues for your frontend products early in the development lifecycle and prevent them from ever reaching production.

We do this by codifying and extending Vercel's deep knowledge of the framework ecosystem and tools like Next.js and Turbopack to automatically identify the most common issues impacting product and code quality.

For example, Conformance will detect when imports can be moved to be lazy loaded to reduce bundle sizes and improve page performance or when important security headers are missing from your Next.js application before merging to production.

SpacesConformanceLight.jpg
SpacesConformanceDark.jpg

Granularly-defined code ownership with Code Owners

As a company grows, it can become difficult for any one person to be familiar with the entire codebase. As the growing teams start to specialize, it can be a common pain point to not know who is responsible for a given piece of code anymore.

With Code Owners, Vercel Spaces will help your organization collaborate better by making it easy to find who is responsible for code and make sure that code changes are reviewed by the right people, all the time.

Code Owners files are colocated with the code which makes it easy to contact the owner of a piece of code. Since code owners are stored in the directory tree of the code, code owners who are higher up in the directory tree act as broader stewards over the codebase and are the fallback if owners files go out of date. Additionally, Code Owners is integrated into Git hosting platforms to automatically add the appropriate people to code reviews. Code Owners also provides flexible reviewer selection algorithms, such as round robin assignment, team assignment, primary on-call assignment, and more.

Visualize who owns code in your organization.
Visualize who owns code in your organization.
Visualize who owns code in your organization.
Visualize who owns code in your organization.

A better way to debug: Vercel Runs

You may be familiar with the pain of scrolling through endless terminal logs to find the source of a build failure. Vercel Runs offers a better solution, a new system for sending a user’s builds from any tool (local, continuous integration (CI), or deployments) to Vercel for visualization all in one dashboard. You'll get an easier way to debug a task through an interactive UI, and stores historical build logs allowing you to easily look back at past runs or view aggregate insights.

It includes the ability to debug individual builds, see insights from aggregate information, and improve the critical path by fixing slow tasks, such as bottleneck tasks. Any build tool will be able to integrate with the Vercel Runs API. This means that Turborepo users, for example, can send their Turbo runs data to Vercel dashboard for visualization with an easy reference to old builds to help debug issues.

SpacesRunsLight.jpg
SpacesRunsDark.jpg

Vercel Spaces gives you the tools to move fast as a team—without breaking things. Get started today.

Get started

If you're interested in Vercel Spaces, it is available for early access for Vercel Enterprise customers. Contact our team to learn more.

Contact Us