Architecture

Architecture

How isplay packages, APIs, storage, replay, experiments, adapters, and docs fit together.

isplay is a TypeScript monorepo. The runtime path is deliberately simple: adapters and SDK capture evidence, the API stores records, replay and analysis compute comparisons, and the CLI/agent skill orchestrate investigations.

Package Layers

LayerPackages
Schemas and utilities@isplay/core
API access and capture@isplay/api-client, @isplay/sdk
Replay and analysis@isplay/replay, @isplay/analysis
Persistence@isplay/postgres
Appsisplay, @isplay/server, @isplay/worker, @isplay/web
Integrations@isplay/adapter-kit, @isplay/adapter-ai-sdk, @isplay/adapter-mastra, @isplay/adapter-langgraph, @isplay/adapter-runtime, @isplay/adapter-codex, @isplay/adapter-claude-code, @isplay/adapter-openclaw

Design Principles

  • Store evidence in durable records, not only logs.
  • Separate model intent from tool execution.
  • Make replay policy explicit.
  • Pause for missing divergent tool output instead of inventing it silently.
  • Keep fixture provenance visible.
  • Label validity and comparability instead of overclaiming.

On this page