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
| What | Tag | Served 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
- Install the chat — 2 lines of HTML.
- Install one or more widgets:
- Sync your catalog.
Production endpoints
| Service | URL |
|---|---|
| Chat loader | https://embed.thehumind.com/loader.js |
| Widgets bundle | https://widgets.thehumind.com/v1/humind-widgets.js |
| API | https://api.thehumind.com |
| Dashboard | https://app.thehumind.com |
| Status | https://thehumind.com/status |
Preprod mirrors under *.preprod.thehumind.com.

