Requirements

Client Side Rendering

Intelligems currently recommends using client-side rendering rather than SSR rendering for Next.js due to a vastly simpler integration process.

Required Environment Variables

Intelligems Organization Id

Visit app.intelligems.io. Your organization id is located under the settings page.

NEXT_PUBLIC_INTELLIGEMS_ORG_ID=<Intelligems-Organization-Id>
NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=<your-store-name>.myshopify.com
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=<Storefront-API-Token>

Last updated