Unlike online PDF converters, it does not send your chats to any backend server. Everything is rendered 100% locally in your browser to preserve privacy.
It’s built with Vanilla JS. One challenge was handling the custom markdown formats of different AI platforms (e.g., math blocks in ChatGPT, nested code structures in Claude). I had to write custom parsers for each AI platforms.
Let me know what you think.