Open Source Radar
SolidGPT is a Python-based developer AI search assistant that provides codebase and Notion semantic search, with a VSCode extension for in-editor interaction.
1.8kstars
134forks
15issues
CC-BY-4.0license
2023since
Star historydaily snapshots by VibeCrowd
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026
What it is
SolidGPT is a AI searching assistant for developer that helps code and workspace semantic search. It offers a VSCode extension and a web app (solidportal) to interact with code and Notion resources.
How it works
The project includes a server component started with running a Python script, and a web frontend started under the solidportal directory with npm. Build from source steps include installing requirements via pip and then launching the API server and the web app:
pip install -r requirements.txt
python run_api.py
cd solidportal
npm install
npm run dev
Getting started
From README:
1. Pull the latest version of the SolidGPT from the GitHub repository.
1. Pip install the requirements.txt file under the SolidGPT root directory.
```sh
pip install -r requirements.txt
- Open terminal and run the following command to start the server.
python run_api.py
- Open terminal and run the following command to start the webapp.
cd solidportal
npm install
npm run dev
Additionally, there are onboarding steps to configure OpenAI API key, onboarding a codebase (suggest 100 files, max 500), and optional Notion integration via the Settings UI.
## Recent releases
- v0.3.0 (2024-03-27): Solid Edge – includes Source code of VSCode Extension content; Talk with code and notion resources; VSCode Extension Style UI
- v0.2.7 (2023-11-02): Add AutoGen Analysis
- v0.2.6 (2023-10-19): Add chat repository system; Add Llama2 basic component
- v0.2.5 (2023-10-17): Migrate to SaaS service framework; Docker support; Azure support; Add new SolidPortal Panel UI; Host public service
- v0.2.0 (2023-10-07): Help you generate Product Requirement Document and Code Solution base on your private project with one line command
## Traction
Stars: 1794
Forks: 134
Open issues: 15
## Behind the repo
Not included in the provided facts.
## Caveats
License: CC-BY-4.0
Created: 2023-08-08; Last push: 2025-01-12
Language: Python
Topics include codechat, copilot, developer-tools, glean, gpt-4, llm, notion, solidgpt






