Getting started

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.

1. Add the loader

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>

2. Pick a widget

Change data-widget to any of: chat, feedback, cookie, counter, newsletter, share. See the full list with previews on the widgets page.

3. Optional attributes

AttributeApplies toDefault
data-delaynewsletter5000 (ms)
data-positionchat, feedbackbottom-right
data-colorall#4f46e5

4. That's it

No API key, no account, no server-side integration for the free tier. The script loads asynchronously and won't block your page render.

Staying up to date

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.

Rate limits and a paid tier with custom branding are planned — see About for the roadmap.