Convert any GitHub repository into a single Markdown file - AI-ready codebase export!
This is a simple, client-side tool that converts GitHub repositories into a single Markdown file. Perfect for feeding codebases to AI models, code analysis, documentation, or creating comprehensive overviews of your projects. The tool fetches repository files using the GitHub API and concatenates them with proper formatting and file headers.
The browser networking capabilities are provided by Puter.js.
Access the hosted version at repo-to-markdown.com
Clone the repository:
git clone https://github.com/puter-apps/repo-to-markdown.git
and open the src/index.html
file in your browser. No hosting or server is required.
This project is licensed under the MIT License - see the LICENSE file for details.