<?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: Yukthi Hettiarachchi</title>
    <description>The latest articles on DEV Community by Yukthi Hettiarachchi (@yukthi_hettiarachchi_d787).</description>
    <link>https://dev.to/yukthi_hettiarachchi_d787</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%2F3558463%2Ff332d616-2bda-43aa-8efa-f9316b99bba9.jpg</url>
      <title>DEV Community: Yukthi Hettiarachchi</title>
      <link>https://dev.to/yukthi_hettiarachchi_d787</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yukthi_hettiarachchi_d787"/>
    <language>en</language>
    <item>
      <title>How I Exported All My ChatGPT Chats in One Click — 200+ chats</title>
      <dc:creator>Yukthi Hettiarachchi</dc:creator>
      <pubDate>Sat, 11 Oct 2025 05:04:04 +0000</pubDate>
      <link>https://dev.to/yukthi_hettiarachchi_d787/how-i-exported-all-my-chatgpt-chats-in-one-click-200-chats-i2i</link>
      <guid>https://dev.to/yukthi_hettiarachchi_d787/how-i-exported-all-my-chatgpt-chats-in-one-click-200-chats-i2i</guid>
      <description>&lt;p&gt;A few months ago, I had a terrifying thought:&lt;/p&gt;

&lt;p&gt;👉 If ChatGPT went down tomorrow, I’d lose my entire second brain.&lt;/p&gt;

&lt;p&gt;Over 250 conversations — filled with code snippets, research notes, brainstorms, and half-written essays — were scattered across folders.&lt;/p&gt;

&lt;p&gt;Every one of them felt valuable. But finding them later? A nightmare. And backing them up? Basically impossible.&lt;/p&gt;

&lt;p&gt;That’s when I realized: ChatGPT is brilliant at generating ideas, but terrible at storing them.&lt;/p&gt;

&lt;p&gt;Worse, there was no simple way to export entire folders. Copy-pasting chats one by one? Impossible. Using “Save as Webpage” from the browser? Messy, broken formatting, missing images.&lt;/p&gt;

&lt;p&gt;That’s when I thought: if ChatGPT is becoming my second brain, I need a way to actually back it up.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F164jua8t2ugldpbimuph.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F164jua8t2ugldpbimuph.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why ChatGPT Is a Great Assistant but a Terrible Archive
&lt;/h2&gt;

&lt;p&gt;Here’s what I ran into (and maybe you have too):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No bulk export option.&lt;/li&gt;
&lt;li&gt;Copy-paste breaks formatting.&lt;/li&gt;
&lt;li&gt;Images vanish when offline.&lt;/li&gt;
&lt;li&gt;Code blocks lose spacing and highlighting.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s like having a library where the books self-destruct as soon as you close the door.&lt;/p&gt;

&lt;p&gt;And if OpenAI tweaks its interface tomorrow? Years of work could vanish.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Painful Backup Attempts
&lt;/h2&gt;

&lt;p&gt;Like any desperate tinkerer, I tried everything:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manual copy-paste → tolerable for 2 chats, insane for 200.&lt;/li&gt;
&lt;li&gt;“Save Page As” in the browser → messy HTML, broken links, unreadable code.&lt;/li&gt;
&lt;li&gt;Random GitHub scripts → complex setups, sometimes asking for API keys I didn’t trust giving away.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each method left me frustrated — with either wasted hours or useless files.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fapbqjwhbrrmia6apbbzq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fapbqjwhbrrmia6apbbzq.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Breakthrough
&lt;/h2&gt;

&lt;p&gt;Out of frustration, I built my own tool. Something simple, safe, and fast:&lt;/p&gt;

&lt;p&gt;📦 Feature Snapshot&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bulk: Export 200+ chats per folder (including Custom GPT sets).&lt;/li&gt;
&lt;li&gt;Formats: HTML (print/PDF), Markdown (Notion/Obsidian), JSON (analysis-ready).&lt;/li&gt;
&lt;li&gt;Fidelity: Embedded images work offline, links stay clickable, code is syntax-highlighted and copy-ready.&lt;/li&gt;
&lt;li&gt;Control: Live progress bar, stop button, safe with rate-limiting.&lt;/li&gt;
&lt;li&gt;Persistence: Resumable state.&lt;/li&gt;
&lt;li&gt;Privacy: 100% local, no servers, no API keys — your data never leaves your machine.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words: the way ChatGPT should have built exports.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Changed Everything
&lt;/h2&gt;

&lt;p&gt;Now, instead of digging through ChatGPT folders, I have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML archives I can open like ebooks.&lt;/li&gt;
&lt;li&gt;Markdown files neatly synced into my Obsidian vault.&lt;/li&gt;
&lt;li&gt;JSON exports I can analyze or transform with scripts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;First full export? 247 chats in 42 seconds.&lt;/p&gt;

&lt;p&gt;For me, this wasn’t just convenience. It was peace of mind. My AI work is safe, searchable, and truly mine.&lt;/p&gt;

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

&lt;p&gt;At first, I kept it to myself. But when friends saw it, they wanted it too.&lt;/p&gt;

&lt;p&gt;So I packaged it into a small, browser-based tool: ChatGPT Folder Downloader Pro.&lt;/p&gt;

&lt;p&gt;Works directly in your browser.&lt;br&gt;
Archives your entire AI brain in under 60 seconds.&lt;br&gt;
Own your ChatGPT history forever — for just a few dollars.&lt;br&gt;
👉 &lt;a href="https://yukthi6.gumroad.com/l/chatgpt-folder-downloader" rel="noopener noreferrer"&gt;Grab it here on Gumroad&lt;/a&gt; if you’ve ever felt like your second brain is “trapped” too.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F85kntoz9zd9j71b0cd5s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F85kntoz9zd9j71b0cd5s.png" alt="downloading 236 of ChatGPT chats&amp;lt;br&amp;gt;
Press enter or click to view image in full size&amp;lt;br&amp;gt;
" width="800" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3mknickdxdobgn96hsi7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3mknickdxdobgn96hsi7.png" alt="downloading a ChatGPT folder" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chatgpt</category>
      <category>productivity</category>
      <category>tooling</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
