Public
md_crawl
A website that crawls URLs recursively and outputs markdown content optimized for LLM consumption.
- Input a URL to crawl
- Set crawl depth (default: 3)
- Crawls only URLs on the same domain
- Outputs a markdown representation of all pages
- Includes a sitemap at the top for better context
- Copy button with success state
backend/
- Server-side codeindex.ts
- Main entry point with Hono APIcrawler.ts
- Website crawling logic
frontend/
- Client-side codeindex.html
- Main HTML templateindex.tsx
- Frontend React codecomponents/
- React components