Better Data Logo
Sign Up

Open Source

Better Data builds and maintains open infrastructure for AI-operated commerce. Four projects. All production-grade. All available today.

Infrastructure → Protocol → Reference → Control → Platform (Better Data)

OSS is the foundation. The hosted platform is the upgrade path.

The four projects

Dedicated project sites for depth; betterdata.co/open-source is the aggregation hub.

Loop Engine
Apache-2.0
Control

The control layer for AI-operated enterprises. Finite states, deterministic guards, structured feedback — not improvisation.

npm install @loop-engine/sdk

Key packages

  • @loop-engine/sdk — high-level entry point
  • @loop-engine/runtime — execution lifecycle
  • @loop-engine/guards — built-in and custom guard registry
  • @loop-engine/adapter-anthropic — Claude adapter
  • @loop-engine/adapter-commerce-gateway — Commerce Gateway adapter

The only governed execution layer in this space with a fully permissive, OSI-approved, patent-safe license. Temporal and Inngest ship under SSPL.

Commerce Gateway
MIT
Protocol

Every LLM. Every commerce platform. One tool schema.

npm install @commerce-gateway/sdk

Key packages

  • @commerce-gateway/sdk — LLM adapters for Claude, OpenAI, Grok, Gemini
  • @commerce-gateway/server — self-hostable gateway server

Four LLM tool formats. One schema. Auto-translated. Plus a verified brand identity registry for AI agent discovery.

Signal Tags
Apache-2.0
Infrastructure

Open schema for hardware-anchored product authentication and chain-of-custody verification.

npm install @signal-tags/sdk

Key packages

  • @signal-tags/sdk — full SDK
  • @signal-tags/schema — schema-only (JSON Schema + TypeScript types)
  • @signal-tags/verify — verification client
  • @signal-tags/generate — tag ID generation

EPCIS and FireFly adapter mappings. Open interfaces, proprietary implementations kept separate.

Commerce Chain
Apache-2.0
Protocol

Typed contracts and domain packages for supply chain and demand chain operations.

npm install @commerce-chain/scm-contracts

Key packages

  • @commerce-chain/scm-contracts — typed supply chain contracts
  • @commerce-chain/dcm-contracts — typed demand chain contracts

OSS boundary enforced via automated tests. Open interfaces, proprietary implementations in Better Data platform.

How OSS and hosted relate

Better Data follows the same model as Nginx, Kubernetes, and other infrastructure projects:

OSS tier
Free, self-hostable, Apache-2.0 or MIT → Run it yourself, integrate it yourself, extend it yourself
Hosted tier
Managed by Better Data, with SLA, analytics, and support → Loop Engine Cloud from $299/mo → Commerce Gateway Cloud from $199/mo
Platform tier
Better Data CCO Platform — full supply chain optimization → From $3,500/mo

The protocol, tool schema, and self-hostable packages are open source and remain open source. The hosted platform is a commercial service built on top.

Licenses at a glance

ProjectLicensePatent grantOSI approved
Loop EngineApache-2.0✅ Explicit
Commerce ChainApache-2.0✅ Explicit
Signal TagsApache-2.0✅ Explicit
Commerce GatewayMITN/A

Apache-2.0 includes an explicit patent grant. MIT does not but also does not restrict patent use. Both are OSI-approved and fully permissive.