Hello, World!

A deep dive on how I’ve created this blog.

Work in progress…

This site has been my playground for experimenting with Next.js for the past few years. Looking through the commit history, the first commit was done 3 years ago. Being "production-ready" was never really important to me, but right now I feel like it is time to try new things, like writing.

In this post, I’ll explain how I’ve created everything and integrated it with third-party services such as Notion (which I’m using to write this right now) and Spotify.

Getting started

I decided to use Next.js because of SSR (Server Side Rendering). This way, I’d be able to deliver and change content without having to re-build static files.