Show HN: Vaultrice – A real-time key-value store with a localStorage API
11 days ago
- #database
- #real-time
- #collaboration
- Vaultrice is a globally distributed key-value store designed for real-time collaboration.
- It offers a simple API similar to localStorage, supporting strings, numbers, and JSON objects.
- Changes to data are instantly broadcast to all subscribed clients via WebSocket without polling.
- State syncs across tabs, devices, and domains for unified user experiences.
- Features include a familiar API, built-in real-time capabilities, and security by default.
- Use cases include sharing user preferences across domains and building real-time features like online user lists.
- Integrated Presence API allows tracking who's online and their activities.
- Enables instant feature toggles for all users without code deployment.
- First project is free, allowing quick start for real-time application development.