Commerce Gateway

Self-Host Setup

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

1 min read · Getting Started

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.