- Joined
- Dec 1, 2018
- Messages
- 3,119
I've been playing about with some coding and came across Vercel, a platform very much like Netlify which allows you to deploy sites to their servers so thought I'd write a quick guide on how to host a lander there
Vercel is a cloud platform that enables developers to host websites and web services that deploy instantly, scale automatically, and require no supervision. Vercel is the preferred platform for front-end developers, providing speed and reliability.
Vercel supports over 30 frameworks, such as Next.js, React, Vue, Angular, and more. They also integrate seamlessly with GitHub, GitLab, Bitbucket, and SAML SSO.
Importantly for us, they offer a free plan for hobbyists, which is ideal for hosting your landers.
It is very much like Netlify and Cloudflare Pages, and links with your Git repositories to deploy, so you will need a GitHub (or similar) repo for it to be able to pull your landers to deploy which I won’t go through in this guide but may do another one about that later.
They have 2 options Hobby and Pro, Hobby is free, and the Pro is $20 a month, which gives you more features and limits, here’s a
Vercel is a cloud platform that enables developers to host websites and web services that deploy instantly, scale automatically, and require no supervision. Vercel is the preferred platform for front-end developers, providing speed and reliability.
Vercel supports over 30 frameworks, such as Next.js, React, Vue, Angular, and more. They also integrate seamlessly with GitHub, GitLab, Bitbucket, and SAML SSO.
Importantly for us, they offer a free plan for hobbyists, which is ideal for hosting your landers.
It is very much like Netlify and Cloudflare Pages, and links with your Git repositories to deploy, so you will need a GitHub (or similar) repo for it to be able to pull your landers to deploy which I won’t go through in this guide but may do another one about that later.
They have 2 options Hobby and Pro, Hobby is free, and the Pro is $20 a month, which gives you more features and limits, here’s a