<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bunty Shah</title>
    <description>The latest articles on DEV Community by Bunty Shah (@bunty_shah_fac2bef694e9c9).</description>
    <link>https://dev.to/bunty_shah_fac2bef694e9c9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3844050%2F9b9be193-33f1-45af-92be-dc60b0a104fe.png</url>
      <title>DEV Community: Bunty Shah</title>
      <link>https://dev.to/bunty_shah_fac2bef694e9c9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bunty_shah_fac2bef694e9c9"/>
    <language>en</language>
    <item>
      <title>I built a free Chrome extension that adds folders, tags &amp; export to Google Gemini — here's why and how (v1.5.0)</title>
      <dc:creator>Bunty Shah</dc:creator>
      <pubDate>Tue, 14 Apr 2026 09:14:44 +0000</pubDate>
      <link>https://dev.to/bunty_shah_fac2bef694e9c9/i-built-a-free-chrome-extension-that-adds-folders-tags-export-to-google-gemini-heres-why-and-pj0</link>
      <guid>https://dev.to/bunty_shah_fac2bef694e9c9/i-built-a-free-chrome-extension-that-adds-folders-tags-export-to-google-gemini-heres-why-and-pj0</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;I've been using Google Gemini as my primary AI tool for the past 6 months. The AI quality is genuinely excellent - Gemini 2.0, Deep Research, code generation. But there's one thing that kept driving me crazy:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The chat history is a complete mess.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Gemini gives you a flat, undifferentiated list of every conversation you've ever had. No folders. No tags. No reliable search. No way to export anything.&lt;/p&gt;

&lt;p&gt;After 3 months of heavy use, I had hundreds of conversations with no way to find anything. ChatGPT added folders. Claude built Projects. Gemini has... a scroll bar.&lt;/p&gt;

&lt;p&gt;So I built a fix.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Gemini Studio App&lt;/strong&gt; is a free Chrome extension that adds a full organization and export layer on top of the native Gemini interface.&lt;/p&gt;

&lt;h3&gt;
  
  
  v1.5.0 Features
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Folders&lt;/strong&gt;&lt;br&gt;
Organize chats into folders by project, client, topic, or anything else. Drag and drop between folders. Nested structure supported.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tags&lt;/strong&gt;&lt;br&gt;
Multi-tag any conversation. Filter your entire history by tag. Great for tagging by model used, status, or use case.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Activity Dashboard&lt;/strong&gt;&lt;br&gt;
A usage analytics tab that shows your Gemini usage patterns over time - which days you use it most, conversation volume trends, most active hours.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Export&lt;/strong&gt;&lt;br&gt;
Download individual chats or bulk export as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Markdown (great for Obsidian/Notion)&lt;/li&gt;
&lt;li&gt;PDF (for sharing or archiving)&lt;/li&gt;
&lt;li&gt;JSON (for custom processing or backup)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Full-text Search&lt;/strong&gt;&lt;br&gt;
Search across your entire conversation history, not just titles.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Build
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Architecture
&lt;/h3&gt;

&lt;p&gt;The extension uses a content script that hooks into Gemini's DOM. All data is stored locally in the browser using IndexedDB - nothing is sent to any server. The organization layer is entirely client-side.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Tricky Parts
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Export formatting&lt;/strong&gt; was harder than expected. Gemini renders markdown in its responses, but the underlying DOM doesn't preserve the raw markdown. I had to reverse-engineer the rendered HTML back to clean markdown, which required handling code blocks, tables, lists, and nested formatting correctly. Took 3 iterations to get right.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Activity Tab&lt;/strong&gt; wasn't even in the original roadmap. A user asked "can I see when I use Gemini most?" and I said sure, 2 days. It took 2 weeks. Aggregating usage data in a way that's both accurate and performant across thousands of conversations required rethinking the data model entirely.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Gemini UI updates&lt;/strong&gt; are the ongoing challenge. Google updates the Gemini interface regularly, which can break DOM selectors. I've built a monitoring system to detect breakage quickly, but it still requires rapid patches sometimes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Here's a walkthrough of the v1.5.0 features: &lt;a href="https://jumpshare.com/s/7TJnEU9CTUy1wFGzgyrg" rel="noopener noreferrer"&gt;Demo Video&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;Free on the Chrome Web Store:&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/gemini-studio-app/oondabmhecdagnndhjhgnhhhnninpagc" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/gemini-studio-app/oondabmhecdagnndhjhgnhhhnninpagc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;100% free. No account required. No data leaves your browser.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Firefox support (highly requested)&lt;/li&gt;
&lt;li&gt;Cross-conversation search with semantic similarity&lt;/li&gt;
&lt;li&gt;Template system for prompt management&lt;/li&gt;
&lt;li&gt;Workspace sharing for teams&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;If you use Gemini heavily and have felt this pain, I'd love to hear what features would make this more useful for your workflow. Drop a comment or open an issue on the extension page.&lt;/p&gt;

