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. It can also export GitHub issues for a repository into Markdown, giving you an instant offline snapshot of your backlog or discussion history. Use the tabbed interface to toggle between code export settings and issue export controls, including checkboxes to include open issues, closed issues, or both.
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.gitand 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.
