medyll
Profile
← all projects

Qoolie

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.

Where it sits


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"]

Overview


Client database IndexedDB the easy way, add server sync

Highlights


  • · React, Vue and Svelte adapters + devtools
  • · CLI and benchmark suite
  • · Sync via idae-socket, offline-first by default
TypeScriptIndexedDBReactVueSvelte
View source →