Your AI prompt companion - Seamlessly manage and insert prompts across all major AI platforms
- ๐ Universal Compatibility - Works seamlessly with ChatGPT, Claude, Gemini, Perplexity, DeepSeek, Qwen, Kimi, Z.ai and more
- ๐ 100% Privacy Focused - All data stored locally on your device, no external servers or tracking
- ๐ Smart Organization - Organize prompts in folders with nested hierarchy support
- โก Quick Access - Launch with
Cmd/Ctrl + Shift + Pfrom any AI chat interface - ๐ Instant Search - Find your prompts quickly with real-time search
- ๐จ Dark Mode Support - Automatically adapts to your preferred theme
- ๐พ Local Storage with Sync - Stored locally with optional Chrome sync across your devices
- ๐ฑ๏ธ Context Menu - Right-click to save selected text as a prompt
- โจ๏ธ Keyboard Navigation - Navigate and insert prompts without touching the mouse
| Platform | Status | Domain(s) |
|---|---|---|
| ChatGPT | โ | chat.openai.com, chatgpt.com |
| Claude | โ | claude.ai |
| Google Gemini | โ | gemini.google.com |
| Perplexity | โ | perplexity.ai |
| DeepSeek | โ | chat.deepseek.com |
| Qwen/Tongyi | โ | chat.qwen.ai, tongyi.aliyun.com |
| Kimi | โ | kimi.com, kimi.moonshot.cn |
| Z.ai | โ | chat.z.ai |
The extension will be available on the Chrome Web Store shortly. Star this repo to get notified when it's live!
-
Download the extension:
- Go to Releases
- Download the latest
rocketprompt.zipfile - Extract the ZIP file to a folder on your computer
-
Install in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" toggle in the top right
- Click "Load unpacked"
- Select the extracted
rocketpromptfolder - Done! The RocketPrompt icon ๐ will appear in your toolbar
- Open Chrome and go to
-
Clone this repository:
git clone https://github.com/qhkm/rocketprompt.git cd rocketprompt -
Open Chrome and navigate to
chrome://extensions/ -
Enable "Developer mode" in the top right corner
-
Click "Load unpacked" and select the
rocketpromptfolder -
The RocketPrompt icon ๐ should appear in your Chrome toolbar
- Open RocketPrompt: Press
Cmd+Shift+P(Mac) orCtrl+Shift+P(Windows/Linux) on any supported AI platform - Search or Create: Type to search existing prompts or press Enter to create a new one
- Insert Prompt: Select a prompt with arrow keys and press Enter to insert it into the chat
- Open RocketPrompt modal (
Cmd/Ctrl + Shift + P) - Type your new prompt in the search bar
- Press
Enterto create - Fill in the details:
- Title: A descriptive name for your prompt
- Folder: Organize in folders (optional)
- Category: Choose from coding, writing, analysis, creative, research, or other
- Content: The actual prompt text
- Click "Save Prompt"
- Click the folder icon (๐) in any prompt to create a new folder
- Name your folder and optionally nest it under existing folders
- Drag prompts into folders or assign during creation
- Navigate folders by clicking on them in the list
Cmd/Ctrl + Shift + P: Toggle RocketPrompt modalโ/โ: Navigate through promptsEnter: Insert selected prompt or create newEscape: Close modalTab: Navigate form fields
- Select any text on a webpage
- Right-click and choose "Add selected text as prompt"
- RocketPrompt will open with the text pre-filled
- Click the RocketPrompt icon in your toolbar
- Select "Manage Prompts"
- Use Import/Export buttons to backup or share your prompt library
- Type keywords to search in titles and content
- Use folder names to filter by organization
- Search is instant and highlights matches
Organize prompts by type:
- ๐ป Coding: Programming and technical prompts
- โ๏ธ Writing: Content creation and editing
- ๐ Analysis: Data analysis and research
- ๐จ Creative: Creative and artistic prompts
- ๐ฌ Research: Academic and research prompts
- ๐ Other: Miscellaneous prompts
RocketPrompt is built with privacy as the #1 priority:
- โ No External Servers - All prompts are stored locally on your device
- โ No Tracking - Zero analytics, telemetry, or usage tracking
- โ No Account Required - Works immediately without sign-up
- โ No Internet Required - Works offline once installed
- โ No Data Collection - We never see or have access to your prompts
- โ Open Source - Full transparency, audit the code yourself
- Local Storage: All prompts stored in Chrome's local storage on your device
- Optional Sync: If you enable Chrome Sync, prompts sync across your devices through Google's encrypted sync service
- No Cloud Servers: RocketPrompt has no backend servers or databases
- Export Control: Export your data anytime as JSON for backup
The extension only requests necessary permissions:
storage- To save your prompts locallyactiveTab- To insert prompts into the current tabclipboardWrite- To copy prompts to clipboardcontextMenus- For right-click "Save as prompt" feature
- Navigate to
chrome://extensions/shortcuts - Find "RocketPrompt"
- Click the pencil icon next to "Toggle RocketPrompt modal"
- Press your desired key combination
- Click "OK"
RocketPrompt uses Chrome's sync storage by default, limiting:
- Max 100KB total storage
- Max 8KB per item
- Automatically syncs across devices
For larger libraries, consider exporting regularly as backup.
- Ensure you're on a supported AI platform
- Check if the extension is enabled in
chrome://extensions/ - Try refreshing the page
- Verify keyboard shortcut in
chrome://extensions/shortcuts
- Make sure the cursor is in the chat input field
- Some sites may require clicking the input field first
- Try refreshing the page if the site was updated
- Check Chrome sync settings
- Ensure you're signed into Chrome
- Storage limit might be reached (check with Export feature)
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
# Clone the repo
git clone https://github.com/qhkm/rocketprompt.git
cd rocketprompt
# Load in Chrome as unpacked extension
# Make changes and reload extension to testFor maintainers creating a new release:
# Create a ZIP file excluding development files
zip -r rocketprompt.zip . -x "*.git*" "*.DS_Store" "CLAUDE.md" "*.gitignore"- Add platform selectors to
content.js(~line 1000-1020) - Add special handling if needed (~line 1030-1100)
- For React apps, update the React handling list (~line 1140-1145)
- Test thoroughly on the platform
- Submit a PR with your changes
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who have helped shape RocketPrompt
- Inspired by the need for better prompt management across AI platforms
- Built with love for the AI community
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: support@rocketprompt.app (coming soon)
- Firefox extension support
- Safari extension support
- Prompt sharing marketplace
- Team collaboration features
- AI-powered prompt suggestions
- Prompt templates and variables
- Usage analytics
- Mobile app companion
Made with ๐ฅ by the RocketPrompt team
If you find RocketPrompt useful, please โญ star this repository!