Development

Full stack JavaScript CMS and frontend using Strapi and Next.js

Strapi is a popular headless CMS built on React. Next.js is a popular React framework for building web pages that are rendered server-side or static.

In a series of posts, I will go through how you can easily setup a future-proof CMS and lightning-fast website that serves pages directly from CDN for optimal performance.

The solution will be hosted in two different places, Google Cloud for Strapi and Vercel for Next.js. The reason for this is that Vercel is the company behind Next.js and they have an optimized hosting for Next.js.

Here are some sources:

  • Strapi CMS: https://strapi.io/
  • Next.js: https://nextjs.org/
  • Vercel: https://vercel.com/
  • Google Cloud Platform: https://cloud.google.com/

Leave a comment

Your email address will not be published. Required fields are marked *