Sourcegraph

Stale
GitHub Go NOASSERTION

Description

Sourcegraph is an open-source code intelligence platform providing code search, AI completions and Cody coding-agent capabilities.

Key Features

  • Cross-repo code search — search millions of repos in seconds
  • Cody coding agent — AI completion, chat, PR reviews
  • IDE support — VS Code, JetBrains, Neovim
  • Context-aware — retrieves code blocks for LLM context
  • Code intelligence — go-to-definition, references, structural analysis
  • Self-hostable — on-prem option for sensitive codebases

Use Cases

💡 Code search and AI assistance for large monorepo teams
💡 Connecting enterprise code assets to AI coding agents
💡 Acting as the AI coding copilot inside the IDE
💡 Feeding code search results directly into LLM chat

Strengths & Limitations

Strengths

  • High community interest (10.3k stars)

⚠️ Limitations

  • No updates in over 24 months
  • High issue backlog (4.7k open issues)

Quick Start

docker run --publish 7080:7080 \
  --publish 127.0.0.1:3370:3370 \
  --rm --volume /var/run/docker.sock:/var/run/docker.sock \
  sourcegraph/server:5.6.x

Related Projects

Open Design

93.6k · Unknown
Active A+

open-design is an AI co-design platform for designers and developers, unifying Figma, drawing and code workflows into agent tasks.

designfigmaai +2
  • · AI design agent — natural-language prompts generate Figma components, pages and interactions
  • · Bi-directional Figma sync — every AI edit is written back to the source Figma file in real time
  • · Component-library aware — auto-detects the project's existing design system to keep style consistent

Scrapegraph-ai

30.4k · Python
Active A+

Python scraper based on AI that uses LLMs and knowledge graphs to automatically build web data extraction pipelines.

pythonllmagent +2
  • · SmartScraperGraph — Single-page pipeline extracting structured data with just a prompt and URL
  • · SearchGraph — Multi-page pipeline extracting info from top N search engine results
  • · ScriptCreatorGraph — Auto-generates Python scraping scripts from webpage content