SolidGPT

Report Abuse

Basic Information

SolidGPT is an AI searching assistant aimed at developers for semantic search across code and workspace content. It provides a VSCode extension and a web application backed by a Python API to let users query and chat with their codebase. The project supports onboarding a local code folder and optionally integrates with Notion to index and summarize project documents and sprint boards. It relies on OpenAI GPT series APIs for natural language understanding and requires users to supply their OpenAI API key. The repository includes instructions to build from source, run the server using run_api.py, and launch a frontend in the solidportal directory with npm. The README states data safety preferences and a warning about fraudulent cryptocurrency claims.

Links

Categorization

App Details

Features
Provides a VSCode extension for in-editor semantic search and chat. Server component started with python run_api.py and a web frontend in the solidportal folder launched via npm run dev. Onboarding flow to index a local codebase by specifying a folder path with recommended limits under 100 files and maximum support of 500 files. Optional Notion integration requiring a Notion API secret and page permissions to index and summarize Notion content. Chat resources selection and a conversational interface to query indexed sources. Uses OpenAI GPT series model API for NLP. Includes troubleshooting notes such as an Intel Mac permission fix and explicit data safety statements.
Use Cases
SolidGPT helps developers quickly locate code, understand where to start changes, and find the right methods or files without manual searching. It answers questions about the codebase in seconds and reduces context switching by combining code and project documentation in one searchable interface. Notion indexing and summarization allow teams to query project notes, sprint boards, and tickets alongside source code. The VSCode extension brings search and chat into the editor for faster development workflows. Requiring an OpenAI API key gives users control over models used, and the README clarifies that SolidGPT itself does not collect user data.

Please fill the required fields*