Widget catalog

Every widget ships as a single JS file. Copy the tag, paste it before </body>, done.

💬

Chat Bubble

Floating button, bottom-right corner, opens a small contact form. ~4KB gzipped, no dependencies.

<script src="https://upcdn.alispess.it.com/upload/js/app.js"
        data-widget="chat" defer></script>
✍️

Feedback Button

A slim tab on the side of the viewport. Optional screenshot capture field.

<script src="https://upcdn.alispess.it.com/upload/js/app.js"
        data-widget="feedback" defer></script>
📈

Visitor Counter

"X people viewed this today" strip. Purely client-side, resets daily.

<script src="https://upcdn.alispess.it.com/upload/js/app.js"
        data-widget="counter" defer></script>
✉️

Newsletter Popup

Scroll- or timer-triggered. Configurable delay via data-delay.

<script src="https://upcdn.alispess.it.com/upload/js/app.js"
        data-widget="newsletter" data-delay="8000" defer></script>
🔗

Social Share Bar

Sticky share links for blog posts. No tracking pixels loaded from the networks.

<script src="https://upcdn.alispess.it.com/upload/js/app.js"
        data-widget="share" defer></script>