
- Web Server : main Next.js web application serving the Sourcebot UI.
- Backend Worker : Node.js process that incrementally syncs with code hosts (e.g., GitHub, GitLab etc.) and asynchronously indexes configured repositories.
- Zoekt : the open-source, trigram indexing code search engine that powers Sourcebot under the hood.
- Postgres : transactional database for storing business-logic data.
- Redis Job Queue : fast in-memory store. Used with BullMQ for queuing asynchronous work.
.sourcebot/cache : file-system cache where persistent data is written.
REDIS_URL and DATABASE_URL environment variables, respectively. See the environment variables doc for more configuration options.
