A browser extension that allows you to execute AI prompts on selected text directly in your browser.
Quick Quill is a powerful browser extension that enhances your browsing experience by providing instant AI-powered text transformations. Simply select any text on a webpage, right-click, and choose from your custom prompts to transform the text using AI models from your preferred AI provider.
- Text Selection Processing: Works with any text you select on any webpage
- Custom Prompts: Create and manage your own collection of AI prompts
- Multiple AI Providers: Supports popular AI models
- Context Menu Integration: Easy access through the browser's right-click menu
- Instant Results: View AI-generated responses in a convenient popup
- Copy to Clipboard: One-click copying of AI responses
- GPT-4.1 nano
- GPT-4o mini
- GPT-4.1 mini
- o4-mini
- o3-mini
- Gemini 2.5 Flash
- Gemini 2.5 Pro
- Install the extension from your browser's extension store
- Open the extension options page
- Add your API keys.
- Create custom prompts and associate them with your preferred AI model
- Select text on any webpage, right-click, and choose your prompt from the context menu
Quick Quill is built with:
- WXT - Modern web extension framework
- React 19
- TypeScript
- Tailwind CSS
- AI SDK for OpenAI and Google AI integrations
- Node.js (version specified in
.nvmrc) - npm or yarn
# Clone the repository
git clone https://github.com/yourusername/quick-quill.git
cd quick-quill
# Install dependencies
npm install# Start development server for Chrome
npm run dev
# Start development server for Firefox
npm run dev:firefox
# Build for production (Chrome)
npm run build
# Build for production (Firefox)
npm run build:firefox
# Create distribution zip (Chrome)
npm run zip
# Create distribution zip (Firefox)
npm run zip:firefox
# Type checking
npm run compile