https://github.com/ivanyu/hn-tldr-extension
A bring-your-own-key browser extension for summarizing Hacker News articles with LLMs
https://github.com/ivanyu/hn-tldr-extension
browser-extension chrome-extension firefox-extension llm safari-extension summarization
Last synced: 11 days ago
JSON representation
A bring-your-own-key browser extension for summarizing Hacker News articles with LLMs
- Host: GitHub
- URL: https://github.com/ivanyu/hn-tldr-extension
- Owner: ivanyu
- License: gpl-3.0
- Created: 2024-12-05T18:36:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T03:51:54.000Z (3 months ago)
- Last Synced: 2025-04-15T06:05:56.958Z (11 days ago)
- Topics: browser-extension, chrome-extension, firefox-extension, llm, safari-extension, summarization
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 55
- Watchers: 1
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hacker News TL;DR
A bring-your-own-key browser extension for summarizing Hacker News articles with OpenAI, Anthropic, and Ollama LLMs.
The extension will add the summarize buttons to the HN front page and article pages. Just provide your Anthropic or OpenAI API key or Ollama URL and you're good to go.
🔒️ Security note: The API keys are stored in your browser's storage and synced across devices if the browser is configured to do so.
They are sent by the extension to the LLM providers only.

## Development
To start development:
```
make dev-prepare
```Dev build:
```
make dev-build
```Load into Firefox:
```
make dev-run
```Production build:
```
make build
```## License
This project is licensed under the GPL-3.0 license. See the [LICENSE](LICENSE) file for details.