Doclific
To be verified
Open-source internal documentation tool integrating AI, diagrams, and code snippets in your repo.
Doclific is an open-source, internal documentation tool designed to prevent documentation drift by ensuring all technical documents live within the code repository. It features a Notion-like rich text editor that supports headings, lists, and code blocks, along with powerful features like ERD diagramming, architecture whiteboarding, and integration of dynamic code snippets directly from the codebase. Doclific also includes built-in AI support (currently Google Gemini) to automatically generate documentation. It runs locally and fast, requiring no external services, and aims to keep documentation synchronized with the codebase via future CI integration.
- Maintaining accurate and up-to-date internal technical documentation for engineering teams.To be verified.
- Visualizing database schemas using AI-assisted ERD diagramming.To be verified.
- Creating system architecture and design documents using interactive whiteboards.To be verified.
- Generating initial documentation quickly using AI prompts for complex codebases.To be verified.
- Doclific is installed using a single command line: `curl -fsSL https://raw.githubusercontent.com/muellerluke/doclific/main/scripts/install.sh | bash`. Once installed
- users can use the Notion-like editor to create rich technical documentation
- insert diagrams and dynamic code snippets
- or prompt the built-in AI to generate documentation on the codebase.
