02
RepoChat: Codebase Intelligence

RepoChat (internally branded CodeLens) is a RAG-powered chat interface for any GitHub or Bitbucket codebase. Paste a repo URL, and the system clones it, chunks every source file using tree-sitter-backed semantic splitting, and indexes it into ChromaDB. You can then ask natural language questions — "how does auth work?", "where are the API routes?", "what does this PR change?" — and get streaming answers grounded in the actual code. It runs 100% locally via Ollama or switches to Claude, GPT, Groq, or Gemini per session with no re-indexing required.