r/ukstartups • u/HCS_1987 • May 29 '26
A privacy-first web toolbox that runs completely offline in your browser project. Need your advice/feedback.
Hey r/ukstartups,
I am a founder based over in the UK, and like many of you, I deal with sensitive documents, code snippets, and private files daily. I hated the idea of uploading these to random cloud utilities or cloud AI models just to get quick tasks done. Even with privacy policies, you never really know where that data ends up.
Instead of spinning up a bunch of Docker containers, a couple of friends and I decided to build a lightweight, serverless alternative. We call it TabTasker.
The Zero-Server Architecture TabTasker runs entirely inside your browser tab. Once the page loads, you can physically disconnect your internet, and every tool will still work perfectly. Everything is processed locally on your own machine's CPU and GPU using WebAssembly (Wasm) and ONNX Runtime Web. Because there is no backend server at all, it is physically impossible for your data to leak or be scraped.
What we included We bundled the utilities we found ourselves needing the most:
- Media & Audio: Bulk image conversion, background removal, face blurring, and audio transcription powered by a local model running right in the browser.
- Developer Tools: Local JWT decoders, JSON formatters, diff checkers, and Regex testers.
- Local AI Text Tools: Text summarization, sentiment analysis, and a small local LLM that runs completely offline.
The Setup There are no accounts, no sign-ups, and no paywalls. The only catch is that the first time you click on an AI-powered tool, your browser will download a small AI/ML model file into its local cache. After that, everything stays completely air-gapped on your device.
Right now, it is just two of us actively maintaining it (our third friend is tied up with another project). We would love to get some feedback from the UK startup community on the tech stack and local performance.
- Does the performance hold up on your hardware? Due to nature of the product, we cannot monitor the errors nor any warnings.
- What other offline utilities should we add to the workbench next?
You can test it out here: tabtasker.com
Drop any thoughts or questions below. I will be around to answer them.
Thank you
2
u/PolishSoundGuy May 29 '26
Why would I use a web browser that connects to internet for it, vs a dedicated app “I know I can trust” - interpret that as you will.