Markdocify – Turn any documentation into LLM-ready Markdown

2 vladkampov 1 6/22/2025, 6:57:42 PM markdocify.dev ↗

Comments (1)

vladkampov · 9h ago
As developers, we constantly bounce between docs for frameworks, libraries, and tools. What if that knowledge were instantly available inside your LLM conversations?

Inspired by Vercel and Stripe hosting their documentation under llms.txt routes, I built Markdocify, a Homebrew tool that scrapes entire documentation websites and converts them into clean, consolidated Markdown files.

Perfect for: Creating llms.txt files (following the emerging LLM accessibility standard) Feeding Claude/ChatGPT during dev – React, K8S, AWS, MCP, internal docs, anything Offline access – no more tab-hunting during deep work

Real-world use case: Instead of switching between your IDE and React docs, use Markdocify once and reference the entire documentation locally inside your LLM session.

It supports: JavaScript-rendered SPAs Complex navigation structures Internal link resolution Respect for robots.txt and rate limiting Clean, developer-friendly formatting

Install: brew install vladkampov/tap/markdocify Run: markdocify https://ai-sdk.dev/docs/introduction More examples → https://markdocify.dev

Whether you're building an llms.txt or creating a personal dev knowledge base, Markdocify bridges the gap between scattered docs and LLM-accessible knowledge.

What documentation would you want instantly available in your next coding session?