Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 852 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 852 Bytes

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

Screenshot 2

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 file for details.