Show HN: Markdown as Web Page/Site

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

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. casual-markdown-page

    Markdown as Web Page/Site

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

    Easy to maintain open source documentation websites.

    I was under the same impression as well. I have been using https://docusaurus.io/ for some time now and I am very happy with it and I am pretty sure there are other tools out there as well.

  4. orgmode

    Orgmode clone written in Lua for Neovim 0.10.0+.

    There's actually a quite featureful version of org for Neovim: nvim-orgmode https://github.com/nvim-orgmode/orgmode

  5. MkDocs

    Project documentation with Markdown.

  6. md-page

    📝 create a webpage with just markdown

    I use this one which is also nice: https://github.com/oscarmorrison/md-page

  7. Grav

    Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony

    The Grav CMS also internally uses Markdown for the page contents and generates static files: https://getgrav.org/

    They do use YAML FrontMatter for attaching metadata so the CMS knows how to process certain pages (e.g. page title, page type etc.), but it isn't too complicated in practice: https://learn.getgrav.org/17/content/content-pages#page-file

    They also have an admin plugin, which you can use if you prefer a more traditional workflow, even if it just generates the same file format under the hood: https://learn.getgrav.org/16/admin-panel/introduction

    I'm actually using an ancient version of Grav for my own blog, although I had to put the admin path behind additional auth (in addition to the one it already provides), for safety: https://blog.kronis.dev/

    I really like hybrid systems like that: a CMS for blogging or just writing in general that's based on Markdown, generates static files for decent performance, but is also extensible with additional functionality, and also has a decent web UI if you want one.

    (there are probably other CMSes like that out there, or more generic solutions, too)

  8. casual-markdown

    A very lightweight regexp-based markdown parser, with TOC and scrollspy support

  9. SaaSHub

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

    SaaSHub logo
  10. docsify

    🃏 A magical documentation site generator.

  11. markdown-blog

    Simple PHP blog that renders markdown posts. No installation or database needed.

    I did something similar, but for adding a blog system to a server running PHP: https://github.com/Cristy94/markdown-blog

    The idea is that having it server-side allows for the page to be cached by a CDN (e.g. CloudFlare), so you end up serving static HTML, with better performance and SEO than JS-compiled markdown.

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

  • Copying a Feature from Docusaurus 🦖 For My Static Site Generator - rwar 🦁

    3 projects | dev.to | 28 Oct 2022
  • PineDocs: A fast and lightweight site for viewing files

    1 project | news.ycombinator.com | 19 Jul 2022
  • Recomendations to build a learning platform for a small company?

    3 projects | /r/learnprogramming | 11 Jan 2022
  • Markdown's Big Brother: Say Hello to AsciiDoc

    4 projects | news.ycombinator.com | 6 Feb 2025
  • Proposal for adding Astro as a recomended framework in the React docs

    1 project | news.ycombinator.com | 4 Feb 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?