
ContextCode Live demo | GitHub
Built an AI codebase assistant that indexes Python/JS/TS repos with Tree-sitter, chunking by function, class, and module so retrieval never splits a function mid-body; grounded answers in retrieved code with exact file:line citations; scaled indexing with Celery workers behind an async FastAPI strea

