Every Alispess widget is served from a single bundle. You don't install anything or run a build step — just add a script tag and pick a widget with the data-widget attribute.
Paste this right before the closing </body> tag on any page where you want a widget to appear:
<script
src="https://upcdn.alispess.it.com/upload/js/app.js"
data-widget="chat"
defer>
</script>
Change data-widget to any of: chat, feedback, cookie, counter, newsletter, share. See the full list with previews on the widgets page.
| Attribute | Applies to | Default |
|---|---|---|
data-delay | newsletter | 5000 (ms) |
data-position | chat, feedback | bottom-right |
data-color | all | #4f46e5 |
No API key, no account, no server-side integration for the free tier. The script loads asynchronously and won't block your page render.
The loader checks in for widget-definition updates in the background, so bug fixes and new widget versions roll out automatically — you never need to bump a version number in the script tag.