Is Almost Ready To Go! Calm Yourself, You Look Like a Crazy Person.
Each widget runs independently with its own personality and knowledge base. Click the buttons in the corners.
Recommends books, summarizes plots, and matches readers to their next great read.
→ Bottom-RightAnswers questions about orders, returns, shipping, and accounts — instantly.
← Bottom-LeftConsultative assistant that helps prospects find the right plan and pricing.
→ Add your ownNo build tools. No dependencies. Just PHP and a folder of documents.
.env file in your project root: ANTHROPIC_API_KEY=sk-ant-...
instances/my-assistant/
.txt / .md files in instances/my-assistant/documents/. The assistant reads them automatically.
Stack as many widgets as you want on a single page.
<!-- Book Expert widget --> <script src="https://yoursite.com/widget.js" data-instance="book-expert" data-api-base="https://yoursite.com" data-position="bottom-right" ></script> <!-- Support widget (left side) --> <script src="https://yoursite.com/widget.js" data-instance="customer-support" data-api-base="https://yoursite.com" data-position="bottom-left" ></script>
One file per assistant instance.
{
"name": "My Assistant",
"avatar": "🤖",
"color": "#6366f1",
"text_color": "#ffffff",
"welcome_message": "Hello! How can I help?",
"placeholder": "Ask me anything...",
"system_prompt": "You are a helpful assistant..."
}