markdocify.dev

markdocify.dev

Turn any docs site into LLM-ready markdown in one command.

19 followers

Markdocify converts entire documentation websites into clean, consolidated markdown files. Perfect for creating llms.txt files or feeding docs directly to Claude/ChatGPT during development. Supports JS-rendered sites, preserves links & structure.
markdocify.dev gallery image
Free
Launch tags:Open Source•Developer Tools•GitHub
Launch Team
AssemblyAI
AssemblyAI
Build voice AI apps with a single API
Promoted

What do you think? …

Vlad Kampov
Maker
šŸ“Œ
šŸš€ Introducing Markdocify – Turn any documentation into LLM-ready Markdown 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/introduc... 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.
Rachit Magon

@vladkampovĀ Amazing library. This is going to be very helpful

Vlad Kampov

@rachitmagonĀ thanks Rachit! Happy to hear you found it valuable! Please let me know if you experience any issues with it.

Rachit Magon

@vladkampovĀ absolutely, will do!

Art Yavorsky

Finally! No more copy-pasting documentation into ChatGPT. The llms.txt export feature is brilliant - saves so much time during development. Great work!