&lt;p&gt;Specifically curious:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Would you want Firefox support? How big a deal-breaker is Chrome-only?&lt;/li&gt;
&lt;li&gt;The export-to-Markdown feature has been popular with Obsidian users - should I double down on PKM integrations?&lt;/li&gt;
&lt;li&gt;Any Gemini power user workflows I'm missing?&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>gemini</category>
      <category>chrome</category>
      <category>buildinpublic</category>
      <category>ai</category>
    </item>
    <item>
      <title>How to Export Google Gemini Chats to PDF, Markdown, JSON — Including Deep Research Citations</title>
      <dc:creator>Bunty Shah</dc:creator>
      <pubDate>Thu, 26 Mar 2026 07:26:57 +0000</pubDate>
      <link>https://dev.to/bunty_shah_fac2bef694e9c9/how-to-export-google-gemini-chats-to-pdf-markdown-json-including-deep-research-citations-31cf</link>
      <guid>https://dev.to/bunty_shah_fac2bef694e9c9/how-to-export-google-gemini-chats-to-pdf-markdown-json-including-deep-research-citations-31cf</guid>
      <description>&lt;h2&gt;
  
  
  The Problem: Gemini Has No Native Export
&lt;/h2&gt;

&lt;p&gt;If you use Google Gemini — especially the Deep Research feature — you've hit this wall: there's no way to get your conversation out of the browser in any useful format.&lt;/p&gt;

&lt;p&gt;You finish a 30-minute Deep Research session with citations, summaries, and structured analysis. And then you're stuck. Copy-pasting loses formatting. Screenshots lose searchability. There's no export button anywhere.&lt;/p&gt;

&lt;p&gt;This is the gap I built &lt;strong&gt;Gemini Export Studio&lt;/strong&gt; to fill.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Gemini Export Studio?
&lt;/h2&gt;

&lt;p&gt;Gemini Export Studio is a free Chrome extension that adds full export capability to Google Gemini. It works on any Gemini conversation — regular chats, code sessions, and full Deep Research reports.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Export formats supported:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PDF (clean, formatted output)&lt;/li&gt;
&lt;li&gt;Markdown (Obsidian and Notion compatible)&lt;/li&gt;
&lt;li&gt;JSON (developer-friendly structured data)&lt;/li&gt;
&lt;li&gt;CSV (spreadsheet-ready)&lt;/li&gt;
&lt;li&gt;Plain Text&lt;/li&gt;
&lt;li&gt;PNG image&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Deep Research Citation Preservation
&lt;/h3&gt;

&lt;p&gt;When you run a Deep Research session in Gemini, the output includes dozens of citations. Most workarounds lose these citations. Gemini Export Studio preserves them inline, exactly as they appear in Gemini.&lt;/p&gt;

&lt;h3&gt;
  
  
  Chat Merging
&lt;/h3&gt;

&lt;p&gt;You can merge up to 20 separate Gemini conversations into a single exported document. Useful for consolidating research across multiple sessions.&lt;/p&gt;

&lt;h3&gt;
  
  
  PII Scrubbing
&lt;/h3&gt;

&lt;p&gt;Before sharing exports, the extension can automatically redact personally identifiable information (emails, names) from the output.&lt;/p&gt;

&lt;h3&gt;
  
  
  100% Local Processing
&lt;/h3&gt;

&lt;p&gt;This is the most important feature for privacy: &lt;strong&gt;nothing leaves your browser&lt;/strong&gt;. No servers, no API calls, no accounts required. Ever. All processing happens locally in your Chrome extension.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Go to the Chrome Web Store&lt;/li&gt;
&lt;li&gt;Search "Gemini Export Studio" or use this direct link: &lt;a href="https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnnninpagc" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnnninpagc&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Click "Add to Chrome"&lt;/li&gt;
&lt;li&gt;Open any Gemini chat&lt;/li&gt;
&lt;li&gt;Click the extension icon and choose your export format&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I use Gemini heavily for research synthesis and technical writing. The inability to get clean Markdown output — especially from Deep Research — was a constant friction point.&lt;/p&gt;

