You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One folder per catalog integration that is shipped, adapter, or recipe. Each demo turns the Integrations toggle ON (same as the dashboard button) and exercises the honest demo path (mock/console/docs recipe) without inventing vendor APIs.
Kind
Count
What “demo” means
shipped
24
In-product path. Demo enables it and uses mock/console until you add live keys.
adapter
58
Console provider/adapter key. Demo wires the key and logs handoffs — not live partner/authority traffic.
recipe
26
Docs + existing REST/webhooks/CSV/SQL. Demo enables the catalog row and points at the recipe.
Total
108
./integrations/demos/run.sh list
Prerequisites
docker compose up
# API at http://localhost:3000 — demo property is seeded automatically
One command
./integrations/demos/run.sh list # all 108
./integrations/demos/run.sh list shipped # 24 product paths
./integrations/demos/run.sh list adapters # 58 console packs
./integrations/demos/run.sh list recipes # 26 recipe rows
./integrations/demos/run.sh stripe # one slug
./integrations/demos/run.sh yieldplanet
./integrations/demos/run.sh mailchimp
./integrations/demos/run.sh all # every demo
./integrations/demos/run.sh all shipped
./integrations/demos/run.sh enable-all # catalog toggles only
pnpm integrations:demo -- list shipped
pnpm integrations:demo -- beds24