A free client-side snippet generator for the Zephyr widget. Paste your API key, copy the HTML, done. There is no database. Your key never touches our servers.
See the chat bubble in the bottom-right corner? That's what you're getting. It's an AI assistant you can add to any website with one HTML tag.
No coding required to add the widget. If you do know web development, the underlying Zephyr Framework gives you 14 components: accordions, modals, tabs, and more, that the AI can read and control directly.
Click "Generate my snippet". No account, no email, no signup. The page runs entirely in your browser.
Anthropic, OpenAI, Groq, Together AI, or Mistral. Choose a model. Paste your API key. The snippet updates live as you type. Nothing is sent to our server.
Click copy, paste it into any HTML page. The widget calls your LLM provider directly from the browser. Or use the Zephyr Framework boilerplate for a starter page.
The whole integration:
<script src="https://cdn.jsdelivr.net/npm/zephyr-framework@1/zephyr-framework.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/zephyr-framework@1/zephyr-agent-widget.min.js"></script>
<z-agent
data-api-key="sk-ant-..."
data-provider="anthropic"
data-model="claude-haiku-4-5-20251001"
></z-agent>
Your key is in your HTML. Only use this on pages where you control who can view the source. For public production sites, host your own proxy with the key on the server. See zephyr-agent-demo for a one-click Deploy to Vercel template.
The <z-agent> widget ships with the open-source Zephyr Framework. 14 components designed for AI agents to control via natural language.
This site is just a static snippet generator on top of it.
<z-agent> and 13 other components built for AI agents to control. It's free and lives at github.com/daltlc/zephyr-framework. The snippet generator here is optional sugar.