Engine in 5 minutes

Drop the Aeonzap commerce backend into your existing site.

Engine is the headless commerce backend. Keep your existing frontend (Next.js, WordPress, Laravel, plain HTML) and call Engine via REST or SDK.

bash
npm i @aeonzap/engine
ts
import { Aeonzap } from '@aeonzap/engine';
const az = new Aeonzap({ apiKey: process.env.AEONZAP_KEY });
const products = await az.products.list();

Next

  • Read the Engine SDK reference
  • Wire up webhooks for order events
  • Plan your deployment shape — Hybrid or Self-Hosted