✓ Agent Online

The AI support agent is live. Click the green chat button in the bottom-right corner to open it.

↘︎ Look for the chat bubble in the bottom-right corner of this page.

Embed on Your Website

Add these two lines before the closing </body> tag on any page of your site:

<script>
window.NightBotConfig = {
  apiUrl: 'https://YOUR_SERVER_IP_OR_DOMAIN:5050/api/chat',
  title: 'Overnight Bot Support'
};
</script>
<script src="https://YOUR_SERVER_IP_OR_DOMAIN:5050/static/embed.js"></script>

Replace YOUR_SERVER_IP_OR_DOMAIN with the IP or domain where this server is running. If using a reverse proxy (nginx), you can drop the port number.