Skip to content

Commit 0f4b610

Browse files
Add placeholder demo gif + improvements to README
1 parent 649223a commit 0f4b610

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1+
2+
<div align="center">
13
<picture>
24
<source media="(prefers-color-scheme: dark)" srcset=".github/images/logo_dark.png">
3-
<img src=".github/images/logo_light.png">
5+
<img height="150" src=".github/images/logo_light.png">
46
</picture>
5-
6-
[Try the demo!](https://demo.sourcebot.dev)
7+
</div>
8+
<p align="center">
9+
Blazingly fast code search 🏎️
10+
</p>
11+
<p align="center">
12+
<a href="https://demo.sourcebot.dev"><img src="https://img.shields.io/badge/Try the Demo!-blue?logo=googlechrome&logoColor=orange"/></a>
13+
<a href="mailto:brendan@sourcebot.dev"><img src="https://img.shields.io/badge/Email%20Us-brightgreen" /></a>
14+
<a href="https://github.com/TaqlaAI/sourcebot/blob/main/LICENSE"><img src="https://img.shields.io/github/license/TaqlaAI/sourcebot"/></a>
15+
<a href="https://github.com/TaqlaAI/sourcebot/actions/workflows/ghcr-publish.yml"><img src="https://img.shields.io/github/actions/workflow/status/TaqlaAI/sourcebot/ghcr-publish.yml"/><a>
16+
<a href="https://github.com/TaqlaAI/sourcebot/stargazers"><img src="https://img.shields.io/github/stars/TaqlaAI/sourcebot" /></a>
17+
</p>
718

819

920
# About
10-
![build](https://github.com/TaqlaAI/sourcebot/actions/workflows/ghcr-publish.yml/badge.svg)
1121

1222
Sourcebot is a fast code indexing and search tool for your codebases. It is built ontop of the [zoekt](https://github.com/sourcegraph/zoekt) indexer, originally authored by Han-Wen Nienhuys and now [maintained by Sourcegraph](https://sourcegraph.com/blog/sourcegraph-accepting-zoekt-maintainership).
1323

14-
<picture>
15-
<source media="(prefers-color-scheme: dark)" srcset=".github/images/usage_dark.png">
16-
<img src=".github/images/usage_light.png">
17-
</picture>
18-
<br/>
19-
<br/>
24+
![Demo video](https://github.com/user-attachments/assets/227176d8-fc61-42a9-8746-3cbc831f09e4)
2025

2126
# Getting Started
2227

0 commit comments

Comments
 (0)