As part of our filing for Chapter 11 bankruptcy relief, Akamai has acquired select assets from Edgio, including certain customer contracts from our content delivery, applications, and security businesses, but not including Uplynk. We encourage any active Edgio delivery, applications, or security customers that are not already engaged with Akamai to migrate their services, to contact their local Akamai office or support@edg.io as soon as possible to help avoid service interruptions. Service will end on January 15, 2025.


Any Edgio Uplynk customers can reach out to support@uplynk.com for any questions or concerns.

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