Join 2,200+ companies using Produktly to create exceptional checklists that guide users to their "Aha!" moment with structured steps on Squarespace.
Add a layer of guidance to your Squarespace site. Perfect for membership sites or digital products on Squarespace.
Provide structured onboarding with interactive checklists. Help users reach their "Aha!" moment faster.
Onboarding Progress
Gamified Experience
User Segmentation
Getting started with Produktly checklists on your Squarespace project is quick and easy.
Copy your Produktly integration script.
In Squarespace, go to Settings > Advanced > Code Injection.
Paste the script into the Header section.
Navigate to your site and use our visual editor to build tours.
Squarespace is a multi-page site builder with full reloads between pages by default. Each page has its own URL, so tours that move between pages just need the snippet loaded sitewide, which Code Injection handles. AJAX-loaded behavior (image grids, lightboxes) re-renders parts of the page without a full reload, which matters if you’re targeting those areas.
Class names in Squarespace are template-defined and stable within a template version, but a template change can rewrite them entirely. For tour targets that need to survive template updates, prefer block IDs (visible in the URL of any block when editing).
Paste the snippet into Settings > Advanced > Code Injection > Header so it loads on every page.
<!-- Squarespace > Settings > Advanced > Code Injection > Header -->
<script>
(function (w, d, f) {
var a = d.getElementsByTagName("head")[0];
var s = d.createElement("script");
s.async = 1; s.src = f;
s.setAttribute("id", "produktlyScript");
s.dataset.clientToken = "YOUR_TOKEN";
a.appendChild(s);
})(window, document, "https://public.produktly.com/js/main.js");
</script>Code Injection requires a Business plan or higher. Personal plans don’t expose this setting.
Personal plans cannot add Code Injection
You need at least the Business plan to inject custom <script> tags. Upgrade or use a Squarespace embed block on a specific page if you can’t.
Member-only pages may strip scripts
Squarespace Member Areas occasionally strip custom code from gated pages. Test inside a member account to confirm the snippet is loading.
AJAX page loading skips full reloads
If you enabled AJAX page loading in your template, navigations don’t reload the page. Turn on Produktly’s SPA redirect mode in that case.
Squarespace teams pick Produktly because the snippet ships sitewide via Code Injection in under a minute. The visual editor works against the rendered DOM, so tours target what visitors actually see, not Squarespace’s internal template structure.
Product Tours
Product Tours software for Squarespace.
Announcements
Announcements software for Squarespace.
Feedback Widgets
Feedback Widgets software for Squarespace.
Smart Tips
Smart Tips software for Squarespace.
Tool Tips
Tool Tips software for Squarespace.
Roadmaps
Roadmaps software for Squarespace.
NPS Widgets
NPS Widgets software for Squarespace.
Micro Surveys
Micro Surveys software for Squarespace.
Changelogs
Changelogs software for Squarespace.
Webflow
Best checklists software for your Webflow app.
Framer
Best checklists software for your Framer app.
Wix
Best checklists software for your Wix app.
Carrd
Best checklists software for your Carrd app.
Weebly
Best checklists software for your Weebly app.
Duda
Best checklists software for your Duda app.
Jimdo
Best checklists software for your Jimdo app.