QuickAI brings the power of OpenAI, Anthropic (Claude), and Google (Gemini) directly into your web browsing flow. It's designed to be lightweight, customizable, and secure—your API keys never leave your browser.
- 🧠 Smart Context Awareness: Unlike generic chatbots, QuickAI sees what you see. It uses the page title and surrounding text to provide relevant, accurate answers.
- 🔐 Privacy First (BYOK): "Bring Your Own Key." Your API keys are stored locally in your browser's sync storage. No tracking, no middleman servers.
- ⚡️ Lightning Fast: Built with vanilla JavaScript and optimized for performance (Manifest V3). No heavy frameworks.
- 🎨 Native Feel: A clean, Notion-inspired UI that blends into any website. Supports Dark Mode 🌙.
- 🤖 Multi-Provider Support:
- OpenAI (GPT-4o, GPT-4 Turbo, GPT-3.5)
- Anthropic (Claude 3.5 Sonnet, Opus, Haiku)
- Google (Gemini 1.5 Pro, Flash)
- Custom (Any OpenAI-compatible endpoint, e.g., Local LLMs via Ollama)
- ⌨️ Command Palette: Power user? Select text and hit
Ctrl+Shift+Space(orCmd+Shift+Spaceon Mac) to open the keyboard-driven command interface.
- Download/Clone this repository.
- Open
chrome://extensions. - Enable Developer mode (top right toggle).
- Click Load unpacked.
- Select the
QuickAI-Chromefolder.
- Download/Clone this repository.
- Open
about:debugging. - Click This Firefox (sidebar).
- Click Load Temporary Add-on.
- Select any file inside the
QuickAI-Firefoxfolder (e.g.,manifest.json).
- Click the QuickAI icon in your browser toolbar.
- Click the Settings (gear) icon.
- Select your preferred AI Provider.
- Paste your API Key.
- (Optional) Customize prompts, models, and shortcuts.
- Select any text on a webpage.
- Right-click the selection.
- Hover over QuickAI and choose a command:
- Improve Writing
- Fix Spelling
- Explain
- Summarize
- Select text.
- Press
Ctrl+Shift+Space(Windows/Linux) orCmd+Shift+Space(macOS). - Use the arrow keys to select a command or type a custom prompt.
- Press Enter.
The project is structured for cross-browser compatibility:
QuickAI-Chrome/: Source code for Chrome (Manifest V3 Service Worker).QuickAI-Firefox/: Source code for Firefox (Manifest V3 Event Page).
Both versions share core logic but use different API namespaces (chrome.* vs browser.*).
Note: This project is not affiliated with OpenAI, Anthropic, or Google.