It’s built to solve a common problem I’ve faced (and seen often in teams): We code by "vibe" — fast iterations, minimal docs, and then forget what the logic was months later. Code2Docs helps bridge that gap by documenting as you go — without breaking your flow.
Right now it supports function-level documentation. Planned features include: - README.md generation for projects - API endpoint docs - Database schema documentation - Architectural diagrams for larger codebases
It’s ideal for messy, fast-moving codebases or devs who hate writing docs manually.
Requirements: - Python environment - OpenAI API key (stored locally, not uploaded anywhere)
Try it out: - PyPI: https://pypi.org/project/code2docs-cli/ - GitHub: https://github.com/xKarinSan/Code2Docs
Would love your thoughts, feedback, or suggestions — especially from devs juggling legacy or rapidly-growing projects. Thanks!