nowfound

Alternatives

Products that do what Capcat – CLI/TUI to Archive Articles as Markdown and HTML (FOSS) does

Capcat is a python based CLI/TUI FOSS utility for Ethical archiving of given website or RSS source. The github repo: https://github.com/stayukasabov/capcat It is generated with NLP, context-engineering, spec-driven development and LLMs. Fully functional at http://capcat.org, with instructions for usage and documentation. The project started from my personal needs of simple archiving with structure and moved to product design/MVP exercise. I am longtime HN user, and the most value I got in years of reading is always deep in the comments section. For HN…

  1. 1TM

    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

  2. 2AO

    Inspired by the design and UI/UX of apps like Notion, and utility of open-source apps like StackEdit, I decided to create a minimalistic, local-only WYSIWYG Markdown editor. Some features worth highlighting: - Monaco editor and Prettier integration for code snippets - Tables (apparently the holy grail of WYSIWYG editing) - Embeds (for CodePen, CodeSandbox and YouTube, most useful for HTML or JSON exports) - Accepts Markdown paste-in, and "exports"/generates HTML, Markdown and JSON outputs - Collaboration (with real-time awareness and initial commenting system, available only when…

    2023 · editor.vrite.io

  3. 3UR

    Hey HN, I find myself reaching for tools like it-tools.tech or other random sites every now and then during development or debugging. So, I built a toolkit with a sane and simple CLI interface for most of those tools. For the curious and lazy, at the moment, ut has tools for, - Encoding: base64 (encode, decode), url (encode, decode) - Hashing: md5, sha1, sha224, sha256, sha384, sha512 - Data Generation: uuid (v1, v3, v4, v5), token, lorem, random - Text Processing: case (lower, upper, camel, title, constant, header, sentence, snake), pretty-print, diff - Development Tools: calc, json…

    Oct 2025 · github.com

  4. 4FS

    Hi HN! This started late last year as an afternoon project to play around with ElasticSearch, and then I kept thinking of new features I wanted to add. I still have a lot of things I want to build, but now seemed like a good time to put it out there: even if the results aren’t nearly the quality I’d like, I’ve still found it useful and I want to show it off! I’ve been working on it since September 2021, but only in fits and starts. The entire thing runs on a computer in my living room (there’s a picture on the About page); I haven’t done any load testing so we’ll see how it holds up.

    2022 · search.feep.dev

  5. 5IM

    My partner usually writes substack posts which I then mirror to our website’s blog section. To automate this, I made a simple tool to scrape the post and clean it so that I can drop it to our blog easily. This might be useful to others as well. Oh and ofcourse you can instruct GPT to make any final edits :D

    2024 · markdowndown.vercel.app

  6. 6HT

    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

  7. 7

    Publish your markdown as a beautiful website – in seconds.

    Mar 2026

  8. 8

    CLI tool to write and send newsletters in Markdown

    2019

  9. 9SI

    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

  10. 10SS

    I wrote this tool to get familiar with CLIP model, I know many people have written similar tools with CLIP before, but I'm new to machine learning and writing a classic tool helps my study. The unusual thing with my version is, it is in pure Node.js, with the power of node-mlx, a Node.js machine learning framework. The repo in the link is mostly about implementing indexing and CLI, the code of the model implementation lives as a Node.js module: https://github.com/frost-beta/clip . Hope this helps other learners!

    2024 · github.com

  11. 11IE

    Last month, I started learning a Python TUI framework called Textual. After working on a 4x4 board game, I made an interactive app to test your CLI text processing skills with 40 beginner to intermediate level exercises. The app is fairly basic in terms of features — only single input file, so no stdin data, multiple files, etc. Most of the exercises in this app is based on my Computing from the Command Line ebook (https://learnbyexample.github.io/cli-computing/preface.html). I hope to improve the TUI app to support all the 200+ exercises sometime next year.

    2022 · github.com

  12. 12

    A minimalistic github flavored markdown editor

    2015

  13. 13NC
  14. 14AS
  15. 15RB

    My first Rust program with support from Cursor :)). few days for idea. 1 night for "talk and fight" with Cursor

    2024 · github.com

  16. 16GC
  17. 17WM
  18. 18KC

    As we all are, I've been experimenting with ways to reduce external saas spend, and continually bring traditionally external pieces of context (prs, docs, trello boards) into the one mono repo. I have toyed with a markdown todo list and setting claude/codex into a "ralph" loop previously, but always missed the web ui for organising, planning, and tracking things in progress. So codex and I build kanban-cli, an installable or npx-runnable cli util that takes one or more markdown files, and uses markdown headers and todo syntax to track and manage agentic tasks. Let me know your thoughts,…

    May 2026 · github.com

  19. 19TC

    This project started because I wanted to consume my RSS/Atoms feeds the same way I consume news on HN: a lightweight webpage with a minimalist user interface where I can comfortably browse interesting links. I didn't like existing solutions for feeds reader. Many of them seemed overly complex, most of them require a database and don't event support sqlite. For a simple feed reader, it felt overkill. What I wanted was an easy setup that didn't rely on external databases or configurations. My solution was to build a small CLI tool that print an HTML page from a list of feed URLs. I can…

    2023 · github.com

  20. 20AT

    Hi HN, I built a simple TUI for viewing and editing .md files in the terminal. More and more markdown files keep appearing in our projects, and I found myself needing a quick way to view(with syntax highlighting) and edit them without leaving the terminal, so I built this

    Apr 2026 · mdee.bkh.dev

  21. 21AB

    A blogging platform where content are markdown files and html files, written in Rust

    2024 · crates.io

  22. 22NC
  23. 23MS

    I've implemented a small web app — (a hassle-free hosting for markdown pages) entirely in Clojure and here is what I think: http://notehub.org/2012/6/16/how-notehub-is-built The app itself: http://notehub.org GitHub: http://github.com/chmllr/NoteHub

    2012

  24. 24ZA

    I'm a consummate note-taker and have used tools like Evernote, Obsidian, Notion for years. However, I recently begun moving towards a command line workflow using helix etc for my coding, and wanted to port my notes over to this workflow. zenkat is a project that aims to give back some of the 'superpowers' that note-taking apps give you, like tags, knowledge graphs, and so on, while being FOSS (GPLv3). Super happy to hear your feedback as it helps me improve the project, or to take pull requests.

    2023 · github.com

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