Join 2,200+ companies using Produktly to create exceptional changelogs that celebrate releases and keep users excited about your progress on Wix.
Simple onboarding for Wix websites. Help your clients or users get the most out of your Wix-based solutions.
Keep your users informed about your new launches, product updates, and bug fixes in a beautiful feed.
Product Update Feed
Feature Adoption Boost
Excitement Driver
Getting started with Produktly changelogs 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.
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.
Webflow
Best changelogs software for your Webflow app.
Framer
Best changelogs software for your Framer app.
Squarespace
Best changelogs software for your Squarespace app.
Carrd
Best changelogs software for your Carrd app.
Weebly
Best changelogs software for your Weebly app.
Duda
Best changelogs software for your Duda app.
Jimdo
Best changelogs software for your Jimdo app.