
How We Built a 5x Faster NotebookLM Watermark Tool on AWS — Engineering Story
Originally published at notebooklmstudio.com How We Built a 5x Faster NotebookLM Watermark Tool on AWS Every product has an origin story. Ours started with a frozen browser tab. I was working on a research presentation, had exported a 45-page PDF from Google NotebookLM, and needed the watermark off before a meeting. I loaded the free browser tool, uploaded the file, and watched my MacBook's fan spin up as the browser processed page by page. Three minutes later — with my browser tab completely frozen — I had my clean PDF. Three minutes for something a computer should be able to do in seconds. That was the moment I decided to build something better. The Technical Problem The existing tools all shared the same architecture: upload file → run JavaScript in the browser → download result. That architecture has a fundamental ceiling. JavaScript in a browser is single-threaded (Web Workers help, but you're still bound by the user's CPU cores and browser overhead). A 30-page PDF means 30 sequen
Continue reading on Dev.to
Opens in a new tab

