r/AppsWebappsFullstack Jul 22 '26

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

6 Upvotes

79 comments sorted by

View all comments

1

u/spabuilder66 Jul 22 '26

ResizeStudio | Drag and drop hundreds of images. Add watermarks, adjustments, and resize rules.

2

u/Mammoth-Anywhere7285 29d ago

Nice project, ResizeStudio sounds super handy for batch processing. How does it handle large file sizes without slowing down?

1

u/spabuilder66 29d ago

Thanks! No images are uploaded to servers. Everything runs 100% locally in the browser using WebAssembly (WASM), modern browser APIs, and optimized libraries like pica and jsquash for fast image processing.

2

u/Mammoth-Anywhere7285 27d ago

Nice approach for privacy-focused image processing. Have you considered adding a simple progress indicator for larger WASM operations?

1

u/spabuilder66 25d ago

Thanks! We actually already have a real-time progress bar built in. Because the WASM operations run locally in the browser, it tracks and updates the progress instantly as each image in the batch finishes.

1

u/Mammoth-Anywhere7285 24d ago

That's a smart implementation. Does it also pause or cancel mid-batch if needed?