Emindera is an open-source client-side database framework for building fast web and mobile applications with React.
It is designed around local-first data, optimistic updates, mutation queues, real-time sync, and GraphQL-backed application state — giving apps the instant-feeling interaction model used by modern tools like Linear, but packaged for React and React Native developers.
Read the docs at docs.emindera.org.
Emindera is early and fully open-source.
Help improve the project by starring the main repo, opening issues, testing examples, proposing RFCs, or contributing benchmarks.
The Emindera organization has a few core repositories:
emindera/emindera: Core framework, React package, React Native package, GraphQL integration, local cache, optimistic mutation queue, and sync primitives.emindera/docs: Official Emindera documentation, quickstarts, API reference, and architectural guides.emindera/examples: Sample Emindera-based apps showing common patterns like instant DMs, comments, notes, offline queues, and GraphQL subscriptions.