# coderamp-labs/gitingest

Replace 'hub' with 'ingest' in any GitHub URL to get a prompt-friendly extract of a codebase

Repository: https://github.com/coderamp-labs/gitingest
Canonical: https://ross.abutalabs.com/products/gitingest
Homepage: https://gitingest.com
Language: Python
License: MIT
License Family: permissive
Topics: ai, code, ingestion, developer-tool
Last push: 2026-08-26T20:47:47+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 41, longevity 45
- inputs: {"age_days": 642, "days_push": 7, "days_rel": 398, "gap_med": 12.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 15350, forks 1139 (observed 2026-08-28T04:11:09.692028+00:00)

## What it is
Gitingest turns any Git repository into a prompt-friendly text digest of its codebase, suitable for feeding into LLMs. It is available as a Python CLI/library, a hosted web service (gitingest.com), and browser extensions that let you swap 'hub' for 'ingest' in any GitHub URL.

## Use cases
- turn a github repo into a text dump for an llm prompt
- extract a codebase as context for chatgpt or claude
- get a prompt-friendly summary of a repository's files and structure
- feed an entire codebase to an llm for code review
- convert a git repository into a single text file for analysis
- ingest a repo's source code into an ai coding assistant

## When to choose
- you need to give an LLM the full context of a codebase quickly
- you want a zero-setup way to digest public GitHub repos via URL or browser extension
- you prefer a simple CLI or Python library for generating codebase text dumps

## When to avoid
- you need semantic code indexing or embedding-based retrieval rather than raw text dumps
- you work with very large repositories that exceed LLM context windows even after filtering
- you need real-time code intelligence like IDE-integrated code search

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, cli, web-scraping, llm-inference, prompt-engineering
- domain: developer-tools, large-language-models
- platform: python, cli, browser-extension, cross-platform
- tags: codebase-digest, context-preparation, github, llm-context, text-dump, code-analysis, command-line, automation, web-server

## Member repositories
- coderamp-labs/gitingest (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:09.692028+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:06:21.476127+00:00, confidence not recorded.
  - readme: https://github.com/coderamp-labs/gitingest (fetched 2026-08-28T04:11:09.692028+00:00, sha 2ff41990df61)
  - homepage: https://gitingest.com (fetched 2026-08-29T08:04:12.888307+00:00, sha 8058cbf78111)
  - registry_pypi: https://pypi.org/pypi/gitingest/json (fetched 2026-08-29T08:04:12.897580+00:00, sha e3e342bade07)
- Data as of 2026-08-30T08:39:29.467469+00:00.