&lt;p&gt;I also didn't want to use an extension that sends my Gemini conversations to a third-party server. So I built one that doesn't.&lt;/p&gt;

&lt;p&gt;The extension is completely free. No subscription, no sign-up, no data collection.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;If you use Gemini for research, writing, or development work, Gemini Export Studio closes the export gap that Google hasn't addressed natively.&lt;/p&gt;

&lt;p&gt;Install it, try it on your next Gemini session, and let me know what you think in the comments.&lt;/p&gt;

</description>
      <category>gemini</category>
      <category>googleai</category>
      <category>productivity</category>
      <category>chrome</category>
    </item>
    <item>
      <title>Gemini is the best AI for deep research and the worst for actually using the output</title>
      <dc:creator>Bunty Shah</dc:creator>
      <pubDate>Thu, 26 Mar 2026 05:34:26 +0000</pubDate>
      <link>https://dev.to/bunty_shah_fac2bef694e9c9/gemini-is-the-best-ai-for-deep-research-and-the-worst-for-actually-using-the-output-453m</link>
      <guid>https://dev.to/bunty_shah_fac2bef694e9c9/gemini-is-the-best-ai-for-deep-research-and-the-worst-for-actually-using-the-output-453m</guid>
      <description>&lt;p&gt;Hot take. Hear me out.&lt;/p&gt;

&lt;p&gt;Gemini 3.1 Pro with Deep Research is the most powerful tool I've used for synthesizing complex technical information. I've used it to produce architecture documents, LLM pipeline specs, and competitive research that would have taken days manually.&lt;/p&gt;

&lt;p&gt;But the moment the research is done, the experience falls apart completely.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Input Experience: 10/10
&lt;/h2&gt;

&lt;p&gt;Gemini's Deep Research is genuinely outstanding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;2M+ token context window&lt;/li&gt;
&lt;li&gt;Multi-step autonomous research&lt;/li&gt;
&lt;li&gt;Structured synthesis across dozens of sources&lt;/li&gt;
&lt;li&gt;Excellent at technical architecture and system design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can hand it a problem and come back 20 minutes later to a structured, cited, accurate research brief.&lt;/p&gt;

&lt;p&gt;This is legitimately state-of-the-art.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Output Experience: 2/10
&lt;/h2&gt;

&lt;p&gt;Now try to actually USE that research:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Copy-paste into Google Docs?&lt;/strong&gt;&lt;br&gt;
All formatting gone. Bullet points become paragraph soup. Tables disappear.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Screenshot it?&lt;/strong&gt;&lt;br&gt;
A 3,000-word research brief becomes 18 images. Unsearchable. Unusable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paste into Notion?&lt;/strong&gt;&lt;br&gt;
Broken. Every. Single. Time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Share with a colleague?&lt;/strong&gt;&lt;br&gt;
You're either sharing a screen or copy-pasting chaos into Slack.&lt;/p&gt;

&lt;p&gt;There's no native export. No "Save as PDF." No "Download as Markdown." Nothing.&lt;/p&gt;

&lt;p&gt;For a product that costs $20/month (Gemini Advanced), this is embarrassing.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Gap Exists
&lt;/h2&gt;

&lt;p&gt;I think Google treats Gemini as a &lt;em&gt;conversation product&lt;/em&gt;, not a &lt;em&gt;knowledge work product&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Conversation products don't need exports. Knowledge work products absolutely do.&lt;/p&gt;

&lt;p&gt;Claude has artifacts. ChatGPT has memory and export. Gemini has... a copy button.&lt;/p&gt;

&lt;p&gt;The irony is that Gemini's research quality is excellent enough that people WANT to preserve the output. That's a good problem to have. But Google hasn't solved it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Did About It
&lt;/h2&gt;

&lt;p&gt;I got tired of the workarounds and built &lt;strong&gt;Gemini Export Studio&lt;/strong&gt; — a free Chrome extension that adds one-click export to Gemini:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PDF, Markdown, JSON, CSV, Plain Text&lt;/li&gt;
&lt;li&gt;No account, no server, 100% local&lt;/li&gt;
&lt;li&gt;Works on any Gemini conversation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  The Real Question
&lt;/h2&gt;

&lt;p&gt;Do you agree that the output/export experience of AI tools is the next big UX frontier?&lt;/p&gt;

