Join 2,200+ companies using Produktly to create exceptional product tours that simplify learning curves and increase feature adoption on Wix.
Simple onboarding for Wix websites. Help your clients or users get the most out of your Wix-based solutions.
Create engaging product tours that drive adoption and retention. Guide your users through even the trickiest parts of your product.
Interactive Tours
No-Code Editor
Detailed Analytics
Getting started with Produktly product tours on your Wix project is quick and easy.
Sign up for Produktly and get your script.
In Wix, go to Settings > Custom Code.
Add the script to the Head section of all pages.
Use the Produktly editor to build and publish your tours.
Wix sites render through Wix’s own rendering engine, which wraps every element in Wix-generated containers and classes. Anything that targets internal CSS classes is fragile; Wix periodically rebuilds its DOM structure as the editor evolves. Custom IDs through the element’s Properties panel are the only stable targeting hook.
Wix has both classic sites (multi-page with reloads) and Wix Studio sites (which can do in-app navigation). Tour configuration depends on the variant.
Paste the snippet into Settings > Custom Code, set it to load on "All pages" and "Place Code in: Head".
<!-- Wix > Settings > Custom Code > Add Custom Code -->
<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>Custom Code requires a Premium plan on classic Wix. The Free plan does not allow custom <script> tags.
Free Wix plans block custom code
You need a Premium plan to add the Produktly snippet. The Free plan removes <script> tags during publish.
Wix wraps elements in framework classes
Selectors like ".button" usually won’t work. Set a custom ID via each element’s Properties panel and target that ID instead.
Wix Studio routes can be in-app
If you’re using Wix Studio with client-side routing, enable Produktly’s SPA redirect handling so tours follow navigations.
Wix teams pick Produktly because the snippet is a one-time copy-paste, no Wix App Market app to install and manage permissions for. The no-code editor matches Wix’s no-code ethos, and there’s no risk of the tool breaking when Wix ships an internal redesign.
Announcements
Announcements software for Wix.
Checklists
Checklists software for Wix.
Feedback Widgets
Feedback Widgets software for Wix.
Smart Tips
Smart Tips software for Wix.
Tool Tips
Tool Tips software for Wix.
Roadmaps
Roadmaps software for Wix.
NPS Widgets
NPS Widgets software for Wix.
Micro Surveys
Micro Surveys software for Wix.
Changelogs
Changelogs software for Wix.
Webflow
Best product tours software for your Webflow app.
Framer
Best product tours software for your Framer app.
Squarespace
Best product tours software for your Squarespace app.
Carrd
Best product tours software for your Carrd app.
Weebly
Best product tours software for your Weebly app.
Duda
Best product tours software for your Duda app.
Jimdo
Best product tours software for your Jimdo app.