Skip to content

Installation

Storage Kit is modular. You can install the core package or specific framework adapters.

Core Library

For custom implementations or non-HTTP use cases:

bash
npm install @storage-kit/core
bash
pnpm add @storage-kit/core
bash
yarn add @storage-kit/core

Client SDK

For frontend applications (React, Vue, React Native):

bash
npm install @storage-kit/client
bash
pnpm add @storage-kit/client
bash
yarn add @storage-kit/client

Framework Adapters

Choose the adapter for your backend framework:

Express

bash
npm install @storage-kit/express express

Fastify

bash
npm install @storage-kit/fastify fastify

Hono

bash
npm install @storage-kit/hono hono

NestJS

bash
npm install @storage-kit/nestjs @nestjs/platform-express

Released under the MIT License.