Frontity with DigitalOcean Kubernetes or Vercel?

Hi, Can someone explain to me how Vercel can be set up… ?

I tried looking at this: https://docs.frontity.org/deployment/deploy-using-vercel

But at vercel.com I found this:

Right now I’m hosting my site with https://www.digitalocean.com/

Is it a way to get Frontity to work on digitalocean.com ??

Or do I need https://www.digitalocean.com/ for my WordPress server and Vercel for the front-end?

Why not do everything with Digital Ocean and Kubernetes?? https://www.digitalocean.com/products/kubernetes/

Hey @Kent!

You don’t have to move your WordPress to Vercel. Your WordPress can remain in digitalocean, and the Frontity App will access to it through the REST API.

You can either deploy the Frontity App in Vercel following our docs, or you can also deploy it in digitalocean using Kubernetes as you would deploy any other React Application.

In both scenarios, you would have to point your domain to the Frontity server (Vercel or Digitalocean Kubernetes), so you will have to move your WordPress to a different domain or subdomain. This installation is what we call “direct to Frontity”.