DEV Community

Bunty Shah
Bunty Shah

Posted on

Why I Built a Local-First Gemini Exporter (PDF, Markdown, JSON, CSV) — And Why You Need One Too

The Problem Nobody Talks About

Gemini is genuinely excellent at research, system design, deep technical drafting, and long-form thinking.

But there's a workflow gap that nobody seems to address: what do you actually do with the output?

Every time I had a genuinely useful Gemini conversation, I hit the same wall:

  • Copy-paste into Notion? Formatting destroyed.
  • Screenshot a long chat? 12 ugly images that are useless for anything serious.
  • Gemini Deep Research output? Copy it out and every citation link vanishes.
  • Need it as structured data? Start the whole extraction manually.

The model was doing its job brilliantly. The post-processing workflow was completely broken.

So I built Gemini Export Studio — a free, local-first Chrome extension that fixes exactly this.


What It Does

Gemini Export Studio exports any Gemini conversation into 6 formats:

Format Best For
PDF Reports, documentation, sharing
Markdown Obsidian, Notion, GitHub, Bear
JSON Developers, APIs, structured analysis
CSV Spreadsheets, Excel, BI tools
Plain Text Universal, archives
PNG Image Social sharing, quick visual reference

All processing happens 100% locally in your browser. Zero data is sent to any server.


Why Local-First Matters

Most "AI productivity" tools are quietly data pipelines.

You paste your chat somewhere, it routes through a server, gets stored, analysed, potentially used for training. You never really know.

I built this extension with a non-negotiable constraint from day one: your conversation data never leaves your device.

Here's what that means practically:

  • No backend server receives your chat content
  • All export logic runs in Chrome's local JavaScript environment
  • No analytics on what you export
  • No account required — install and use immediately
  • GDPR and CCPA compliant by design (zero collection = zero problem)

For anyone doing sensitive research, client work, or internal architecture notes in Gemini — this is the only export tool I'd personally trust.


The Features That Actually Matter

🔗 Deep Research Export with Citations Preserved

This is the killer feature. Gemini Deep Research produces genuinely valuable outputs — multi-source synthesis with citations. But when you copy it manually, every source link disappears.

Gemini Export Studio reads the DOM properly and preserves all source links and citations in the export. Your research report stays research, not just text.

🔒 PII Scrubbing

Before sharing any export, the extension can automatically redact:

  • Email addresses
  • Phone numbers
  • Names (configurable)

So you can safely share a Gemini conversation with a colleague without manually hunting for sensitive data.

📎 Merge Up to 20 Chats

Real research doesn't live in one conversation. If you've spread your work across multiple Gemini threads, you can add them to a merge queue and combine them into a single clean export document.

☁️ Optional Cloud Sync

  • Google Drive: OAuth-based sync, entirely optional
  • Obsidian: Direct vault export for PKM workflows

If you don't want cloud sync — don't enable it. The extension works perfectly without it.


Install It

👉 Chrome Web Store (free):
https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc

👉 Landing page:
https://buntys2010.github.io/Gemini-Export-Studio/


What I Learned Building It

Privacy is the first question. Before anyone asks about formats or features, they ask: does this send my data anywhere? The answer being "no, and here's exactly why" is more valuable than any feature.

No sign-up removes massive friction. The moment you require an account, half your potential users bounce. A tool that works in 60 seconds after install converts dramatically better.

JSON and CSV are underrated export formats. I expected PDF and Markdown to dominate. Developers and analysts actually want structured data they can pipe into Python, Excel, or their own pipelines.

Merge is a power-user unlock. Once users discover they can stitch multiple research threads into one document, that becomes the feature they rely on most.


Who This Is For

  • Developers using Gemini for architecture thinking and code review → export to Markdown/JSON
  • Researchers using Deep Research → export to PDF with citations intact
  • PKM enthusiasts → export to Markdown for Obsidian/Notion
  • Analysts → export to CSV for Excel/Sheets
  • Anyone tired of copy-paste chaos after a great Gemini conversation

It's Completely Free

No paywall. No premium tier for basic exports. No watermarks. No limits on how many conversations you export.

The core export functionality will always be free.

If you use Gemini seriously, give it a try and let me know what workflow is still missing. That's basically my roadmap.

Install free: https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc

Top comments (0)