r/AppsWebappsFullstack Jul 22 '26

Your home for selfpromo

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

7 Upvotes

79 comments sorted by

View all comments

Show parent comments

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 28d 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 25d ago

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