Edgio

Build web apps

The easiest way to get started is by using one of our “Deploy to Edgio” buttons.
Edgio supports many frameworks out of the box. Choose from two of the most popular frameworks below, or expand the menu item for Frameworks and choose your preferred framework to view the specific guide.
Edgio version 4.20.0 supports Node.js version 16.
Edgio Applications’s support for Node.js version 16 is undergoing end-of-life. View the end-of-life plan.

Nuxt.js

Deploy Nuxt.js to Edgio

Next.js

Deploy Next.js to Edgio
More frameworks available under “Frameworks” in the nav.

New or existing applications

Generate a new app or deploy an existing one to Edgio. You will need to already have a Edgio account. Follow the steps below.

System Requirements

Install Node.js

Existing app

To add Edgio to an existing app, run the following:
Bash
1$ npm i -g @layer0/cli # yarn global add @layer0/cli
2$ 0 init
3$ 0 deploy

New app

To create a new Edgio compatible app, run:
Bash
1# npm
2npm create layer0-app@latest
30 deploy
or
Bash
1# yarn
2yarn create layer0-app@latest
30 deploy