Show HN: PDFMergely – In-browser PDF tools that never upload your files
pdfmergely
16 points
22 comments
June 30, 2026
Related Discussions
Found 5 related stories in 668.9ms across 14,015 title embeddings via pgvector HNSW
- Show HN: Free, in-browser PDF editor philjohnson · 51 pts · March 28, 2026 · 73% similar
- Show HN: BreezePDF – Free, in-browser PDF editor philjohnson · 73 pts · March 29, 2026 · 72% similar
- Show HN: I built 184 free browser tools – PDF, image, dev, AI tasks, no upload ruimbarreira · 86 pts · June 17, 2026 · 67% similar
- Show HN: Veil – Dark mode PDFs without destroying images, runs in the browser simoneamico · 66 pts · March 26, 2026 · 64% similar
- Show HN: VidStudio, a browser based video editor that doesn't upload your files kolx · 263 pts · April 21, 2026 · 62% similar
Discussion Highlights (11 comments)
pdfmergely
Author here. Quick note on how the "no upload" claim actually works, since it deserves scrutiny. There's no upload endpoint to send files to. When you pick a file, the browser hands the app the bytes directly; the work runs in a Web Worker on your device, with WebAssembly for the heavier parts like encryption. The finished PDF is built locally and downloaded. The page is also locked down with a strict CSP so file data has no network path out — you can open the Network tab and confirm nothing leaves while you work. After the first load it works fully offline, which is the easiest proof. The honest tradeoff: because everything runs on your device, very large files depend on your machine's memory and a phone won't match a desktop. We process a page at a time to keep memory in check. Tools today: merge, split, reorder, rotate, delete/extract pages, compress, watermark, page numbers, protect/unlock. Free, no sign-up. Would love feedback on what to add next.
sscaryterry
Where is the company registered? None of these details are on your website.
steveharrison
Love the idea, but would help trustworthiness if the design looked a little less vibe-coded.
jimjimjim
Question about merging: How do you handle merging multiple pdf that have forms? Are the form fields renamed to prevent form field name clashes? And what pdf toolkit do you use?
gettalong
Why is it that everyone now duplicates/vibe-codes PDF tool websites? It seems that there is one new each week for about half a year now with none providing any outstanding features over the others.
fp64
Which library did you compile to WASM for this? I doubt this is a from scratch implementation of full PDF
hasudon7171
To me, it looks like a design generated by AI. It had exactly the same vibe as those kinds of sites I see all the time.
pmb_developer
Would you consider open-sourcing the client-side code? For privacy-focused PDF tools, that seems like the easiest way to make the “no upload” claim more trustworthy.
pixel_popping
OP, you already know your website will end up in the graveyard, I just don't understand how anyone can still put up the same exact template as the last 100K viby websites released, it's literally a prompt away to have an original design, type that prompt, PLEASE.
vedant_getbags
kindly improve the SEO to not end up in the vibecoded graveyard
kewop
I cannot be the only one expecting a github repo on the website, right?