nowfound

Alternatives

Products that do what ZenMD converts a Markdown folder to a site with a single command does

I have been dogfooding this npx tool to build all my markdown content sites. It allows me to start a site within minutes. As it's just `npx zenmd && netlify deploy` without downloading any framework starter kit, cloning any repo, or generating any folder structure with configs. It's built on remark.js, supports images, [[wikilinks]], and raw html in markdown, as well as custom layout.html customizations. Once the site is built, you can open the output `.html` pages without a server to preview. Demo: here is a post expanding on the "whys" on my personal site (built with ZenMD) -…

  1. 1

    Publish your markdown as a beautiful website – in seconds.

    Mar 2026

  2. 2IB

    HI Hacker News! I’m very excited to show you this project I have been working on, MarkdownSite.com. For folks who interact with the website, it is a web hosting platform where you can add your repository and have a website built from the `public/` directory. Files in `site/` with an `.md` extension are rendered from markdown to HTML, and the website is then available at a random subdomain. For folks that set up their own instance, it can also become a framework for customized building. The entire project is open source and I tried my best to document and explain the structure of…

    2022 · github.com

  3. 3
    showmd204

    Markdown was never meant to be previewed plain text

    Apr 2026 · showmd.yetanother.one

  4. 4
    HackMD142

    Your Collaborative Markdown Workspace for Knowledge Sharing

    2024

  5. 5

    Our Markdown-based WYSIWYG editor for composing blog posts

    2022

  6. 6MA

    2022 · github.com

  7. 7HT

    Hey HN! I originally built “html-to-markdown” back in 2018 (while still in high school) to handle complex HTML conversions where other libraries struggled. Now, I’ve released v2 — a complete rewrite designed to handle even more edge cases. It supports entire websites with a high accuracy. Example use: I’ve used it in my RSS reader to strip HTML down to clean Markdown, similar to the "Reader Mode" in your Browser. It can be used as a Golang package or as an CLI. Give it a try & tell me what edge cases you encounter!

    2024 · github.com

  8. 8MP

    Hi HN I built mdto.page because I often needed a quick way to share Markdown notes or documentation as a proper webpage, without setting up a GitHub repo or configuring a static site generator. I wanted something dead simple: upload Markdown -> get a shareable public URL. Key features: Instant Publishing: No login or setup required. Flexible Expiration: You can set links to expire automatically after 1 day, 7 days, 2 weeks, or 30 days. Great for temporary sharing. It's free to use. I’d love to hear your feedback!

    Jan 2026 · mdto.page

  9. 9ME

    Hey HN! I recently came across makedown here on HN and loved the concept. Wanting to learn Go, I thought this could be a great starter project - so I started working on my own Go implementation, which I’m calling mdx (https://github.com/dim0x69/mdx). Key Features: - Define dependencies between commands - Supports shebangs - Ability to pass arguments to code blocks Would love feedback and thoughts! Ref. makedown: https://github.com/tzador/makedown. Thanks for the idea! :)

    2024 · github.com

  10. 10MA

    `makedown` allows you to organise your shell scripts in one or several markdown files, by mix and matching different scripting languages for various commands and needs. zsh/bash/sh, python, javascript or anything else available on your system. Handy for replacing one-line-based package.json scripts or shell-based Makefiles. One can also write documentation and explanations to various commands in the same `.md` file. Most editors highlight correctly most languages in the markdown code blocks, even when you use several scripting languages. Here is a demo .md file…

    2024 · github.com

  11. 11

    An elegant markdown blog generator using Jekyll

    2018

  12. 12TM

    Hi HN, This is a TUI app which displays interactive Markdown documents. Interactive in the sense that you can scroll code fences / tables / and click links. There's a Table of Contents extracted from the MD, and a very rudimentary browser like forward + back. I'm thinking it could be the starting point for a variety of hypertext like applications in the terminal. Very much a work in progress.

    2022 · github.com

  13. 13SI

    Scipress is a writing platform with VS code editor built into the browser. It lets you make beautiful blog posts and programming docs with Markdown. Scipress supports code blocks with syntax highlighting, Katex, Tailwind CSS, images & videos, admonitions, popovers, blur screens, private posts, and a bunch of other cool stuff. You can also monetize via paywalls, if you want. I started this project almost a year ago to the date. This is my first time posting about it on HN. And if you're curious, I have made $0 from this project (but not for lack of trying).

    2024 · scipress.io

  14. 14

    A fast, local-first Markdown editor for real work.

    Jan 2026

  15. 15

    A markdown editor you and your agent co-edit

    Jul 2026 · openmarkdown.dev

  16. 16

    Convert any page to clean Markdown instantly

    Apr 2026 · github.com

  17. 17UY

    I'm excited to introduce my own developed Markdown editor to everyone. It's built on the Monaco editor and designed specifically for developers. This editor integrates various features such as document management, resource management, and MDX extensions. You can embed images, audio, video, and even use plugins like drawing tools, calendars, and cards to showcase your creativity. What's even more thrilling is that it allows users to customize PostgreSQL table structures, insert and display data in Markdown documents, and even collect form submissions. My original intention in design was to…

    2023 · amarkdown.com

  18. 18WA

    I like writing Markdown, but do not like writing it inside a plain textarea. I wanted something I could use anywhere by dropping in a single web component: ``` ``` That became Writemark. It renders Markdown while you write, but Markdown remains the value you read, store, and submit. It also has source, split, and preview modes, along with slash commands, tables, task lists, code blocks, native form support, and an API for adding your own controls. There are no runtime dependencies and no required framework or built in toolbar. It is fully vibecoded. The process was very iterative. I knocked…

    Jul 2026

  19. 19

    A free, open-source Markdown editor for macOS with customizable appearance profiles, optional Vim keys, and local writing corrections.

    26d ago · writemd.app

  20. 20

    A minimal in-browser writing tool

    2019

  21. 21
    Write.md137

    Sharable, distraction free markdown editor.

    2020

  22. 22MN

    Hi HN, I've just Open Sourced Markdown Ninja (https://markdown.ninja), a Markdown-first CMS to publish blogs, documentation websites and newsletters. Our motto is simple: focus on what matters, we take care of all the technical details. Websites, Newsletters, privacy-first analytics, SEO optimizations, headless CMS. Everything is built into a single, unified platform. I've launched a few projects over the years and the first thing I always need to do is to setup a website for the documentation, a blog and a newsletter to keep people updated. I've *never* been satisfied with the…

    2025 · markdown.ninja

  23. 23

    Free markdown viewer and editor that runs entirely in your browser. Drag & drop a .md file to read it beautifully rendered, edit it, and save it back — nothing is ever uploaded.

    6d ago · kingsbridge-consultancy.com

  24. 24IM

    Hey I'm Jack, a developer from England! I recently made portfolo.app to make, making a portfolio / markdown blog easy for everyone! Just claim a unique URL for your page, select a template and theme and start adding your projects with the built in markdown editor! It's free to have a play around with but if you want to deploy there is a yearly subscription! I hope you all reaps the benefits! Thanks, Jack!

    2024 · portfolo.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →