Developers · Roadmap

CLI / project setup

Scaffold a site with @macrocontent/create-macro — interactive wizard or non-interactive agent mode.

Status
Published on npm as @macrocontent/create-macro. Prefer pnpm dlx so you always get the latest CLI.

Human init

terminal
pnpm dlx @macrocontent/create-macro init

Creates a short-lived setup session, opens the Dashboard wizard (/setup?session=…), then writes macro.config.js and installs SDK/overlay.

Agent / CI init

terminal
pnpm dlx @macrocontent/create-macro init --yes --stack=vite --overlay --json

Useful flags: --offline, --force, --skip-install, --prerender, --session=<id>.

From the Dashboard

Website overview → Setup SDK widget → copy a linked CLI command (session already completed with that site’s public key).