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
- Generic webpage & article summarization
- Basic article parsing engine
- Support for common article layouts
- Handling of dynamic content
- Email thread summarization
- Gmail basic integration
- Email thread parser
- Plain text email support
- Additional community platforms
- Twitter/X threads
- GitHub Discussions
- Stack Overflow Q&A
- Basic web application
- Docker deployment support
- Simple URL input interface
- Summary viewing & sharing
- Chrome extension sync capability
- Local storage sync
- Settings synchronization
- History sync (optional)
- Basic API endpoints
- Summary generation
- URL processing
- Health checks
- Modular parser architecture
- Easy addition of new sources
- Parser plugin system
- Common parsing utilities
- Content extraction improvements
- Better noise removal
- Main content detection
- Comment thread handling
- Enhanced AI provider support
- Improved prompt templates
- Better error handling
- Failover support
- Local AI model support
- Basic local model integration
- Offline capabilities
- Model selection flexibility
- Improved summary formats
- Bullet point summaries
- Key points extraction
- Source linking
- Basic customization
- Summary length options
- Language preferences
- Style selection
- Documentation improvements
- Setup guides
- API documentation
- Contributing guidelines
- Development tooling
- Testing frameworks
- Development containers
- Local development setup
- Performance optimization
- Bug fixes
- Code quality improvements
- Test coverage expansion
- Issue template refinement
- Pull request guidelines
- Community support channels
- Regular maintenance updates
- No user data collection
- Local storage for settings only
- Secure API handling
- Privacy-focused design