TolyGPT is a ChatGPT-based chatbot that can “read” an entire repository and help you understand the code through conversation. It’s trained on the Solana validator codebase and answers questions about how the validator is built and how it works.
Ask questions about the Solana validator
Use it to clarify components, execution logic, data flows, and validator behavior. TolyGPT aims to explain the system in plain language while staying grounded in the project context.
Generate documentation from source code
In addition to Q&A, the bot can help produce documentation based on the repository. This is useful for:
- Onboarding new contributors
- Architecture reviews
- Getting up to speed in a large codebase
Open-source Autodoc core
The project’s core is open source and developed as Autodoc. If you want a similar assistant for your own repository, you can apply on the website and join the community via Discord.

