Requirements

Client Side Rendering

Intelligems currently recommends using client-side rendering rather than SSR for Next.js App Router integrations to keep the implementation simple and avoid hydration mismatches.

Required Environment Variables

Intelligems Organization Id

Visit app.intelligems.ioarrow-up-right. Your organization id is located under the settings page.

NEXT_PUBLIC_INTELLIGEMS_ORG_ID=<Intelligems-Organization-Id>
NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=<Storefront-API-Token>

Last updated