In this tutorial, we will build a simple blog using Astro, microCMS, and Vercel.

Astro is a modern web framework designed for fast, content-focused websites. It is especially well suited for blogs, documentation sites, landing pages, and corporate websites where most of the content can be rendered as static HTML.

microCMS is a headless CMS that lets you manage content through APIs. By combining Astro with microCMS, you can keep your frontend fast while allowing editors and content teams to manage blog posts from a user-friendly CMS dashboard.

Finally, we will deploy the blog to Vercel.

By the end of this guide, you will have a blog that: