Join 2,200+ companies using Produktly to create exceptional smart tips that provide context-aware help right where it is needed most on Wix.
Simple onboarding for Wix websites. Help your clients or users get the most out of your Wix-based solutions.
Proactively and non-intrusively guide users through your product with contextual highlights.
Non-Intrusive Guidance
Rich Media Support
Quick Integration
Getting started with Produktly smart tips 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.
Product Tours
Product Tours software for Wix.
Announcements
Announcements software for Wix.
Checklists
Checklists software for Wix.
Feedback Widgets
Feedback Widgets 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 smart tips software for your Webflow app.
Framer
Best smart tips software for your Framer app.
Squarespace
Best smart tips software for your Squarespace app.
Carrd
Best smart tips software for your Carrd app.
Weebly
Best smart tips software for your Weebly app.
Duda
Best smart tips software for your Duda app.
Jimdo
Best smart tips software for your Jimdo app.