frogermcs/codebase-dump
Dump your codebase into single file, so you can use it as an input to LLMs, like ChatGPT, Google Gemini (directly or through or Google AI Studio), Claude and others. This project is the lightweight version of Codebase Digest - check it for example LLM prompts.
This tool helps software developers consolidate their project's entire code structure and content into a single file. This file can then be used as input for large language models (LLMs) like ChatGPT or Google Gemini, making it easier to ask questions about the codebase or get automated analysis. The output provides a summary and the full code, ready for LLM prompts.
No commits in the last 6 months.
Use this if you are a software developer who wants to quickly generate a single, comprehensive text or markdown file representing your entire codebase to use with an LLM for analysis or to assist with tasks like refactoring.
Not ideal if you need a deep, interactive code analysis tool or a way to directly integrate LLMs into your existing development environment without an intermediate file.
Stars
14
Forks
2
Language
Python
License
—
Category
Last pushed
Feb 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/frogermcs/codebase-dump"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shcherbak-ai/contextgem
ContextGem: Effortless LLM extraction from documents
mufeedvh/code2prompt
A CLI tool to convert your codebase into a single LLM prompt with source tree, prompt...
ShahzaibAhmad05/gitree
An upgrade from "ls" for developers. An open-source tool to analyze folder structures and to...
nicepkg/ctxport
Copy AI conversations as clean Markdown Context Bundles — one click from ChatGPT, Claude,...
nikolay-e/treemapper
Export your entire codebase to ChatGPT/Claude in one command. Structure + contents in YAML/JSON...