Hello Everyone
I built Docify, an open-source developer tool for automatically generating documentation from your codebase.
The idea came from a simple problem: documentation gets outdated quickly, and manually documenting routes, schemas, project structure, and code relationships is tedious.
Docify analyzes your codebase while intentionally ignoring files that shouldn’t be processed, such as .env files and other sensitive/unnecessary files, and generates ready to use Markdown documentation.
✨ What Docify can do:
• Analyze your codebase and project structure
• Generate documentation for schemas, routes, and other detected components
• Generate ready to use .md documentation
• Help keep project documentation closer to the actual code
• Provide an open source API for image conversion
• Convert HTML to PDF through the API
The goal is to make documentation something developers can generate as part of their workflow instead of writing and maintaining everything manually.
Try Docify: https://docify.site/
I’m actively working on it, so I’d really appreciate feedback from other developers, especially around what you'd want an automated documentation tool to understand or generate from your codebase.
If you find it useful, I'd also love contributions, bug reports, feature suggestions, or just your thoughts on where the project could go next.
Top comments (0)