All your technical documentation—rich text, smart code snippets, ERDs, architecture diagrams, and more—in your codebase.
No more scattered docs. No more context switching.
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