Examples
The Node.js example runs the SDK flow end to end. The Next.js starter supplies the application UI and marks the places where those SDK calls belong.
Node.js script
The smallest end-to-end run: connect to a prism, upload a file to your bucket, read the index back from the network, download it, and delete its index. Good for understanding the moving parts and usable as a smoke test for your own setup.
Next.js app
A starter web application with upload and download screens ready to wire to the SDK. Start here if you are building a product on DataPrism, then use the Node.js example for the live SDK calls.
Install the SDK
pnpm add @dataprism/sdk
# or
npm install @dataprism/sdkThe SDK is TypeScript-first and runs in Node.js 24+ and modern browsers.

