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/enginets
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