Built a Code Diff Tool for Automated Technical Documentation and PR Summaries
miloholic
Live link: https://diffdocs.onrender.com I recently built and deployed DiffDocs, a developer utility that compares two versions of a code snippet and automatically generates structured technical documentation and pull request summaries using AI. The tool performs a visual diff of the old and new code (GitHub inspired), then sends the changes through the Groq API (Llama 3) to produce ready-to-use documentation and PR descriptions. Built this as a fresh graduate to practice real-world skills I kno
