Examples
Two working examples cover the common starting points. Both use the
@dataprism/sdk package from npm and run against the Demo network.
Node.js script
The smallest end-to-end run: create a prism, upload a file to your bucket, read the index back from the network, download and verify the file. Good for understanding the moving parts, and usable as a smoke test for your own setup.
Next.js app
A starter web application wired to the SDK: account connection, project listing, and file operations from the browser. Start here if you are building a product on DataPrism.
Install the SDK
pnpm add @dataprism/sdk
# or
npm install @dataprism/sdkThe SDK is TypeScript-first and runs in Node.js 20+ and modern browsers.

