diff --git a/src/documentation/0010-node-hosting/index.md b/src/documentation/0010-node-hosting/index.md index 26da394146..0d3f2e5c24 100644 --- a/src/documentation/0010-node-hosting/index.md +++ b/src/documentation/0010-node-hosting/index.md @@ -50,9 +50,11 @@ They both provide an abstraction layer to publishing on AWS Lambda and other FAA PAAS stands for Platform As A Service. These platforms take away a lot of things you should otherwise worry about when deploying your application. -### ZEIT Now +### Vercel -ZEIT Now is an interesting option. You just type `now` in your terminal, and it takes care of deploying your application. There is a free version with limitations, and the paid version is more powerful. You simply forget that there's a server, you just deploy the app. +If you'd like to deploy a static frontend powered by a serverless Node.js API, **Vercel** is the right choice. + +After [importing your Git repository](https://vercel.com/import), deploying an update is only a matter of `git push`. ### Nanobox