NexArt Product Stack

Four pieces. They compose. You adopt the ones you need.

What NexArt is

NexArt ships four products. They compose: each one adds value on its own, and they work together when combined. Start with the certification engine; add context, workflow helpers, and field verification as your needs grow.

Without these pieces, every AI execution in your stack is a transient event. If a decision is questioned later, logs are not proof. Most systems rely on internal records that cannot be verified externally. The record you need does not exist until you create it.

@nexart/ai-execution: The certification engine

What it is: The core SDK. Drop it into any Node.js codebase and start producing Certified Execution Records in under five minutes. Handles sealing, verification, attestation, project bundles, and redaction.

What it unlocks:

When to add: Day one. This is the entry point.

Adoption shape: One function call per model inference. No middleware, no proxy, no infrastructure change.

See how the certification engine works

@nexart/signals: Context capture

What it is: A small, framework-agnostic SDK that captures the evidence that fed a model run: the tools the model called, the documents it retrieved, the upstream decisions, the inputs from your pipeline.

What it unlocks:

When to add: As soon as your product has tool use, retrieval, or any non-trivial upstream pipeline.

See how context capture works

@nexart/agent-kit: Workflow helpers

What it is: Convenience layer for multi-step workflows. wrapTool per tool, startWorkflow per session, project bundles per run.

What it unlocks:

When to add: When your product runs multi-step agents and you want one record per session.

See how workflow helpers work

@nexart/cli: Command-line verifier

What it is: A nexart command-line tool. Verify, certify, project-verify, with file or pipe input and machine-readable JSON output.

What it unlocks:

When to add: As soon as you have CERs you want to verify outside of your application code path.

See how the command-line verifier works

First-party integrations

NexArt ships integration patterns for the most common ways teams build with AI today.

How adoption typically works

Most teams start with @nexart/ai-execution and add the other pieces as their needs grow. See the adoption journey for a stage-by-stage guide with time-to-value estimates.

Most teams assume their existing instrumentation is sufficient until they are challenged. This gap exists even in well-instrumented systems.

As more decisions are automated, the window to instrument them narrows. Retroactively certifying past executions is not possible. The evidence starts when you start capturing it.

View developer quickstart

Related