docs/versioned_docs/version-5.x/deploy/edgio.md
Edgio 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 Edgio, the project must first be initialized with the Edgio CLI.
yarn rw setup deploy edgio.yarn rw deploy edgio.yarn rw deploy edgio --token=XXX.For more information on deploying to Edgio, check out the documentation.