Launched this week

RepoLens
Turn repositories into AI-ready context packs.
13 followers
Turn repositories into AI-ready context packs.
13 followers
RepoLens is a CLI-based tool that turns your codebase into a single AI-ready package. It helps developers: * Analyze large codebases (currently supporting 9 programming languages) * Generate structured AI-ready context packs * Optimize token usage for LLMs * Preserve repository structure and relationships * Redact secrets (API keys, passwords, and other sensitive data) * Integrate seamlessly into developer workflows


Love the idea of packaging repos for LLM context. One thing that would make this a daily driver for me is adding incremental updates, so it only re-processes changed files instead of rebuilding the whole context pack every time. Would save a lot of time on bigger repos.
@cengizgalerisi Thanks Cengiz! That's a great suggestion. Incremental updates are definitely something I've been thinking about.
A --diff or incremental mode that only processes changed files since the last run would nicely fit with the existing workflow. I'll add it to the roadmap - really appreciate the feedback!
The secret redaction alone is worth the install, especially how it seems to preserve the file relationships while scanning. Nice to see a CLI tool that actually respects developer workflow instead of trying to bolt on another UI.
@nurtenwmvt Thanks for the kind words, Nurten! Preserving the repository structure and developer workflow was a big design goal from the beginning. I'm glad the secret redaction feature has been useful.
Really appreciate you taking the time to share your feedback!
The secret redaction step is a really thoughtful touch, especially for anyone planning to actually feed this into an LLM without leaking credentials. Solid execution.
@sleymanenseiwb Thank you for checking out RepoLens, Suleyman. That is exactly the concern I wanted to address - making it safer for developers to use LLMs without accidentally exposing credentials or sensitive information.
Secret redaction is a small step, but an important one when AI assisted developement becomes part of the workflow. Really appreciate your feedback!