Need custom AI engineering or a deep AI Readiness Audit?
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 a hosted page at hyppe.chat/{your-domain} — Free is hosted-page-only.

    2

    Paste the snippet

    Add the snippet just before </body> in your site template, replacing YOUR_API_KEY with the key from step 1. Works on every plan — Free tenants get a bubble that opens the hosted chat on click, Starter+ sites get the full embedded chat.

    3

    Save and test the bubble

    Reload the page — the bubble appears in the corner in your brand color. Free tenants: the click opens the hosted chat at hyppe.chat/{your-domain}. Starter+ tenants: the click opens the full embedded chat right on your site.

The snippet

Copy this into your site template (WordPress, Webflow, Shopify, Next.js, plain HTML — anything that lets you edit the head or footer). The widget loads from our CDN, attaches to the API key you claimed, and starts answering questions immediately.

Free tenants get a bubble on your site that opens the hosted chat at hyppe.chat/{your-domain} when visitors click. Starter+ sites get the full embedded chat in place. The snippet below works on every plan — no upgrade required to install.
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?

Free already includes the widget snippet — a bubble on your site that opens your hosted chat. Starter at €100/year upgrades it to a full embedded chat on your site. Pro at €65/month or €390/year adds 1 Knowledge Source, 5 Actions, and 10,000 conversations/month.

Self-install (every plan)

Works on every plan. Copy the snippet above, paste it before </body>, you're done. On Free, the bubble opens your hosted chat page; on Starter+ it opens the embedded chat right on your site.

Get the snippet
Go Starter — €100/year

Embed the widget on your own site. 200 conversations/month, full lead visibility, custom branding, self-serve installation, and 5 site reindexes per month. Cancel anytime — no long-term commitment.

€30
Save 50% with annual billing
or €200/year billed annually
Go Pro — €65/month or €390/year

10,000 conversations/month, 1 Knowledge Source (your product catalog, docs, or any data you connect), 5 Actions (Cal.com, Stripe, Shopify, HubSpot, etc.), Email + WhatsApp lead notifications, and 14-day money-back guarantee.

€65
Save 50% with annual billing
or €390/year billed annually

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 Pro plan (€65/month or €390/year) is self-serve for installation — Starter is also self-serve. Custom install support is available on Enterprise. We focus on shipping the product, not on hand-holding for a one-line script tag.