Automate Your Code Documentation
Docstra uses the power of Large Language Models (LLMs) to scan, understand, and document your codebase. It creates interactive, linked documentation to improve developer experience and streamline code exploration.
Features
Get Started
To start using Docstra, clone the repository and install dependencies
with Poetry
. Make sure you have your OpenAI API key
ready. Run Docstra in your project directory to initialize
documentation.
git clone https://github.com/username/docstra.git
cd docstra
poetry install
Learn More