An open API service indexing awesome lists of open source software.

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

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.

![Screenshot 1](screen1.png)

![Screenshot 2](screen2.png)

## 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.