Are you an AI power user with rate limit problems, here's your solution: Browser extension that transfers conversation context between AI chatbots when you hit rate limits.
Still in Dev.
- Detects rate limits on ChatGPT and Claude automatically
- Extracts conversations and creates smart summaries
- Transfers context to continue conversations elsewhere
- Works locally with Ollama or cloud APIs (OpenAI/Anthropic)
- Auto-detection of rate limits with one-click transfer
- Manual summarization with floating button
- Privacy-first design with local processing
- Clean UI with editable summaries
- Support for ChatGPT and Claude
- Clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the project folder
Option A: Ollama (Local/Private)
curl -fsSL https://ollama.ai/install.sh | sh
ollama pull llama3.2
ollama serveOption B: Cloud APIs
- Get OpenAI API key from platform.openai.com
- Get Anthropic API key from console.anthropic.com
- Click extension icon → Settings
- Choose your LLM provider
- Enter API key (if using cloud)
- Test connection
Automatic mode:
- Extension detects rate limits
- Click "Transfer Context" button
- Review and edit summary
- Copy to clipboard or new tab
Manual mode:
- Click floating button on chat page
- Or use extension popup → "Summarize"
- Edit summary as needed
- Transfer to continue elsewhere
- ChatGPT (chat.openai.com, chatgpt.com)
- Claude (claude.ai)
Load extension in developer mode to test on ChatGPT/Claude pages.
See OLLAMA_SETUP.md for detailed local AI setup instructions.
MIT License - Educational and development purposes. Respect platform terms of service.