Back to blog

Vercel Remote Cache is now free

One of Turborepo's most important features is Remote Caching, a distributed caching layer that ensures your developers and CI never do the same work twice.

As of today, Vercel Remote Cache is now a free, zero-configuration option for any Turborepo linked to Vercel, joining the open-source Remote Caches created by the community as free options for speeding up your development.

Linking a repository to Vercel Remote Cache

On Vercel

Commands using turbo on Vercel are automatically configured to use Vercel Remote Cache. Your builds will benefit from Remote Caching with zero-configuration.

On other Continuous Integration providers

Create the TURBO_TOKEN and TURBO_TEAM environment variables to authenticate to Vercel Remote Cache with their respective values. Visit our CI provider documentation to learn how to connect to:

On your local machine

To get started locally, run:

Terminal
npx turbo login
npx turbo link

More information

To learn more, visit Vercel's changelog announcement or Vercel Remote Cache documentation.