ComingUp ComingUp
SaaSBox

SaaSBox

25+ free PDF tools — merge, convert, compress & more. No signup needed.

Jun 19, 2026 Productivity
compression document_management file converter merge pdf

Gallery

SaaSBox

About

SaaSBox is a free, no-account PDF toolkit I built that lets anyone convert, edit, compress, sign, protect, and transform PDF files directly in the browser — no subscriptions, no file limits, no upselling.The project is made up of two parts working together. The frontend is a clean static HTML site with a tool for every common PDF task — things like merging, splitting, compressing, rotating, watermarking, redacting, converting to and from Word, Excel, PowerPoint, JPG, and HTML. The backend is a set of 13 specialised Python services, each handling a specific conversion or processing task, deployed as Docker containers on Render and routed through a single Cloudflare Worker.What makes SaaSBox different from tools like SmallPDF or iLovePDF is that I've built it around privacy and simplicity as defaults rather than afterthoughts. Many of the tools — splitting, merging, signing, annotating — process files entirely inside the user's browser using PDF.js and pdf-lib, which means the file never gets uploaded anywhere at all. For the tools that do need server-side processing, files are handled in memory and never written to permanent storage.I built the whole thing without a frontend framework, without a build pipeline, and without requiring users to create an account. The frontend is plain HTML, CSS, and JavaScript — you can open any page directly in a browser and it just works. On the backend I used Flask, PyMuPDF, LibreOffice, Tesseract OCR, and Playwright depending on what each conversion needs, all containerised with Docker.The project is currently running on Render's free tier, which keeps costs at zero while I validate the product. The honest tradeoff is a cold start delay of around 60 seconds if a backend hasn't been used in a while — something I'm upfront about rather than hiding. As usage grows the plan is to move to paid infrastructure and eventually introduce optional features for power users.

Comments (6)

Pinkie Sawayn Pinkie Sawayn 3 weeks ago

client or server side? PDF processing eats margins at scale

Abraham Hyatt Abraham Hyatt 2 weeks ago

kerning on the headers is tight, running a custom wasm build or an off-the-shelf lib?

Damon Kirlin Damon Kirlin 2 weeks ago

Running pdf-lib client-side or is there a backend handling the heavy lifting?

Graciela Kuvalis Graciela Kuvalis 2 weeks ago

whats the processing stack, all client-side or backend?

Lessie Metz Lessie Metz 2 weeks ago

no signup kills smallpdf. how are you monetizing?

Maida Lakin Maida Lakin 2 weeks ago

no privacy policy visible, uploads go where exactly