Widget install guide

Install the chatbot on your website in under a minute.

One HTML snippet. No plugin, no build step, no developer required. The widget loads from our CDN, attaches to the API key you claimed, and starts answering questions immediately.

    1

    Claim your free chatbot

    Use your work email to claim the demo bot. You'll get an API key in your dashboard.

    2

    Paste the snippet

    Add the snippet just before </body> in your site template, replacing YOUR_API_KEY with the key from step 1.

    3

    Save and test the bubble

    Reload the page — the bubble appears in the corner. Click it to chat with your trained assistant.

The snippet

Copy this into your site template (WordPress, Webflow, Shopify, Next.js, plain HTML — anything that lets you edit the head or footer).

index.html
<!-- Hyppe.net AI Widget -->
<script
  src="https://hyppe.net/widget.js"
  data-api-key="YOUR_API_KEY"
  defer
></script>

Replace YOUR_API_KEY with the API key from your dashboard before publishing.

Want help installing?

Three ways to go live. Self-install is free and instant. Have us install it for €99 once and you keep the chatbot forever (the Lifetime tier). Or go Pro for everything we offer, billed monthly.

Self-install

Free, instant. Copy the snippet above, paste it before </body>, you're done. Best if you're comfortable editing your own site.

Use the snippet above
Have us install it — €99

Pay once, we install within 24 hours, you keep it forever. Includes WhatsApp notifications, custom branding, and all the Lifetime features.

Go Pro — €129/month

Done-for-you installation plus unlimited conversations, multi-site, priority support, and custom integrations.

Start Pro — €129/mo

Ready to go live?

Claim your free chatbot now

We generate the snippet for you the moment you claim — pre-filled with your API key, ready to paste.

Common questions

Do I need a WordPress plugin or a developer?+

No. The widget is a single HTML script tag — if you can paste a snippet into your theme's footer, you're set. WordPress users typically add it via a 'header/footer scripts' plugin or directly in the theme's footer.php.

Will it slow down my website?+

The script is small (~15KB gzipped) and loads with `defer`, so it never blocks render. The bubble is injected after page load and stays out of the critical path.

Can I customize the look and position?+

Yes — color, position (left/right), label, and locale are configurable from your dashboard. The widget automatically detects your site language and adapts.

Can you install it for me?+

Yes. Our Lifetime tier (€99 once) includes done-for-you installation — we drop the snippet on your site within 24 hours, verify it works, and you keep the chatbot forever with no recurring fee.