A Chrome extension powered by AI to generate quick summaries of community discussions. Get insights from lengthy threads without reading through everything.
Currently released on the Chrome Web Store.
- 🤖 AI-powered discussion summarization
- 🌐 Support for major communities (Hacker News, Reddit)
- 🌍 Multiple language support
- English
- Chinese (中文)
- Japanese (日本語)
- Korean (한국어)
- ⚙️ Flexible AI backend
- Custom API endpoint
- OpenAI API
- Anthropic Claude
- Cloudflare AI Worker
- 📱 Thread-level summaries with side-by-side view
- 🎯 Focus on key points and insights
- 📊 Smart content analysis and language translation
Currently supported:
- ✅ Hacker News discussions
- ✅ Reddit threads
Coming soon:
- 🔄 Twitter threads
- 🔄 GitHub Discussions
- More suggestions welcome!
- Visit the Chrome Web Store page
- Click "Add to Chrome"
- Follow the installation prompts
- Clone the repository
- Install dependencies:
npm install
- Build:
npm run build
- Load unpacked extension from
dist
folder
- Click the extension icon and go to Settings
- Configure your AI service:
- Custom Endpoint (recommended)
- OpenAI
- Anthropic (Claude)
- Cloudflare AI Worker
- Set your preferred:
- Summary language
- Summary length
- Auto-summarize options
- Save settings and start using
- Visit a supported site (Hacker News or Reddit)
- Click the extension icon or use the TL;DR button
- Choose summarization options:
- Full discussion summary
- Individual thread summary
- View summaries in the sidebar
- Click summaries to navigate to original content
# Install dependencies
npm install
# Development build with watch mode
npm run dev
# Production build
npm run build
We welcome contributions! See our Contributing Guide for:
- Adding new community support
- Improving summarization
- Bug fixes and feature enhancements
- Documentation improvements
Check our Contributing Guide for:
- Architecture overview
- Parser implementation
- Testing requirements
- PR submission process
- Support for more communities (Twitter, GitHub)
- Enhanced summarization algorithms
- Custom prompt templates
- Community-driven improvements
- Performance optimizations
- No user data collection
- Local storage for settings only
- Secure API handling
- Privacy-focused design