Vaultrice
Real-time state management without the backend hassle
23 followers
Real-time state management without the backend hassle
23 followers
Vaultrice is a globally distributed key-value store with real-time collaboration features. Build collaborative apps with familiar localStorage-like API, instant WebSocket sync, and built-in presence detection.





Hey, Hunters! 👋
I'm one of the makers of Vaultrice. So excited to be launching here today!
Like many of you, we're developers who love building applications. But we kept running into the same frustrating roadblock: the moment we needed a simple real-time or collaborative feature, the complexity exploded.
What should have been a fun afternoon project turned into days of wiring together a database, a WebSocket server (like Pusher or a self-hosted solution), and a REST API just to handle something as simple as a live visitor counter or a shared to-do list. It felt like using a sledgehammer to crack a nut.
We kept asking ourselves: "Why can't we have the simplicity of `localStorage` but with the power of a real-time, secure, and shared backend?"
Since we couldn't find a tool that did this, we decided to build it. And that’s how Vaultrice was born.
What is Vaultrice?
It’s a secure, real-time, key-value storage service with a familiar `localStorage`-like API, designed to eliminate backend hassle for common real-time tasks. You can use it for:
Cross-Domain State Sharing: Finally, a simple way to share a shopping cart or user preferences between `app.yourdomain.com` and `marketing.yourdomain.com` without clunky workarounds.
Building Collaborative Apps in Minutes: Our `SyncObject` API is a bit like magic. It's a reactive JavaScript object that automatically syncs its state across all users. You can build features like "who's online" lists, collaborative editors, or simple multiplayer games with shockingly little code.
Serverless, Real-Time Feature Flags: Toggle features for all your users instantly without a single redeployment.
We've been using it internally for our own projects, and it has been a game-changer for our productivity. We’re hoping it can do the same for you.
We'd love to hear your feedback and, most importantly, what cool things you would build with Vaultrice!
btw. There's a free tier.
Cheers
Absolutely love this product! Super intuitive and powerful—solved my problem right away. Can’t wait to see more updates! 🔥
does it work with react ? the current redux saga is killing me
@jay_emp0 yes, I don't see any reason why it should not... we ourself are also using it... and we're in our backlog there's also a react component library we plan to do that will be even better... but no ETA for that currently...
@jay_emp0 the sdk just got some offline functionality... => https://www.vaultrice.com/blog/offline-apis
Next we're planning for the react specific component library ;-)