&lt;p&gt;We obsess over prompting, context windows, model benchmarks. But nobody talks about: &lt;strong&gt;once the AI generates something brilliant, how do you actually use it in your real workflow?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear what export/integration pain points you're hitting with your AI tools of choice.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>discuss</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Show Dev.to: I built a free Chrome extension to export Gemini chats as PDF, Markdown, JSON &amp; CSV — no server, no account</title>
      <dc:creator>Bunty Shah</dc:creator>
      <pubDate>Thu, 26 Mar 2026 05:31:30 +0000</pubDate>
      <link>https://dev.to/bunty_shah_fac2bef694e9c9/show-devto-i-built-a-free-chrome-extension-to-export-gemini-chats-as-pdf-markdown-json-csv--2n6o</link>
      <guid>https://dev.to/bunty_shah_fac2bef694e9c9/show-devto-i-built-a-free-chrome-extension-to-export-gemini-chats-as-pdf-markdown-json-csv--2n6o</guid>
      <description>&lt;h2&gt;
  
  
  The Problem Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;Everyone talks about getting INTO Gemini — the right prompts, the right context, the right model.&lt;/p&gt;

&lt;p&gt;Nobody talks about getting OUT.&lt;/p&gt;

&lt;p&gt;You finish a deep research session. Gemini just synthesized 3 hours of thinking into a structured, brilliant output. And then… you copy-paste it into a doc and watch the formatting collapse.&lt;/p&gt;

&lt;p&gt;Or you screenshot it. In 12 images. And lose the structure entirely.&lt;/p&gt;

&lt;p&gt;Or you paste it into Notion and spend 20 minutes reformatting.&lt;/p&gt;

&lt;p&gt;This was my workflow for months. I build AI architecture systems and use Gemini constantly — for system design docs, research summaries, LLM pipeline specs. The output quality is excellent. The export experience is embarrassing.&lt;/p&gt;




&lt;h2&gt;
  
  
  So I Built a Fix
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Gemini Export Studio&lt;/strong&gt; — a free Chrome extension that adds a one-click export button directly inside Gemini.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does:
&lt;/h3&gt;

&lt;p&gt;✅ &lt;strong&gt;PDF&lt;/strong&gt; — print-ready, preserves formatting, great for sharing&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Markdown&lt;/strong&gt; — perfect for Obsidian, Notion, VS Code, GitHub&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;JSON&lt;/strong&gt; — structured data for devs, pipelines, automation&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;CSV&lt;/strong&gt; — tables and structured outputs straight to spreadsheets&lt;br&gt;&lt;br&gt;
✅ &lt;strong&gt;Plain Text&lt;/strong&gt; — clean copy for any editor&lt;/p&gt;

&lt;h3&gt;
  
  
  What it doesn’t do (and why that matters):
&lt;/h3&gt;

&lt;p&gt;❌ No account required&lt;br&gt;&lt;br&gt;
❌ No server — everything runs locally in your browser&lt;br&gt;&lt;br&gt;
❌ No data ever leaves your machine&lt;br&gt;&lt;br&gt;
❌ No subscription, no freemium, no tracking  &lt;/p&gt;

&lt;p&gt;It’s just a utility. You install it, you use it, it works.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Technical Side
&lt;/h2&gt;

&lt;p&gt;Built entirely in vanilla JavaScript. No frameworks, no dependencies, no build step. The extension:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reads the Gemini DOM directly&lt;/li&gt;
&lt;li&gt;Parses conversation structure (user prompts + model responses)&lt;/li&gt;
&lt;li&gt;Converts to the target format client-side&lt;/li&gt;
&lt;li&gt;Triggers a native browser download&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is ~400 lines of clean JS. Open source on GitHub.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;Chrome Web Store:&lt;/strong&gt; &lt;a href="https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Landing page + docs:&lt;/strong&gt; &lt;a href="https://buntys2010.github.io/Gemini-Export-Studio/" rel="noopener noreferrer"&gt;https://buntys2010.github.io/Gemini-Export-Studio/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’d Love From This Community
&lt;/h2&gt;

