DEV Community

Khokon M.
Khokon M.

Posted on

Please suggest a tech stack to build a brand new blog site!

Hi there dev commiunity,
I am planning to start a personal blog shortly. i'm a little confused about which stack to pick for my blog. Please suggest which tech stack should I use with a one-liner reason.
Thanks in Advance
Khokon M.

Latest comments (5)

Collapse
 
qbentil profile image
Bentil Shadrack

NextJS is really fast with its SSG option & NodeJS as backend.
That's what I am using currently for my blog.

bentility.vercel.app/

Collapse
 
hasangok profile image
Hasan Gök

I believe the easiest way is using Jekyll along with Github Pages ✌

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

The stack to use is the one you enjoy because you'll have to be maintaining it long-term.

Collapse
 
ccleary00 profile image
Corey Cleary

NextJS with React/Node is what I use - its really fast since it provides a Static Site Generation (SSG) option.

Collapse
 
johnhidey profile image
John Hidey • Edited

Hugo, simple and is all most blogs usually need