Docs/Getting started/Install on your platform

Install on your platform

Where the snippet goes on common site builders and frameworks.

Dzati is just one <script> tag, so it works anywhere you can add code to the <head>. Here's where that lives on popular platforms. In every case, paste your snippet from the Install screen just before </head>.

Shopify

Online Store → Themes → ⋯ → Edit code → open layout/theme.liquid → paste before </head> → Save.

WordPress

Use your theme's "header scripts" option, or a small plugin like *Insert Headers and Footers*, and paste the snippet into the header section.

Webflow

Project SettingsCustom CodeHead Code → paste → publish.

Framer

Project SettingsGeneralCustom CodeEnd of `<head>` tag → paste → publish.

Next.js

Add it to your root layout's <head> (App Router app/layout.tsx) or pages/_document.tsx (Pages Router) using Next's <Script> component with the standard strategy.

Astro / Hugo / static sites

Paste the snippet into your base layout's <head> partial so it renders on every page.

Note: Whatever the platform, the rule is the same — one snippet, on every page, before </head>. Then check Verify your setup.