#54 · Primary category: Prompt Engineering Tools

repo2txt

ai anthropic chatgpt developer-tools devtools llm

Web-based tool converts GitHub repository contents into a single formatted text file

Project last updated:08/05/26

GitHub Stars

1.8K

Forks

220

Contributors

1

License

Other

Why we included this project

Preparing a codebase for an LLM usually means copying dozens of source files into a prompt by hand and hoping you haven't lost the structure or blown the context window. repo2txt collapses that step into one browser tab: it reads a GitHub repository, a local folder, or an uploaded zip and writes everything to a single formatted text file, with controls to filter by extension, honor .gitignore rules, and pick specific directories. A live token counter and per-file token and line counts show you what a model will actually consume before you paste anything. Because all processing happens locally, private code never leaves the machine, and large repositories are handled by streaming file contents and virtualizing the file tree rather than loading everything into memory. For anyone doing AI-assisted development it's a lightweight, no-install way to turn a repo into a clean prompt context.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category