<aside> 💡 This wiki describes how to setup zero-data internet apps, websites and APIs using the Simplifyd Edge CLI.

</aside>

How Simplifyd Edge Works

Simplifyd Edge lets you make your apps, websites, APIs etc. data-free. There are 2 options to make this happen.

Untitled

This guide focuses on the SimplifydEdge Gateway approach.

A bit about how SimplifydEdge Gateway works

At its core, SimplifydEdge Gateway is a TCP/UDP proxy. What that means is that it forwards incoming TCP/UDP connections to origin servers. Typical websites or APIs are basically TCP connections that run predominantly on TCP ports 80 and 443. Streaming services such as RTP or webRTC run on UDP.

So traffic to your website/API needs to be routed through SimplifydEdge Gateway. This happens by you modifying your DNS settings to point to the SimplifydEdge Gateway you create for your website or API.

<aside> 💡 Access to Simplifyd zero-data developer solutions are via CLI (GUI coming soon). Let’s take a look at how to set up the SimplifydEdge CLI.

</aside>

Install SimplifydEdge CLI

Installation

Run the following command in your terminal to install the SimplifydEdge CLI application:

curl <https://raw.githubusercontent.com/simplifyd-systems/cli/master/install.sh> | sh

You can view what actions the script takes here.