diff --git a/guides/Cloud_development/ZEIT.md b/guides/Cloud_development/ZEIT.md index ec258108..24a6f112 100644 --- a/guides/Cloud_development/ZEIT.md +++ b/guides/Cloud_development/ZEIT.md @@ -1,22 +1,24 @@ -# ZEIT -**[ZEIT](https://zeit.co/)** with their mission - "To Make Cloud Computing Accessible To Everyone", which allows developers to deploy their web projects with minimal effort and maintenance. +# Vercel +**[Vercel](https://vercel.com/)** with their mission - "To Make Cloud Computing Accessible To Everyone", which allows developers to deploy their web projects with minimal effort and maintenance. -## What is ZEIT Now? -**ZEIT Now** is a deployment tool by **ZEIT**. It’s a hands-down seamless way to launch your web applications, docker containers or even static websites to the cloud platform. Moreover, **ZEIT Now** is free (or Pay as you Grow plan) and light use even just for a beginner. +## What is Vercel? (The origin ZEIT Now) +**Vercel(ZEIT Now)** is a deployment tool by **Vercel**. It’s a hands-down seamless way to launch your web applications, docker containers or even static websites to the cloud platform. Moreover, **Vercel** is free (or Pay as you Grow plan) and light use even just for a beginner. ## Personal Domain -**ZEIT Now** also allows developers to set up their projects to their custom domain (or a free .now.sh suffixed URL) along with free automatic SSL which puts a protective cover to shared encrypted data between the server and browser. +**Vercel** also allows developers to set up their projects to their custom domain (or a free .now.sh suffixed URL) along with free automatic SSL which puts a protective cover to shared encrypted data between the server and browser. ## Zero Config = Serverless -**ZEIT Now** integrate directly with GitHub or GitLab as well. It allows developers to host static websites and web applications that deploy upon every push in branches or merge/pull requests to preview changes live. At the same time, it scales automatically, requires no orchestrate, operate and monitor, all with no configuration to the server. It also provides developers with a GUI(graphical symbols) or command-line(text only), to quickly spin up their projects on **ZEIT** platform. +**Vercel** integrate directly with GitHub or GitLab as well. It allows developers to host static websites and web applications that deploy upon every push in branches or merge/pull requests to preview changes live. At the same time, it scales automatically, requires no orchestrate, operate and monitor, all with no configuration to the server. It also provides developers with a GUI(graphical symbols) or command-line(text only), to quickly spin up their projects on **Vercel** platform. ## What can I deploy? - Any web framework/frontend stack of your choice. - API endpoints that query databases or web APIs that return dynamic data. +- Import your project from an existing GitHub, GitLab or Bitbucket repository. +- Select one of their optimized framework boilerplates and start from scratch. ``` Examples: @@ -31,5 +33,5 @@ Examples: ## Resources -- [ZEIT Documentation](https://zeit.co/docs) -- [ZEIT API Reference](https://zeit.co/docs/api) \ No newline at end of file +- [Vercel Documentation](https://vercel.com/docs) +- [Vercel API Reference](https://vercel.com/docs/api) \ No newline at end of file