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/corebash
pnpm add @storage-kit/corebash
yarn add @storage-kit/coreClient SDK
For frontend applications (React, Vue, React Native):
bash
npm install @storage-kit/clientbash
pnpm add @storage-kit/clientbash
yarn add @storage-kit/clientFramework Adapters
Choose the adapter for your backend framework:
Express
bash
npm install @storage-kit/express expressFastify
bash
npm install @storage-kit/fastify fastifyHono
bash
npm install @storage-kit/hono honoNestJS
bash
npm install @storage-kit/nestjs @nestjs/platform-express