<?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: Rajiv Naskar</title>
    <description>The latest articles on DEV Community by Rajiv Naskar (@rajiv_naskar_105bb1e60350).</description>
    <link>https://dev.to/rajiv_naskar_105bb1e60350</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%2F3823683%2Fff1d7ecf-9c26-43a1-806d-a8766799f75c.png</url>
      <title>DEV Community: Rajiv Naskar</title>
      <link>https://dev.to/rajiv_naskar_105bb1e60350</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajiv_naskar_105bb1e60350"/>
    <language>en</language>
    <item>
      <title>I built a tool to stop wasting 20 minutes prepping context files for Claude and ChatGPT</title>
      <dc:creator>Rajiv Naskar</dc:creator>
      <pubDate>Sat, 14 Mar 2026 09:09:09 +0000</pubDate>
      <link>https://dev.to/rajiv_naskar_105bb1e60350/i-built-a-tool-to-stop-wasting-20-minutes-prepping-context-files-for-claude-and-chatgpt-pme</link>
      <guid>https://dev.to/rajiv_naskar_105bb1e60350/i-built-a-tool-to-stop-wasting-20-minutes-prepping-context-files-for-claude-and-chatgpt-pme</guid>
      <description>&lt;p&gt;Every time I sat down to work on a feature, I'd spend the first 15-20 minutes doing the same tedious thing.&lt;/p&gt;

&lt;p&gt;Open project. Copy this file. Paste into Claude. Copy that file. Paste. Realise I forgot a config file. Go back. Paste again. Hit the context limit. Start trimming. Wonder if I even included the right files.&lt;/p&gt;

&lt;p&gt;By the time I actually started the conversation with Claude, I was already frustrated.&lt;/p&gt;

&lt;p&gt;The irony wasn't lost on me — I was using AI to save time, but losing time just to set it up.&lt;/p&gt;

&lt;h2&gt;
  
  
  So I built Repoprep
&lt;/h2&gt;

&lt;p&gt;The idea is simple. You drop your project folder or a ZIP file, and it generates one clean, structured context file you can paste straight into Claude, ChatGPT, Gemini, or whatever you're using.&lt;/p&gt;

&lt;p&gt;It automatically strips out everything that doesn't belong in an AI prompt:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;node_modules and other dependency folders&lt;/li&gt;
&lt;li&gt;Lock files (package-lock.json, yarn.lock, etc.)&lt;/li&gt;
&lt;li&gt;Build outputs and dist folders&lt;/li&gt;
&lt;li&gt;Minified files and source maps&lt;/li&gt;
&lt;li&gt;Binaries, images, fonts&lt;/li&gt;
&lt;li&gt;Dozens of other file types that just add noise&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What's left is your actual code — clean, structured, and ready to paste.&lt;/p&gt;

&lt;h2&gt;
  
  
  The part I care most about
&lt;/h2&gt;

&lt;p&gt;Everything runs 100% in your browser. Your code never touches a server. No account required, no uploads, nothing leaves your machine.&lt;/p&gt;

&lt;p&gt;This matters more than it sounds. A lot of developers work on projects where uploading code to a third-party service is restricted or just uncomfortable. With Repoprep, there's nothing to worry about — it's all local.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I built it
&lt;/h2&gt;

&lt;p&gt;I started with the basic idea and structure using ChatGPT. But when the work got harder — the file parsers, the binary detection, the PDF/DOCX/XLSX extractors, debugging the Chrome extension's service worker — I switched to Claude. Found it significantly better for complex coding logic.&lt;/p&gt;

&lt;p&gt;Felt very fitting to build an AI context tool with AI help.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it looks like
&lt;/h2&gt;

&lt;p&gt;You drop a folder, it shows you the file list with sizes and token estimates, you can remove anything you don't want, and hit Extract. The output is a single structured text file with a directory tree at the top, followed by every file's contents with clear separators.&lt;/p&gt;

&lt;p&gt;Takes about 10 seconds for most projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's free for up to 25 files / 4MB — which honestly covers most focused sessions. There's a $6 one-time Pro upgrade if you work on bigger projects (200 files / 50MB).&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.repoprep.com/" rel="noopener noreferrer"&gt;repoprep.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely love feedback — especially if something breaks or a file type doesn't work the way you'd expect. Still early days, and I'm actively improving it.&lt;/p&gt;

&lt;p&gt;What's your current workflow for getting context into Claude or ChatGPT? Curious what others are doing.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