&lt;p&gt;I’m actively building the next version and making decisions based on real user needs:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which format do you actually need most?&lt;/strong&gt; PDF / Markdown / JSON / CSV / something else?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s your current Gemini export workflow?&lt;/strong&gt; (Genuinely curious — copy-paste? screenshot? something clever I haven't thought of?)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What would make this a daily-driver tool for you?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Drop your answers in the comments — I read and respond to every single one.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Why I Built a Local-First Gemini Exporter (PDF, Markdown, JSON, CSV) — And Why You Need One Too</title>
      <dc:creator>Bunty Shah</dc:creator>
      <pubDate>Thu, 26 Mar 2026 05:13:13 +0000</pubDate>
      <link>https://dev.to/bunty_shah_fac2bef694e9c9/why-i-built-a-local-first-gemini-exporter-pdf-markdown-json-csv-and-why-you-need-one-too-3l8j</link>
      <guid>https://dev.to/bunty_shah_fac2bef694e9c9/why-i-built-a-local-first-gemini-exporter-pdf-markdown-json-csv-and-why-you-need-one-too-3l8j</guid>
      <description>&lt;h2&gt;
  
  
  The Problem Nobody Talks About
&lt;/h2&gt;

&lt;p&gt;Gemini is genuinely excellent at research, system design, deep technical drafting, and long-form thinking.&lt;/p&gt;

&lt;p&gt;But there's a workflow gap that nobody seems to address: &lt;strong&gt;what do you actually do with the output?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every time I had a genuinely useful Gemini conversation, I hit the same wall:&lt;/p&gt;

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

&lt;p&gt;The model was doing its job brilliantly. The post-processing workflow was completely broken.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Gemini Export Studio&lt;/strong&gt; — a free, local-first Chrome extension that fixes exactly this.&lt;/p&gt;




&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Gemini Export Studio exports any Gemini conversation into 6 formats:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Format&lt;/th&gt;
&lt;th&gt;Best For&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;PDF&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Reports, documentation, sharing&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Markdown&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Obsidian, Notion, GitHub, Bear&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;JSON&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Developers, APIs, structured analysis&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;CSV&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Spreadsheets, Excel, BI tools&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Plain Text&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Universal, archives&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;PNG Image&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Social sharing, quick visual reference&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;All processing happens &lt;strong&gt;100% locally in your browser&lt;/strong&gt;. Zero data is sent to any server.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Local-First Matters
&lt;/h2&gt;

&lt;p&gt;Most "AI productivity" tools are quietly data pipelines.&lt;/p&gt;

&lt;p&gt;You paste your chat somewhere, it routes through a server, gets stored, analysed, potentially used for training. You never really know.&lt;/p&gt;

&lt;p&gt;I built this extension with a non-negotiable constraint from day one: &lt;strong&gt;your conversation data never leaves your device.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's what that means practically:&lt;/p&gt;

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

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




&lt;h2&gt;
  
  
  The Features That Actually Matter
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🔗 Deep Research Export with Citations Preserved
&lt;/h3&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h3&gt;
  
  
  🔒 PII Scrubbing
&lt;/h3&gt;

&lt;p&gt;Before sharing any export, the extension can automatically redact:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Email addresses&lt;/li&gt;
&lt;li&gt;Phone numbers&lt;/li&gt;
&lt;li&gt;Names (configurable)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So you can safely share a Gemini conversation with a colleague without manually hunting for sensitive data.&lt;/p&gt;

&lt;h3&gt;
  
  
  📎 Merge Up to 20 Chats
&lt;/h3&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h3&gt;
  
  
  ☁️ Optional Cloud Sync
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Google Drive&lt;/strong&gt;: OAuth-based sync, entirely optional&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Obsidian&lt;/strong&gt;: Direct vault export for PKM workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you don't want cloud sync — don't enable it. The extension works perfectly without it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Install It
&lt;/h2&gt;

&lt;p&gt;👉 &lt;strong&gt;Chrome Web Store (free):&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Landing page:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://buntys2010.github.io/Gemini-Export-Studio/" rel="noopener noreferrer"&gt;https://buntys2010.github.io/Gemini-Export-Studio/&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned Building It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Privacy is the first question.&lt;/strong&gt; 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.&lt;/p&gt;

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

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

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




&lt;h2&gt;
  
  
  Who This Is For
&lt;/h2&gt;

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




&lt;h2&gt;
  
  
  It's Completely Free
&lt;/h2&gt;

&lt;p&gt;No paywall. No premium tier for basic exports. No watermarks. No limits on how many conversations you export.&lt;/p&gt;

&lt;p&gt;The core export functionality will always be free.&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;Install free:&lt;/strong&gt; &lt;a href="https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/gemini-export-studio/oondabmhecdagnndhjhgnhhhnninpagc&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gemini</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
