<?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: Kudrot Adegoke</title>
    <description>The latest articles on DEV Community by Kudrot Adegoke (@kudrot_adegoke_56c2820fe8).</description>
    <link>https://dev.to/kudrot_adegoke_56c2820fe8</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%2F3622883%2Fb10c4094-e05c-4ff8-9bf9-076524ffddfb.jpg</url>
      <title>DEV Community: Kudrot Adegoke</title>
      <link>https://dev.to/kudrot_adegoke_56c2820fe8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kudrot_adegoke_56c2820fe8"/>
    <language>en</language>
    <item>
      <title>🚀 I Just Launched on Product Hunt — AI Chat Exporter Pro</title>
      <dc:creator>Kudrot Adegoke</dc:creator>
      <pubDate>Sun, 23 Nov 2025 20:05:55 +0000</pubDate>
      <link>https://dev.to/kudrot_adegoke_56c2820fe8/i-just-launched-on-product-hunt-ai-chat-exporter-pro-nn9</link>
      <guid>https://dev.to/kudrot_adegoke_56c2820fe8/i-just-launched-on-product-hunt-ai-chat-exporter-pro-nn9</guid>
      <description>&lt;p&gt;Hey dev.to! 👋&lt;/p&gt;

&lt;p&gt;Quick update: AI Chat Exporter Pro just launched on Product Hunt today, and I wanted to share it here since this community has been so supportive.&lt;/p&gt;

&lt;p&gt;If you read my previous post about building this extension, you know the journey. Now it's live and ready for you to try.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does (Quick Recap)
&lt;/h2&gt;

&lt;p&gt;Export ChatGPT, Claude, Grok, Gemini, and DeepSeek conversations to PDF, DOCX, Markdown, JSON, CSV, HTML, or PNG — with perfect formatting preserved.&lt;/p&gt;

&lt;p&gt;✅ Code blocks stay intact&lt;br&gt;
✅ Syntax highlighting preserved&lt;br&gt;
✅ Images included (with fallback links)&lt;br&gt;
✅ Handles 20,000+ page conversations&lt;br&gt;
✅ 100% local — no servers, no tracking&lt;br&gt;
✅ Completely free&lt;/p&gt;

&lt;h2&gt;
  
  
  Available Now
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://chromewebstore.google.com/detail/ai-chat-exporter-pro/fbkhenejfmjjakgpmiehogilickgmkhe" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://microsoftedge.microsoft.com/addons/detail/ai-chat-exporter-pro/pejjiebkglnfeeeooinkdddofhffcmbg" rel="noopener noreferrer"&gt;Edge Add-ons Store&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ai-chat-exporter-pro/" rel="noopener noreferrer"&gt;Firefox Add-ons Store
&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  On &lt;a href="https://chatexport.workpent.com/" rel="noopener noreferrer"&gt;Product Hunt&lt;/a&gt; Today
&lt;/h2&gt;

&lt;p&gt;I'm launching on Product Hunt today and would love your support! If you find this useful, an upvote would mean a lot.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chatexport.workpent.com/" rel="noopener noreferrer"&gt;Product Hunt Link&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Help Me Improve It
&lt;/h2&gt;

&lt;p&gt;Drop your feedback below — what would make this even better for developers like you?&lt;/p&gt;

&lt;p&gt;Thanks for the support! 🚀&lt;/p&gt;

