<?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: Danish Waqad</title>
    <description>The latest articles on DEV Community by Danish Waqad (@danishwaqad).</description>
    <link>https://dev.to/danishwaqad</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%2F3946560%2F7b2f74cb-ec35-474e-a194-30842da7be1f.png</url>
      <title>DEV Community: Danish Waqad</title>
      <link>https://dev.to/danishwaqad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danishwaqad"/>
    <language>en</language>
    <item>
      <title>I built a PDF redactor that never uploads your files</title>
      <dc:creator>Danish Waqad</dc:creator>
      <pubDate>Fri, 22 May 2026 17:47:11 +0000</pubDate>
      <link>https://dev.to/danishwaqad/i-built-an-open-source-pdf-redactor-that-never-uploads-your-files-2565</link>
      <guid>https://dev.to/danishwaqad/i-built-an-open-source-pdf-redactor-that-never-uploads-your-files-2565</guid>
      <description>&lt;p&gt;I had to redact sensitive info from PDF tax documents last month. Every "free" tool online wanted me to upload my files to their server first.&lt;/p&gt;

&lt;p&gt;No way I'm uploading tax docs with SSN and bank details to some random server.&lt;/p&gt;

&lt;p&gt;So I built RedactPDF: &lt;a href="https://redactpdf.org" rel="noopener noreferrer"&gt;https://redactpdf.org&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Redacts text and images from PDFs 100% in your browser&lt;/li&gt;
&lt;li&gt;Zero uploads. Files never leave your computer&lt;/li&gt;
&lt;li&gt;Self-hostable with Docker - 1 command deploy&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech stack:
&lt;/h3&gt;

&lt;p&gt;Next.js + pdf.js + Tailwind CSS. Everything runs client-side using Web Workers so it doesn't freeze on large PDFs.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why I built this:
&lt;/h3&gt;

&lt;p&gt;Privacy. Most online PDF tools are black boxes. You don't know where your files go.&lt;/p&gt;

&lt;p&gt;RedactPDF runs entirely in your browser. Open your DevTools → Network tab and try it. Zero requests when you redact.&lt;/p&gt;

&lt;h3&gt;
  
  
  Who is this for?
&lt;/h3&gt;

&lt;p&gt;If you handle client PDFs - lawyers, CAs, freelancers, HR - this might save you.&lt;/p&gt;

&lt;p&gt;It's free to use at redactpdf.org&lt;/p&gt;

&lt;h3&gt;
  
  
  Open Source?
&lt;/h3&gt;

&lt;p&gt;I'm planning to open source it once the codebase is stable and cleaned up. Right now focusing on shipping features users actually need. &lt;/p&gt;

&lt;p&gt;If you want to self-host or contribute, drop a comment or DM me. I'll add you to the early access list.&lt;/p&gt;

&lt;p&gt;What features would make this useful for your workflow? Drop a comment 👇&lt;/p&gt;




&lt;p&gt;P.S. Tried posting on Reddit/HN first but new accounts get blocked 😅 Hope Dev.to community likes privacy-first tools.&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>privacy</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
