DEV Community

Cover image for Building SimplyPDF β€” Privacy-Focused PDF Tools in the Browser
ARSH VERMA
ARSH VERMA

Posted on

Building SimplyPDF β€” Privacy-Focused PDF Tools in the Browser

Hey everyone πŸ‘‹

I wanted to share a project I built during the WiCS Online Hackathon (Winter 2026) β€” it’s called SimplyPDF.

🧩 The idea
I wanted to create a lightweight set of PDF tools that run entirely in the browser. Most tools require uploads, which introduces latency and privacy concerns β€” so I focused on client-side processing instead.

βš™οΈ What it does
β€’ Merge / Compress / Convert / Split PDFs
β€’ Runs fully in-browser
β€’ No file uploads β€” files stay on your device
β€’ Simple, responsive UI

πŸ› οΈ Built with
Frontend-focused web stack and browser-based processing libraries.
Designed and implemented end-to-end by me during the hackathon.

πŸ”— Demo Video
https://youtu.be/SdoFA6ISg1A?si=XsofJPcVPNAemKQp

🌐 Live App
https://simplypdf.vercel.app

πŸ’» GitHub
https://github.com/ArshVermaGit/SimplyPDF

πŸ† Devpost Submission
https://devpost.com/software/simplypdf

I’d really appreciate feedback β€” especially on:
β€’ UX improvements
β€’ Performance ideas
β€’ Architecture suggestions
β€’ Feature ideas worth adding next

Thanks for checking it out πŸ™


Top comments (0)