</description>
      <category>extensions</category>
      <category>developer</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Built A Browser Extension That Save ChatGPT, Claude, Grok, DeepSeek &amp; Gemini</title>
      <dc:creator>Kudrot Adegoke</dc:creator>
      <pubDate>Fri, 21 Nov 2025 18:10:42 +0000</pubDate>
      <link>https://dev.to/kudrot_adegoke_56c2820fe8/i-built-a-browser-extension-that-save-chatgpt-claude-grok-deepseek-gemini-3k2o</link>
      <guid>https://dev.to/kudrot_adegoke_56c2820fe8/i-built-a-browser-extension-that-save-chatgpt-claude-grok-deepseek-gemini-3k2o</guid>
      <description>&lt;h1&gt;
  
  
  I Spent Months Building This AI Chat Exporter Because Nothing Else Worked (And Now It's Free)
&lt;/h1&gt;

&lt;p&gt;Hey dev.to community! 👋&lt;/p&gt;

&lt;p&gt;I finally shipped my first browser extension to Chrome, Edge, and Firefox — and honestly, I just wanted to share what I built and the real struggle behind it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I even built this thing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I use Claude, Grok, and DeepSeek every day for coding. ChatGPT and Gemini mostly for research.&lt;br&gt;&lt;br&gt;
But saving full conversations while keeping formatting (especially code blocks) and images? Impossible.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Copy-paste destroys everything
&lt;/li&gt;
&lt;li&gt;Screenshots are a mess
&lt;/li&gt;
&lt;li&gt;Existing tools either don’t work, cut off long chats, or completely skip images
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;AI Chat Exporter Pro&lt;/strong&gt; — at first just for myself.&lt;/p&gt;

&lt;p&gt;Now it exports full conversations from &lt;strong&gt;ChatGPT, Claude, Grok, Gemini, and DeepSeek&lt;/strong&gt; to PDF, DOCX, Markdown, JSON, CSV, HTML, or PNG.&lt;/p&gt;

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

&lt;p&gt;✅ Works on all 5 platforms I use daily&lt;br&gt;&lt;br&gt;
✅ Keeps code blocks, syntax highlighting, LaTeX, tables&lt;br&gt;&lt;br&gt;
✅ Saves images (uploaded or generated)&lt;br&gt;&lt;br&gt;
✅ Handles crazy long conversations (20,000+ pages — yes, I tested that)&lt;br&gt;&lt;br&gt;
✅ 100% local — no servers, no data sent anywhere&lt;br&gt;&lt;br&gt;
✅ Multiple formats&lt;br&gt;&lt;br&gt;
✅ Completely free&lt;/p&gt;

&lt;h3&gt;
  
  
  The parts that almost broke me
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Every AI site has a completely different DOM&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Had to write separate parsers for each one. No "one solution fits all".&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Preserving formatting perfectly&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Code highlighting, LaTeX, tables, images in different file types — super hard.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Not crashing on massive chats&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Used Canvas and optimized everything to handle huge conversations without dying.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cross-browser pain&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Chrome, Edge, Firefox — all behave differently. So much refactoring.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The image thing… yeah, still not perfect&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Even after months, I couldn’t make it 100% ideal.&lt;br&gt;&lt;br&gt;
Here’s the truth:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PDF, DOCX, HTML → images are embedded
&lt;/li&gt;
&lt;li&gt;Markdown, JSON, CSV, TXT → can’t embed images, so I put clickable links instead
&lt;/li&gt;
&lt;li&gt;Even in PDF/DOCX, I added links as fallback (just in case)
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I know, I know — not perfect. But when someone sends me a Markdown file and the AI says “look at this diagram”, I still want to see it. So links it is. Better than nothing.&lt;/p&gt;

&lt;p&gt;Honestly? I tried to make the perfect tool… and learned real fast some things are just hard.&lt;/p&gt;

&lt;h3&gt;
  
  
  So yeah, I’m sharing it anyway
&lt;/h3&gt;

&lt;p&gt;You can get it here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://chromewebstore.google.com/detail/ai-chat-exporter-pro/fbkhenejfmjjakgpmiehogilickgmkhe" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://microsoftedge.microsoft.com/addons/detail/ai-chat-exporter-pro/pejjiebkglnfeeeooinkdddofhffcmbg" rel="noopener noreferrer"&gt;Edge Add-ons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ai-chat-exporter-pro/" rel="noopener noreferrer"&gt;Firefox Add-ons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://chatexport.workpent.com/" rel="noopener noreferrer"&gt;Landing page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s completely free and I’m still working on it based on feedback.&lt;/p&gt;

&lt;h3&gt;
  
  
  Now tell me honestly:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Do you even export AI chats? How?&lt;/li&gt;
&lt;li&gt;What’s your biggest pain right now?&lt;/li&gt;
&lt;li&gt;Would you use something like this?&lt;/li&gt;
&lt;li&gt;Or am I just the only one this annoyed? 😅&lt;/li&gt;
&lt;li&gt;What feature would actually make you install it today?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Drop a comment — I read everything. Seriously.&lt;/p&gt;

&lt;p&gt;Thanks for reading my chaotic journey. Hope this helps someone else.&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%2Fxnh53aocj8g1228qsalp.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%2Fxnh53aocj8g1228qsalp.PNG" alt=" " width="800" height="329"&gt;&lt;/a&gt;&lt;br&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%2Fo5ctzyqjtmq4w45hznhq.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%2Fo5ctzyqjtmq4w45hznhq.PNG" alt=" " width="800" height="546"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>developer</category>
      <category>browserextenstions</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
