New Release: Markdown & Newline Support

Context-Aware AI Chat
for Your Website In Seconds

Jimmy Chat automatically ingests the title and text content of your current page to provide fully-aware context sales support, customer onboarding, and instant answers to your users.

Integrating the Chatbot

You can get started in seconds with a simple copy-paste tag, or inject additional context configuration lines to tailor the persona.

1

Zero-Config One-Liner

The fastest way to install. Simply copy this script tag and paste it just before the closing </body> tag on any web page. It automatically runs with a default support assistant persona and reads the current page context.

Script Integration
<script src="https://router.alloin.org/jimmy-widget.js"></script>
2

Custom Context Config

Add some lines of setup to customize the title, provide a custom persona prompt (defining the AI's identity and boundaries), or turn off page content scraping.

Configuration Script
<script>
  window.JimmyChatConfig = {
    title: 'Support Agent',
    context: 'You are a helpful real estate assistant...',
    ingestPage: true
  };
</script>
<script src="https://router.alloin.org/jimmy-widget.js"></script>

Configurator Playground

Customize the assistant properties below. The copyable code block will update in real-time, and you can test it directly on this page.

Customize Settings

Auto Page Context Ingest

💡 Persona Customization Guide

  • Be specific: Instruct the chatbot on how to behave, what tone to use, and how to address visitors.
  • Context mapping: Set parameters like: "Introduce yourself as Acme bot. Only answer questions relating to the page contents."

Your Custom Code Block

Copy this generated block into the footer of your website. If you change options in the form, the code snippet below updates automatically.

Dynamic Script Integration