Launching today
Lumist Studio
A local-first creative suite. 15 pro tools, zero cloud.
9 followers
A local-first creative suite. 15 pro tools, zero cloud.
9 followers
Lumist Studio is a unified, local-first ecosystem of 15 premium web apps for developers, designers, and creators. Everything runs instantly in your browser via IndexedDB—zero cloud servers, zero subscriptions, and absolute privacy. It includes a native V8 Regex sandbox, hardware-accelerated image compressor, Kanban tracker, SVG React builder, and MV3 browser extensions to extract typography and colors natively. Say goodbye to fragmented workflows and sketchy online converters.


















How does this stay "zero subscriptions" with 15 premium apps included — is there a one-time purchase or is the app bundle genuinely free forever with no hidden tier?
Hi @rem1219681! Great question. The bundle is genuinely free with no hidden tiers.
The secret is the architecture: because Lumist Studio is a static export hosted on Cloudflare Pages, and everything runs locally in your browser's IndexedDB using your local hardware, my server costs are practically zero.
Since I don't have to pay for cloud compute, AWS databases, or API processing, I don't need to rent your data back to you through a subscription model. The core tools you see today will remain free. Enjoy the suite!
the local-first angle is genuinely refreshing, especially the regex sandbox that runs without sending my patterns anywhere. Wish more tools worked like this instead of phoning home every five seconds.
Thanks @ouzdjd5! That was the exact motivation for building this.
I absolutely refused to paste sensitive API keys or JWTs into random utility sites. I found myself constantly writing my own one-off local scripts just to decode and test them safely. I finally decided to wrap that secure workflow into a proper UI. Running the regex natively against the browser's V8 engine gives us the convenience of a web tool with zero risk of data leakage. Really glad you appreciate the privacy-first approach!