Gitctx.com: Understand Your Code Better
I created a new web app called Gitctx that helps to investigate a new repository easier. It generates the full file context while eliminating unnecessary files of a repository.
This context is useful to ask questions on any chat based AI tool to understand code better. This concept was born from merging the capabilities of my command-line tool, snapctx
, with the features of a web application named Gitingest
.
My addition is handy access to the AI directly in the page. Just change the hub
to ctx
on any Github url. For example https://github.com/serkanaltuntas/imitatus becomes https://gitctx.com/serkanaltuntas/imitatus
This only works on public repositories for now. I am planning to add private repo support with Github Login, but I need some time for that.
Since the Gemini API is so cheap (even free) for most cases I do not need to charge money for it. Use it as much as you can and let me know what to improve.