A suite of lightweight, TypeScript-first packages for data fetching, caching, and storage in the browser.
Choose the package that fits your needs
Framework Agnostic
Query cache and fetch registry that works everywhere. Use with React, Vue, Svelte, or vanilla JS.
npm i qortex-coreReact Integration
React hooks for data fetching with useQuery, useMutate, and more. Includes all core APIs.
npm i qortex-reactBrowser Database
Redis-like key-value store for browsers. Unified API for localStorage, sessionStorage, IndexedDB.
npm i qortex-dbMinimal bundle size (< 3KB), maximum performance.
Built with TS. Full type safety and inference out of the box.
Built-in persistence layers with localStorage & IndexedDB.
Core logic works anywhere JavaScript runs.
Auto deduplication, stale-while-revalidate, and cache invalidation.
Battle-tested reliability with comprehensive error handling.
Learn in minutes. Simple, intuitive API surface.
Tree-shakeable. Import only what you need.