Settings

Theme

Open source Firefox extension to quickly interact with an LLM on current webpage

github.com

2 points by justdep 3 months ago · 1 comment

Reader

justdepOP 3 months ago

Annoyed with paid services that charge you to bring your own API key (getvoila.ai), I partnered with Claude Code and made my own and open sourced it. Enjoy!

---

A "bring your own key" Firefox extension that provides quick access to LLM assistants (OpenAI, Anthropic, Google Gemini) via a keyboard shortcut, with full page context.

Features:

- Quick access: Press `Ctrl+J` to open the assistant overlay on any webpage

- Multiple providers: Supports OpenAI, Anthropic, and Google Gemini

- Page context: Use `@page` in your prompt to include the current page's content

- Markdown rendering: Responses are rendered with full markdown support (code blocks, lists, etc.)

- Session memory: Conversations persist within a session (cleared when you close the popup)

- Streaming responses: See responses as they're generated in real-time

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection