Clone Your Reality.
Automate the Echo.
The ultra-low latency communication pipeline for next-generation AI agents. Real-time voice cloning and sub-second chat reasoning in one embeddable widget.
LLM Chat Pipeline
Zero-shot prompt injection with RAG-capable memory streams. Optimized for sub-500ms token generation.
Instant Voice Cloning
High-fidelity zero-shot voice replication with natural emotion capture, powered by ElevenLabs.
Integration Playground
Select an agent and test the widget live.
Pro Tip: Click the 💬 bubble at the bottom-right to open the live chat. Switch to 🎙 Voice Mode to test real-time voice cloning.
✅ Live widget loaded at bottom-left. This is the exact widget your visitors will see.
Select an agent to generate the exact widget code.
This code is generated from your current Reflyit Agent domain and the selected agent you are allowed to access. Users do not need to type the agent ID manually.
Install Guide
Add this chatbot to any website
Select an agent above, copy the generated snippet, paste it before the closing body tag on your website, and publish. Remove any older chatbot snippet first so the page does not keep calling the retired domain.
Choose Agent & Copy Code1. Prepare the agent
In the Reflyit Agent dashboard, create the agent that should answer website visitors. Add its instructions, voice, greeting, and knowledge base access.
This page automatically puts the selected agent ID into the snippet. Users should not manually invent the ID.
2. Paste this code into the website
Use the Auto-Filled Integration Code above. It already contains the correct agent ID, the production API URL, and a fresh widget script URL. Paste it before the closing </body> tag on every page where the chatbot should appear.
3. Where the values come from
| Value | Filled from | Shown in code as |
|---|---|---|
| apiUrl | The current Reflyit Agent domain | Loading... |
| agentId | The selected accessible agent | Select an agent |
4. Test after publishing
- Open the website in an incognito browser.
- Confirm the chat bubble appears at bottom-right.
- Send a test message and verify the agent replies.
- Open DevTools Console if the widget does not load.
Use HTTPS for voice mode. Make sure the script URL opens in the browser. Verify the agent is active, the exact agent ID is used, and the code does not contain the old hlabs.railway.app domain.
Optional customization
Widget colors are automatically loaded from the selected agent settings. Developers can optionally add display-only labels if they want to override the header text.
new HLabsChatbot({
agentId: 'auto-filled-selected-agent-id',
apiUrl: 'auto-filled-current-hlabs-domain',
headerTitle: 'AI Assistant',
headerSubtitle: 'How can I help?'
});