ThinkReview is a production-ready browser extension that brings AI-powered code reviews to GitLab and Azure DevOps. After months of development, we're excited to open source the extension!
🆕 NEW: Local AI Support with Ollama!
Run code reviews 100% privately on your own hardware with Ollama.
No cloud, no API calls, complete control over your code.
📖 Quick Setup Guide → (30 seconds if model is downloaded)
Choose Your AI Provider:
| Provider | Privacy | Cost | Speed | Setup |
|---|---|---|---|---|
| ☁️ Cloud AI (Advanced Models) | Google Cloud | Free tier | ⚡ Very Fast | None - works instantly |
| 🖥️ Local Ollama 🆕 | 🔒 100% Local | Completely Free | Hardware dependent | 30 sec setup (if model downloaded) |
Features:
- Instant Analysis: Get AI-driven insights on code changes
- Security Detection: Automatically identify potential vulnerabilities
- Code Quality: Receive suggestions for improvements
- Smart Summaries: Quickly understand complex changes
- Quality Metrics: Code quality scores and metrics
- Suggested Questions: Context-aware follow-up questions
AI-powered code review in action
Seamless Azure DevOps integration
Code reviews in your preferred language
Configure custom domains and Azure DevOps tokens
# Clone the repository
git clone https://github.com/Thinkode/thinkreview-browser-extension.git
cd thinkreview-browser-extension
# Load in Chrome
# 1. Open Chrome and navigate to chrome://extensions/
# 2. Enable "Developer mode" (toggle in top right)
# 3. Click "Load unpacked"
# 4. Select the cloned directory
Cloud AI (Default) - Works immediately, no setup required
Local AI with Ollama - For 100% private reviews:
1. Follow the Ollama Setup Guide (30 seconds if model is downloaded)
2. Open extension popup → Settings → Select "Local Ollama"
3. That's it! Your reviews now run locally
https://gitlab.com/*/merge_requests/*https://your-gitlab-instance.com/*/merge_requests/*https://dev.azure.com/*/*/_git/*/pullrequest/*https://*.visualstudio.com/*/*/_git/*/pullrequest/*ThinkReview consists of two main components:
us-central1-thinkgpt.cloudfunctions.netNote: The extension requires connection to ThinkReview backend services. For commercial deployments with your own backend, contact us for licensing options.
thinkreview-browser-extension/
├── manifest.json # Extension configuration
├── background.js # Service worker
├── content.js # Main content script
├── popup.html/js/css # Extension popup
├── components/ # UI components
│ ├── integrated-review.js
│ ├── google-signin/
│ ├── review-prompt/
│ └── subscription.js
├── services/ # Backend integration
│ ├── cloud-service.js
│ ├── ollama-service.js # 🆕 Local AI integration
│ ├── azure-devops-api.js
│ └── platform-detector.js
├── utils/ # Helper utilities
├── images/ # Icons and assets
└── release-notes/ # Version history
ThinkReview has been in active development with regular releases. Check latest releases for the complete version history.
📁 Full changelog: See release-notes/ directory or visit thinkreview.dev/release-notes
We welcome contributions! ThinkReview is now open source and we'd love your help.
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)# Clone your fork
git clone https://github.com/your-username/thinkreview-browser-extension.git
cd thinkreview-browser-extension
# Install dependencies (if any)
npm install
# Load extension in Chrome (see Installation section above)
See CONTRIBUTING.md for detailed guidelines.
Open an issue with:
- Description of the bug
- Steps to reproduce
- Expected vs actual behavior
- Screenshots (if applicable)
- Browser version and OS
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
✅ You can:
- Use the extension freely
- Study and modify the code
- Distribute your modifications
- Use it commercially
⚠️ You must:
- Share your modifications under AGPL-3.0
- Disclose source code when distributing
- Include license and copyright notice
- State significant changes made
For commercial deployments with your own backend or proprietary modifications:
- 📧 Contact: thinkreview.dev/contact
- 🌐 Learn more: thinkreview.dev
See LICENSE for full details.
After successfully launching on the Chrome Web Store and serving 128+ users, we decided to open source ThinkReview because:
✅ Transparency - Let the community see and verify how it works
✅ Trust - Open code builds confidence in security and privacy
✅ Collaboration - Accelerate development with community contributions
✅ Innovation - Enable developers to extend and customize
✅ Education - Help others learn from production-grade code
ThinkReview is developed and maintained by the Thinkode team. The extension is production-ready and actively used by developers worldwide for improving code quality and accelerating code reviews.
Built with:
- Manifest V3
- Advanced AI Models
- Vanilla JavaScript
- Chrome Extensions API
If ThinkReview helps you with code reviews, please:
- ⭐ Star this repository
- 🔄 Share with your team
- ✍️ Leave a review on Chrome Web Store
- 🐛 Report bugs and suggest features