I Blog with Raw HTML

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
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
  1. comma

    An open-source minimal blogging platform. (by Evernomic)

    I recommend you https://nucelo.com. Open source minimal blog platform. Everything you want is included, rss or newsletter. I pay $4 per month. I used raw html for a while, then I switched to this platform.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. andrew

    A web server to take tedium out of managing collections of html pages.

    My favourite project of mine is a little web server to support raw html blogs! It can handle serving via ssl, and adds features like an rss feed, a sitemap and a few go templates to make directory listings easy to maintain. The README is pretty authoritative for documentation.

    https://github.com/PlayTechnique/andrew

  4. devpoga.org

    devpoga.org

    As other comments mentioned, the content is written in Markdown and rendered in the browser. So “blog with raw HTML” feels like a stretch... that said, View Source in the browser shows the exact HTML document that's presumably hand-written in the source repo [1], so I guess it comes down to the definition of “raw”. It could mean “not pre-processed”.

    [1]: https://github.com/poga/devpoga.org/blob/58a202485cedeae9157...

  5. ssi

    Absolutely agree. Just for fun, I recently implemented SSI using Cloudflare Workers [1] — but with a twist to feel like it's from 2025. It's a bit of a shitcode experiment, but I really wanted to recapture that early hacking spirit.

    [1] https://github.com/artps/ssi

  6. Hugo

    The world’s fastest framework for building websites.

    If you turn Javascript off, the Markdown-formatted text will not display as a clickable link, but like "[hugo](https://gohugo.io/)". You would need to copy and paste the link into a browser address bar to navigate there instead of just clicking the link.

  7. 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
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

  • Beehiiv or Substack for Newsletters?

    2 projects | /r/Blogging | 6 Feb 2023
  • Alternative to Gabtsy for small showroom website

    2 projects | /r/gatsbyjs | 28 Nov 2022
  • An independent package manager for compiled binaries

    1 project | news.ycombinator.com | 21 Apr 2025
  • An independent package manager for compiled binaries

    1 project | news.ycombinator.com | 15 Apr 2025
  • Syncthing: Open-Source Continuous File Synchronization

    1 project | news.ycombinator.com | 8 Apr 2025

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