A website that crawls URLs recursively and outputs markdown content optimized for LLM consumption.
backend/ - Server-side code
index.ts - Main entry point with Hono APIcrawler.ts - Website crawling logicfrontend/ - Client-side code
index.html - Main HTML templateindex.tsx - Frontend React codecomponents/ - React components