|
44 | 44 |
|
45 | 45 | # About |
46 | 46 |
|
47 | | -Sourcebot lets you index all your repos and branches across multiple code hosts (GitHub, GitLab, Bitbucket, Gitea, or Gerrit) and search through them using a blazingly fast interface. |
| 47 | +Sourcebot is a self-hosted tool that helps you understand your codebase. |
48 | 48 |
|
49 | | -https://github.com/user-attachments/assets/ced355f3-967e-4f37-ae6e-74ab8c06b9ec |
| 49 | +- Ask Sourcebot: Ask questions about your codebase and have Sourcebot provide detailed answers grounded with inline citations |
| 50 | +- Code search: Search and navigate across all your repos and branches, no matter where they’re hosted |
| 51 | + |
| 52 | +https://github.com/user-attachments/assets/286ad97a-a543-4eef-a2f1-4fa31bea1b32 |
50 | 53 |
|
51 | 54 |
|
52 | 55 | ## Features |
53 | 56 | - 💻 **One-command deployment**: Get started instantly using Docker on your own machine. |
54 | | -- 🔍 **Multi-repo search**: Index and search through multiple public and private repositories and branches on GitHub, GitLab, Bitbucket, Gitea, or Gerrit. |
55 | | -- ⚡**Lightning fast performance**: Built on top of the powerful [Zoekt](https://github.com/sourcegraph/zoekt) search engine. |
56 | | -- 🎨 **Modern web app**: Enjoy a sleek interface with features like syntax highlighting, light/dark mode, and vim-style navigation |
| 57 | +- 🤖 **Bring your own model**: Connect Sourcebot to any of the reasoning models you're already using. |
| 58 | +- 🔍 **Multi-repo support**: Index and search through multiple public and private repositories and branches on GitHub, GitLab, Bitbucket, Gitea, or Gerrit. |
| 59 | +- ⚡ **Lightning fast performance**: Built on top of the powerful [Zoekt](https://github.com/sourcegraph/zoekt) search engine. |
| 60 | +- 🎨 **Modern web app**: Enjoy a sleek interface with features like syntax highlighting, light/dark mode, and vim-style navigation. |
57 | 61 | - 📂 **Full file visualization**: Instantly view the entire file when selecting any search result. |
58 | 62 |
|
59 | 63 | You can try out our public hosted demo [here](https://demo.sourcebot.dev)! |
|
0 commit comments