Next.js adapter: post-purchase rollout
Use this guide after payment to move from ZIP download to a tested Next.js production integration.
- • Download `platform-cookie-core.zip` from the customer area.
- • Copy the plain adapter and shared assets into `public/`.
- • Register each live hostname in billing.
- • Load and boot the runtime from `app/layout.tsx` with a `license` object that includes `siteKey`, `verifyUrl`, and `billingUrl`.
- • Validate localized policy routes, consent state, and audit behavior.

Serve the assets from `public/`
The root layout should be able to load the shared CSS and runtime assets across all routes and locales.