What is your tech stack for blog websites? (not wordpress)

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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. eleventy 🕚⚡️

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

    The only time I have any need for a project like this in recent years is for hobby projects, but I've been quite fond of the static site generator approach, especially using Eleventy ( https://www.11ty.dev/ ), hosted any-old-where, though Netlify certainly makes it very easy.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. contentlayer

    Contentlayer turns your content into data - making it super easy to import MD(X) and CMS content in your app

    For my personal website, I use Next and Contentlayer since I prefer to write my content as markdown files. I then host it using vercel's free tier.

  4. Hugo

    The world’s fastest framework for building websites.

  5. Parsedown

    Better Markdown Parser in PHP

  6. ng-journal-insurance-portal

    A demo project for an enterprise Angular app with Nx

    I used 11ty and Tailwind for good SSG. https://www.ng-journal.com

  7. Publii

    The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.

    I’m trying out Publii (https://getpublii.com/). It’s an app on your computer that gives a nice interface for building pages and managing content. Supports themes, syncing and uploading to your host (I’m using AWS S3 + Cloudfront for the moment), has a few extensions, more I can’t remember rn. Totally free and open source.

  8. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    next feels like overkill for a content site. I'd look at astro.build and whatever CMS floats your boat.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. Umbraco

    Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.

    Umbraco - for .NET devs

  11. Starter-Kit-V4-Eleventy

    Complete Website kit built in eleventy with a working blog that connects to Netlify CMS in a few clicks

  12. finished-starter

    Free website ready to go in one click, with blog, events, e-commerce, search, and everything else. Blazing fast JAMstack performance, vanilla JS and utility-first CSS, and opinionated in all the right ways.

    If you're looking for a maximalist Jekyll starter, may I point you to https://github.com/lowerbarriers/finished-starter ?

  13. tailwind-nextjs-starter-blog

    This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

    At Axolo (https://axolo.co/blog), we love this tailwind next.js open source project https://github.com/timlrx/tailwind-nextjs-starter-blog

  14. Docusaurus

    Easy to maintain open source documentation websites.

    Personal blog, using Docusaurus

  15. cms

    The core Laravel CMS Composer package

    Statamic (PHP / Laravel)

  16. Route

    Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.

    I use PHP with Route, the Plates template engine, and my blog posts are markdown files grouped by folder (year/month/day.md).

  17. Plates

    Native PHP template system

    I use PHP with Route, the Plates template engine, and my blog posts are markdown files grouped by folder (year/month/day.md).

  18. neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

    I use my blog as an excuse to play around with new stuff too. There’s some Rust and Neon powering a few random things on my blog like talking to Spotify’s API and blog view counts. It’s arguable mot the most efficient way of doing things (SSR with would suffice), but I that’s what makes me excited to still tinker with my blog and add new things when I can. Astro makes it easy and straightforward while being able to bring your framework gives you the best of all worlds too!

  19. Directus

    The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.

    Maybee it's overkill for a simple block, but Directus sounds like a decent choice if you want to get away from Strapi. https://directus.io/

  20. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
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

  • Indie Hacking with Open Source Tools: Innovating on a Budget

    11 projects | dev.to | 4 Mar 2025
  • Engineers who have a personal website/blog, what are you using to host/generate it?

    8 projects | /r/ExperiencedDevs | 1 May 2023
  • How do I "deliver" the portfolio website my client asked for?

    2 projects | /r/webdev | 5 Nov 2021
  • Indie Hacking with Open Source Tools: Innovating on a Budget

    12 projects | dev.to | 4 May 2025
  • Ow I Blog with Obsidian, Hugo, GitHub, and Cloudflare – Zero Cost Owned

    9 projects | news.ycombinator.com | 23 Apr 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?