Part of Better Data's open operational infrastructure. Use standalone or with Commerce Chain Optimization.

See Commerce Chain Optimization →
Commerce Gateway

Getting Started

Self-Host Setup

Bring up a local Commerce Gateway instance and connect your first backend.

1 min read · Getting Started

Edit this page

Minimal self-host setup

bash
npx @commerce-gateway/server start --port 3100

Set required environment variables:

bash
COMMERCE_GATEWAY_PORT=3100
COMMERCE_GATEWAY_LOG_LEVEL=info

Use Self-Hosting Overview for full deployment options and production hardening.