This tutorial will guide you to create a blog application, set up its schema, add mock content on Squidex, and create a Next.js blog based on the data stored in your CMS.
Umami is an open-source web analytics software that runs on PostgreSQL and Next.js API routes. In this guide, you will deploy Umami to DigitalOcean App Platform.
Immediately after switching my blog to the Tailwind NextJS Theme, I needed to continue tracking important metrics. Here are the steps I took to install Cloudflare Web Analytics on my new NextJS blog.
I always thought that to have user accounts in your website, you need to run your own server, but Userbase proved me wrong. Userbase provides a way of logging in users and accessing user data in static sites(which includes static .html files), which fits in well with the Jamstack idea.
Last year I discovered Chakra UI and have been using it in all my projects since then. In this tutorial, you will ;earning how to use Chakra Ui too by building a simple landing page with Chakra UI components.
In this tutorial, you will learn how to develop apps on Cloudflare workers and Cloudflare KV by building a URL shortening service. You can try a demo of the URL shortener you will build here!