Show HN: CLI for crawling documentation sites into Markdown with defuddle
Category: cli-tool
Tags: cli-tool, documentation, markdown, crawler
Score: 5.5/10 (Innovation: 4, Technical: 5, Documentation: 7, Utility: 6)
docrawl is a Node.js CLI tool that crawls static documentation sites and converts pages to Markdown using the defuddle library. It is interesting because it provides a simple, browser-free way to turn docs into LLM-ready context or local knowledge bases, filling a niche need for developers working with RAG pipelines or AI tooling.
Target audience: backend devs, data engineers, ai-ml engineers
Repository: https://github.com/artemnistuley/docrawl · TypeScript · MIT
View on Hacker News