Upload. Index. Ask anything.
Drop your repository ZIP, explore with AI-powered retrieval
About this project
CodeMind (AI Debug) is a retrieval-augmented generation (RAG) system for codebases. Upload a ZIP of your source code, and it indexes functions and files into a semantic search store. Ask natural-language questions — the system retrieves the most relevant code chunks and uses Google Gemini to explain how your project works.
Built with FastAPI, sentence-transformers embeddings, intent-aware retrieval, and a session-scoped in-memory vector index. Your Gemini API key stays in your browser and is only sent per query — never stored on the server.
Upload a repository to begin