docs/versioned_docs/version-4.x/deploy/layer0.md
Layer0 extends the capabilities of a traditional CDN by not only hosting your static content, but also providing server-side rendering for progressive web applications as well as caching both your APIs and HTML at the network edge to provide your users with the fastest browsing experience.
In order to deploy your RedwoodJS project to Layer0, the project must first be initialized with the Layer0 CLI.
yarn rw setup deploy layer0.yarn rw deploy layer0.yarn rw deploy layer0 --token=XXX.For more information on deploying to Layer0, check out the documentation.