The Problem: I realized that platform lock-in is real. I have 3 years of code snippets, brainstorming, and writing in ChatGPT. I wanted to move to Gemini, but “portability” isn’t exactly a priority for these big AI labs.
The Technical Challenge: The OpenAI export file is a massive, nested JSON structure. Parsing it efficiently in the browser without crashing the UI thread was tricky even after that only works for personal accounts if you use Business or Enterprise ChatGPT doesn’t even give you JSON exports.
The Privacy Decision: I could have spun up a Python backend to process this easily. But asking users to upload their chat history is a massive security risk. So I decided to go the hard route: 100% client-side processing.
Where I’m at: I’ve got the MVP working and I’m looking for beta testers who have a lot of chats to test the limits of the application I’ve built. It’s an Electron app.
You can grab a spot on the waitlist here: https://www.chatgpt2gemini.com/
Top comments (1)
This is exactly what I've been looking for. Super helpful, thanks for putting in the work to build this.