Paradoc
SDK

About SDK

Last updated on

TypeScript SDK for creating and working with Paradoc artifacts

The @paradoc/sdk package is the main framework entry point for creating, validating, rendering, and sealing Paradoc artifacts.

Installation

npm install @paradoc/sdk
pnpm add @paradoc/sdk
yarn add @paradoc/sdk
bun add @paradoc/sdk

Package Overview

The SDK exposes:

PackageDescription
@paradoc/coreBuilders, instances, and lifecycle types for all artifact types
@paradoc/serializationLocale-aware value formatting for rendering
@paradoc/sessionsStateful form sessions
@paradoc/renderThe MIME-selected renderLayer() entry point

Install @paradoc/render directly when importing its format-specific subpaths or keeping rendering as an explicit application dependency.

On this page