Modern Tools for the Web Developers

Qortex

A suite of lightweight, TypeScript-first packages for data fetching, caching, and storage in the browser.

The Qortex Ecosystem

Choose the package that fits your needs

qortex-core

Framework Agnostic

Query cache and fetch registry that works everywhere. Use with React, Vue, Svelte, or vanilla JS.

Smart CacheDeduplicationTypeScript
npm i qortex-core

qortex-react

React Integration

React hooks for data fetching with useQuery, useMutate, and more. Includes all core APIs.

useQueryuseMutateSuspense
npm i qortex-react
NEW

qortex-db

Browser Database

Redis-like key-value store for browsers. Unified API for localStorage, sessionStorage, IndexedDB.

localStorageIndexedDBAsync API

Why Qortex?

Lightning Fast

Minimal bundle size (< 3KB), maximum performance.

TypeScript First

Built with TS. Full type safety and inference out of the box.

Offline Ready

Built-in persistence layers with localStorage & IndexedDB.

Framework Agnostic

Core logic works anywhere JavaScript runs.

Smart Caching

Auto deduplication, stale-while-revalidate, and cache invalidation.

Production Ready

Battle-tested reliability with comprehensive error handling.

Tiny API

Learn in minutes. Simple, intuitive API surface.

Modular Design

Tree-shakeable. Import only what you need.