Show HN: TLDR – Free Chrome extension that summarizes any article in 2s with AIgithub.com3 points·by wesleysmyth·4 เดือนที่ผ่านมา·2 comments
wesleysmyth·4 เดือนที่ผ่านมา·discussI built a Chrome extension that summarizes articles in ~2 seconds using Groq's free LLaMA API.The problem: I kept copying articles into ChatGPT to get summaries. Dozens of times a day. It felt like a workflow that should not exist.The solution: Click an icon, get a summary. No copy-paste, no tab switching, no subscription.Tech stack: - Chrome Extension Manifest V3 - Vanilla JS (no frameworks) - Groq API (free tier, LLaMA 3) - Mozilla Readability for article extraction - DOMPurify for sanitizationIt has 36 customization combinations (4 tones x 3 lengths x 3 focus areas), smart caching, and costs nothing to run.Chrome Web Store: https://chromewebstore.google.com/detail/tldr-article-summar... GitHub: https://github.com/wesleysmyth/TLDR-extensionHappy to discuss the technical decisions or answer questions.
The problem: I kept copying articles into ChatGPT to get summaries. Dozens of times a day. It felt like a workflow that should not exist.
The solution: Click an icon, get a summary. No copy-paste, no tab switching, no subscription.
Tech stack: - Chrome Extension Manifest V3 - Vanilla JS (no frameworks) - Groq API (free tier, LLaMA 3) - Mozilla Readability for article extraction - DOMPurify for sanitization
It has 36 customization combinations (4 tones x 3 lengths x 3 focus areas), smart caching, and costs nothing to run.
Chrome Web Store: https://chromewebstore.google.com/detail/tldr-article-summar... GitHub: https://github.com/wesleysmyth/TLDR-extension
Happy to discuss the technical decisions or answer questions.