A browser-based tool that converts large and messy ChatGPT chats via HTML exports into clean, structured JSON. Built to solve a real problem: wanting to feed complete chat histories to other AI models (like Claude or Gemini) without losing context or structure. The current solution is to export your OpenAI data, but it's not very user-friendly. It gives you a huge unstructured JSON file with all of your chats. Not to mention that a data export takes between 24-72hrs to complete. This way you can easily export a specific desired chat and feed it to another AI model.
Key Features
- local & private, everything runs in the browser via JavaScript, nothing is uploaded to any server whatsoever
- Automatically recognizes
userandAI assistantroles, preserves paragraphs, strips HTML noise and markup - No install required just open the live website in any modern browser
