The chatbot on maxshipping.info is powered by an N8N workflow running in the max container. It handles package tracking and customer queries via a webhook endpoint.
- Visitor opens maxshipping.info — the N8N chat widget loads via CDN
- Widget connects to the webhook URL on max.lifeonroatan.net
- Caddy reverse proxy routes to the
max container on port 5678
- N8N workflow processes the message and returns a response
- Widget displays the chatbot reply
The chatbot is embedded in index.html on the Hostinger server (maxshipping.info):
- Chat library:
@n8n/chat loaded from jsDelivr CDN
- Mode: Window (popup)
- Bilingual: English and Spanish — reinitializes on language switch
- Styling: Custom CSS matching site colors (red toggle, sky blue chat theme)
- Nav links: “Track my Package” menu items open the chat window programmatically
| Item |
Details |
| Host |
Hostinger (same account as hypnoelp.com) |
| SSH |
ssh -p 65002 -i ~/.ssh/hostinger_hypnoelp u578339199@88.223.84.186 |
| Site root |
domains/maxshipping.info/public_html/ |
| Key files |
index.html, labels.html, tracking/ |