sourcebot-dev/sourcebot

Sourcebot is a self-hosted tool that helps humans and agents understand your codebase.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 17th, 2026
Created on August 23rd, 2024
Open Issues & Pull Requests: 118 (+0)
GitHub issues: Enabled
Number of forks: 374
Total Stargazers: 3,945 (+0)
Total Subscribers: 13 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.5 hours
Mean response time: 22.4 days
90th percentile: 49.4 days
Tracked items: 380

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 4% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 6 hours, while "enhancement" waits about 6 days. 66% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 75% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 96
New in 7 days: 3
Closed in 7 days: 2
Avg open age: 348 days
Stale 30+ days: 82
Stale 90+ days: 73

Recent activity

Opened in 7 days: 3
Closed in 7 days: 2
Comments in 7 days: 4
Events in 7 days: 5

Top labels

  • bug (180)
  • Feature (90)
  • triage needed (83)
  • enhancement (38)
  • ask_sb (17)
  • help wanted (15)
  • gitlab (8)
  • question (6)

Detailed Description

Sourcebot is a self-hosted code intelligence platform that helps humans and agents understand and navigate codebases.

The tool addresses the challenge of comprehending large or unfamiliar codebases by combining natural language querying with code search and navigation capabilities. Users can ask questions about their codebase in plain language, and Sourcebot provides answers grounded with inline citations by leveraging reasoning models that search code, follow code navigation references, and synthesize results. The platform also offers standalone code search across repositories and branches hosted on any platform, supporting regular expressions, filters, and boolean logic, alongside IDE-level code navigation features like goto definition and find references.

Sourcebot suits teams managing multiple repositories who want unified code exploration without switching between different tools or platforms. It works across any code host and can be deployed quickly using Docker Compose. The tool is particularly valuable for onboarding developers, understanding unfamiliar code sections, and answering architectural questions about a codebase. A public demo is available for evaluation before self-hosting.

The project maintains active development with a public roadmap and changelog. The team responds to bug reports and feature requests through GitHub issues and provides direct email contact for inquiries.