Doclific is an internal documentation tool featuring a Notion-like rich text editor with blocks for ERD diagramming, whiteboarding architecture, code snippets, and more. Built-in AI support for generating documentation and diagrams on your codebase.
curl -fsSL https://raw.githubusercontent.com/muellerluke/doclific/main/scripts/install.sh | bashScreenshot or video demo placeholder
Add a screenshot or video showcasing Doclific's interface here
Everything you need to create beautiful, maintainable documentation
Keep your documentation in sync with your codebase automatically
Dynamic Code Snippets
The Doclific editor allows you to insert code snippets that automatically pull from your files, ensuring your documentation always reflects the current state of your codebase.
CI Workflow Integration
The new CI tool runs during your CI workflow to check if referenced code snippets have changed. It compares your documentation against the actual code to detect any discrepancies.
Smart Detection & Auto-Updates
When changes are detected, the CI tool will warn you that snippets need updating. For simple changes like line number shifts (when code is added above a snippet), it can automatically update the start and end line numbers to keep your documentation accurate.
curl -fsSL https://raw.githubusercontent.com/muellerluke/doclific/main/scripts/install.sh | bash