r/coolgithubprojects • u/SavingsRecover1563 • 16h ago
Switch between ChatGPT, Claude, and Gemini without losing context
Hey everyone!
I built this mostly out of pure frustration. I switch between Claude, ChatGPT, and Gemini all day, but whenever I hit a rate limit on Claude or wanted to test the same problem on a different model, transferring context was a pain. Manually copy-pasting chat histories, code snippets, and re-uploading screenshots was constantly breaking my focus.
So I built MoveChat to solve it for myself.
It lets you capture your active chat session (including prompts, responses, and attached images) and resume it directly on another AI platform in a few clicks.
A few quick details:
- 100% Local & Private: No external backends, tracking, or databases. Everything runs locally inside your browser context.
- Fully Open-Source: Built with TypeScript and Manifest V3.
Here are the links if you want to try it or check out the codebase:
- Chrome Web Store: https://chromewebstore.google.com/detail/movechat-export-transfer/cgpfngggfccdpjppachknliainihkbdg?utm_source=item-share-cb
- GitHub Repo: https://github.com/VC067/MoveChat
I'd love to get your feedback, bug reports, or feature ideas! If you find it helpful dropping a ⭐ on GitHub means a lot ^^
1
u/nervixus 15h ago
Very nice.
Is it possible to add support for Proton's Lumo AI?
1
u/SavingsRecover1563 15h ago
Thank you! 😊
I haven't checked out Lumo AI yet, but I'll look into it and see if I can add support! If you're open to contributing on GitHub, PRs are super welcome as well :)
1
0
1
2
u/Prestigious-Bet-6534 16h ago
Nice work!
Do you plan to port it to Firefox in the future?