Skip to content

Commit 9fde4b4

Browse files
authored
docs: mention free remote caching earlier on page (#9688)
### Description Making sure folks know Remote Cache is free to use! Got a few questions about this so trying to surface it more.
1 parent 6b4c82d commit 9fde4b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/repo-docs/core-concepts/remote-caching.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ What if you could share a single Turborepo cache across your entire team (and ev
6161
}}
6262
/>
6363

64-
By working with providers like [Vercel](#vercel), Turborepo can securely communicate with a remote cache - a cloud server that stores the results of your tasks.
64+
Turborepo can securely communicate with a remote cache - a cloud server that stores the results of your tasks. This can save enormous amounts of time by **preventing duplicated work across your entire organization**.
6565

66-
This can save enormous amounts of time by **preventing duplicated work across your entire organization**.
66+
Remote Caching is free and can be used with both [managed providers](https://turbo.build/repo/docs/core-concepts/remote-caching#managed-remote-cache-with-vercel) or as a [self-hosted cache](https://turbo.build/repo/docs/core-concepts/remote-caching#self-hosting).
6767

6868
<Callout>
6969
Remote Caching is a powerful feature of Turborepo, but, with great power,
@@ -76,6 +76,8 @@ This can save enormous amounts of time by **preventing duplicated work across yo
7676

7777
## Vercel
7878

79+
[Vercel Remote Cache](https://vercel.com/docs/monorepos/remote-caching) is free to use on all plans, even if you do not host your applications on Vercel. Follow the steps below to enable Remote Caching for your repository.
80+
7981
### For Local Development
8082

8183
To link your local Turborepo to your Remote Cache, authenticate the Turborepo CLI with your Vercel account:

0 commit comments

Comments
 (0)