<?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: DevBlocks42</title>
    <description>The latest articles on DEV Community by DevBlocks42 (@devblocks42).</description>
    <link>https://dev.to/devblocks42</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%2F3964981%2Fe87bc3d4-99c0-4574-8034-ef5593c41687.png</url>
      <title>DEV Community: DevBlocks42</title>
      <link>https://dev.to/devblocks42</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devblocks42"/>
    <language>en</language>
    <item>
      <title>I built a free online PDF and image toolkit (no signup, no tracking)</title>
      <dc:creator>DevBlocks42</dc:creator>
      <pubDate>Tue, 02 Jun 2026 16:12:48 +0000</pubDate>
      <link>https://dev.to/devblocks42/i-built-a-free-online-pdf-and-image-toolkit-no-signup-no-tracking-30l5</link>
      <guid>https://dev.to/devblocks42/i-built-a-free-online-pdf-and-image-toolkit-no-signup-no-tracking-30l5</guid>
      <description>&lt;p&gt;A few weeks ago, I built a small web tool because I needed something simple: a way to manipulate PDF and image files without installing heavy software or creating accounts.&lt;/p&gt;

&lt;p&gt;Most existing tools felt either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;overly complicated&lt;/li&gt;
&lt;li&gt;behind paywalls&lt;/li&gt;
&lt;li&gt;or full of ads and tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I decided to build my own lightweight alternative.&lt;/p&gt;




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

&lt;p&gt;It's a free online toolkit that runs entirely in the browser/backend, allowing users to process common file tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Convert images to PDF or other image formats&lt;/li&gt;
&lt;li&gt;Merge multiple PDF files into one&lt;/li&gt;
&lt;li&gt;Add password protection to PDF files (using encryption)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is designed to be fast, minimal, and accessible from any device.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why this project exists
&lt;/h2&gt;

&lt;p&gt;The main goal was simplicity.&lt;/p&gt;

&lt;p&gt;I wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no account creation&lt;/li&gt;
&lt;li&gt;no email collection&lt;/li&gt;
&lt;li&gt;no hidden paywalls&lt;/li&gt;
&lt;li&gt;a tool that just works&lt;/li&gt;
&lt;li&gt;GDPR compliant tool&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s mainly built for quick everyday tasks like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;sending documents&lt;/li&gt;
&lt;li&gt;organizing PDFs&lt;/li&gt;
&lt;li&gt;converting images for administrative use&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;The project is built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;FastAPI (backend)&lt;/li&gt;
&lt;li&gt;Nginx (reverse proxy)&lt;/li&gt;
&lt;li&gt;Cloudflare (DNS + security layer)&lt;/li&gt;
&lt;li&gt;Vanilla HTML/CSS/JS frontend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The focus was more on performance and simplicity than on heavy frontend frameworks.&lt;/p&gt;




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

&lt;p&gt;Building a “simple tool” is surprisingly complex when you consider:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;file handling safely&lt;/li&gt;
&lt;li&gt;performance for large files (asynchronous jobs and event queue)&lt;/li&gt;
&lt;li&gt;keeping the UI minimal but usable&lt;/li&gt;
&lt;li&gt;making everything work across devices&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Live demo
&lt;/h2&gt;

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

&lt;p&gt;&lt;a href="https://universal-converter.fr.eu.org?language=en" rel="noopener noreferrer"&gt;https://universal-converter.fr.eu.org?language=en&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Or in french language here: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://universal-converter.fr.eu.org/?language=fr" rel="noopener noreferrer"&gt;https://universal-converter.fr.eu.org/?language=fr&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Future improvements
&lt;/h2&gt;

&lt;p&gt;I plan to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;more image formats support&lt;/li&gt;
&lt;li&gt;PDF compression&lt;/li&gt;
&lt;li&gt;OCR features&lt;/li&gt;
&lt;li&gt;OMR features using Audiveris&lt;/li&gt;
&lt;li&gt;mobile UX&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Feedback welcome
&lt;/h2&gt;

&lt;p&gt;If you have suggestions or ideas for useful features, feel free to share them.&lt;br&gt;
I’m mainly improving this project based on real usage.&lt;/p&gt;




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