This product was not featured by Product Hunt yet.
It will not yet shown by default on their landing page.

Product Thumbnail

Chat Exporter for Google AI Studio

Export AI Studio chats to beautiful PDF, Markdown & JSON

Chrome Extensions
Productivity
Alpha

Google AI Studio is a powerful playground, but it lacks a native way to export or share your work and Copy-pasting breaks code blocks, ruins tables, and drags in Gemini's internal thinking logs. Chat Exporter fixes this with one click. Export any conversation to clean Markdown, a print-ready PDF with syntax highlighting, or structured JSON. Everything runs locally in your browser. Just install and export.

Top comment

Hey Product Hunt!, I'm Rajat 👋 I actively use Google AI Studio almost every day. The thing that kept frustrating me was simple, there's no way to save or export anything. Every time I copy-pasted a conversation, it would break my code block indentation, mangle the tables, and dump all of Gemini's internal "thinking" logs into my docs. So I built this free Chrome Extension for community to fix this problem for all. The interesting technical challenge was that AI Studio uses a virtualized scroller with nested Shadow DOMs : meaning half your conversation literally doesn't exist in the DOM at any given moment. I had to build a scroll orchestrator that forces the framework to mount hidden chunks before parsing everything into an AST. It export Google AI Studio chats to - Beautiful, Print Ready PDFs (with syntax highlighting, tables, etc). - Markdown (or directly one click copy as md). - JSON Free forever. No account. No server. Just install and export Your conversations will never leave your device.` Still actively improving it — would love to know if anyone hits edge cases where table formatting breaks or long conversations get cut off. That feedback is genuinely useful.

Comment highlights

Super handy! Does it handle long multi-turn conversations well or hit any limits?

I just checked your video, I m impressed how clean it export PDF. I was expecting something ugly as PDF always are !
Congrats on the launch