JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 58322
  • Score
    100M100P100Q152829F
  • License MPL-2.0

An API for remote artifact caching on Vercel.com.

Package Exports

  • @vercel/remote
  • @vercel/remote/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vercel/remote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Vercel Remote Caching

An API for remote artifact caching on Vercel.com.

Remote Computation Caching (or just Remote Caching) is a feature of advanced build tools like Turborepo, Bazel, and Buck to cache compiled computations and code artifacts in the cloud with the hope of recycling them across machines to reduce overall build/computation time. The key idea is that you "never recompute work that’s already been done before."

Through Vercel's Remote Caching API, teams can leverage this advanced primitive without needing to think about hosting, infrastructure, or maintenance.

This repository holds the source code to the Vercel Remote Caching SDK as well as examples of build systems that leverage it. For those looking to integrate their build systems with Vercel Remote Caching, you've come to the right place. The SDK is a thin layer over our existing REST API with some additional useful behaviors. Otherwise, if you're looking for examples of build systems and tools that integrate with Vercel Remote Caching, checkout the examples list.

TODO: update with new api once it's settled