# Contributing Thanks for helping improve the Stuffbox integration SDK. ## Development Use Node.js 22 or newer and pnpm 10: ```sh corepack enable pnpm install pnpm typecheck pnpm lint pnpm test pnpm build ``` Keep changes inside the public integration surface: the framework-neutral client, shared API types, PKCE helpers, typed errors, React upload helpers, protocol documentation, and integration examples. The proprietary Stuffbox service is developed separately and is not part of this repository. Add or update tests for behavior changes. Do not commit generated `dist` files, package tarballs, credentials, access tokens, signed upload URLs, or user media. By contributing, you agree that your contribution is licensed under this repository's MIT License.