FactSnap is a Chrome extension that lets anyone fact-check a claim, verify a news source, or check something before they share it — in under 2 seconds, powered by AI, built for the UAE.
- 🔍 Fact Check — Highlight any text on a webpage and get an instant verdict: True, False, Misleading, or Unverified
- 📤 Pre-Post Check — Paste something before you share it. Get warned if it contains misinformation
- 🔗 URL Check — Paste any news link and assess the credibility of the source
- 📊 Credibility Score — Visual 0–100% confidence bar
- 🕒 History — Last 5 checks saved locally
- 📋 Share Results — Copy verdict to clipboard for WhatsApp
- Clone or download this repository
- Open Chrome and go to
chrome://extensions - Enable Developer Mode (top right toggle)
- Click Load unpacked and select the
factsnapfolder - The extension will appear in your Chrome toolbar
- Get a free API key from console.groq.com
- Open
popup.js - Replace line 1 with your key:
const GROQ_API_KEY = "your_key_here";- Reload the extension in
chrome://extensions
- HTML / CSS / JavaScript
- Chrome Extensions API (Manifest V3)
- Groq API — Llama 3.1 8B Instant
Built by DXB67 at the USAII Global AI Hackathon 2026.
MIT