Show HN: SignalDB – Reactive Local JavaScript Database
github.comSignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries. Looks exactly like what Meteor did in 2011 (called minimongo) The design is heavily inspired by Minimongo. I used Meteor extensively in the past, but since moving away from it, I've missed the simplicity of reactive data handling on the client-side through Minimongo. Now that signals have regained popularity, I've begun developing SignalDB as a versatile alternative that can be integrated with any framework, not just Meteor