Skip to content

Introduction

Humind is an AI shopping assistant you embed in your e-commerce site. Two surfaces, all served from a CDN, no backend for you to run.

What you embed

WhatTagServed from
Chat overlay (full-height assistant panel)<humind-widget>embed.thehumind.com/loader.js
Collection quiz<humind-quiz>widgets.thehumind.com/v1/humind-widgets.js
Gift finder ("ask anything" block)<humind-gift-finder>same bundle as above
Product Q&A<humind-product-questions>same bundle as above

All four are plain HTML custom elements. Drop them in the page, set a few attributes, that's it.

Catalog

For Humind to recommend anything, your products need to be in its catalogue:

  • Shopify merchants: install the Humind app; products sync via webhooks.
  • Everyone else: POST your products to the REST API — see Sync catalog → Custom.

What's next

  1. Install the chat — 2 lines of HTML.
  2. Install one or more widgets:
  3. Sync your catalog.

Production endpoints

ServiceURL
Chat loaderhttps://embed.thehumind.com/loader.js
Widgets bundlehttps://widgets.thehumind.com/v1/humind-widgets.js
APIhttps://api.thehumind.com
Dashboardhttps://app.thehumind.com
Statushttps://thehumind.com/status

Preprod mirrors under *.preprod.thehumind.com.

Released under the proprietary Humind license.