What technology would you recommend to build a blog?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Gatsby

    The best React-based framework with performance, scalability and security built in.

  • Also if you like React you can think about Gatsby and Next.js they are static site generators where you create your blog in React, the first one is not recommended anymore after the second came out.

  • eleventy 🕚⚡️

    A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

  • I've used Jekyll for my previous blog, but recently I've started using Eleventy and I really like it. Static site generators in my opinion are best for developers. And if you know JavaScript you can easily extend it with custom more advanced stuff. The articles are created in Markdown (for both of them).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Next.js

    The React Framework

  • Also if you like React you can think about Gatsby and Next.js they are static site generators where you create your blog in React, the first one is not recommended anymore after the second came out.

  • Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

  • I've used Jekyll for my previous blog, but recently I've started using Eleventy and I really like it. Static site generators in my opinion are best for developers. And if you know JavaScript you can easily extend it with custom more advanced stuff. The articles are created in Markdown (for both of them).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts