Demo.mp4
A tool to convert Git repositories into documentation link that you can feed to AI coding tools like cursor.
- Python 3.7+
You can install and run Gittodoc using pip and requirements.txt or Docker:
# Install dependencies
pip install -r requirements.txt
# Or run with Docker Compose
docker-compose up -d
Note: Please use the Docker method or clone the repository and run locally as the app is not published on PyPI.
- Tailwind CSS - Frontend
- FastAPI - Backend framework
- Jinja2 - HTML templating
- tiktoken - Token estimation
This app is an experimental fork from gitingest. As a result, the project structure, folder names (some still called gitingest
), and documentation are not yet fully updated or comprehensive. Improvements will be made over time.