who is self-hosting a static website and what are you using to build it?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Metalsmith

    An extremely simple, pluggable static site generator for Node.js

    I use Metalsmith. Been happy with it. I build my site into a self-contained nginx docker image.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. astro

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

    https://astro.build/ is similar to Gatsby but not React exclusive.

  4. PussTheCat.org

    The PussTheCat.org source code.

  5. invidious.io

    The Invidious.io website

  6. Hexo

    A fast, simple & powerful blog framework, powered by Node.js.

    I'm currently using Hexo, I write articles in markdown, commit them to a git repository and push them to Github. I then have a Github Action to bundle the static website and publish it on Github Pages, so I get free hosting 👌

  7. Pelican

    Static site generator that supports Markdown and reST syntax. Powered by Python.

    I do (The Wombelix Post) and use Pelican with a customized Theme and a few Plugins. Took me initially some time to setup and adjust based on my needs but works great since then :)

  8. islet

    🌴 Tiny self-hosted blogging platform

    islet :) /selfpromo

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. eleventy 🕚⚡️

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

    I use eleventy for my static sites.

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

  • Is there a technology for reusing HTML components?

    4 projects | /r/webdev | 14 Aug 2022
  • The curious case of the paragraph with the bad CLS

    1 project | dev.to | 3 Dec 2024
  • Ask HN: Is It Time for a WordPress Alternative?

    1 project | news.ycombinator.com | 18 Oct 2024
  • Making a Simple Self-Hosted Photo Gallery with 11ty

    2 projects | dev.to | 5 Jun 2024
  • Create a Blog with Eleventy and Storyblok

    2 projects | dev.to | 13 May 2024

Did you know that HTML is
the 9th most popular programming language
based on number of references?