Client-side IndexedDB the easy way, with server sync
Qoolie wraps IndexedDB behind a simple client-side API, with adapters for React, Vue, and Svelte plus optional server sync over idae-socket. Built as an offline-first data layer for the Idae platform, published independently on npm.
flowchart TD P["Idae monorepo"] --> S["qoolie · IndexedDB client"] S --> A["React / Vue / Svelte adapters"] S --> B["idae-socket · sync transport"] S --> D["devtools + CLI + benchmarks"]
Client database IndexedDB the easy way, add server sync