Quick Start — Go Live in 10 Minutes
This guide walks you through going from zero to a live AI chat widget on your website in about ten minutes.
Before you start
- An email address for your ChatLM account
- An API key from OpenRouter, OpenAI, Google Gemini, or DeepSeek
- Ability to edit your website HTML (or WordPress footer)
Step 1 — Create your account
- Go to Sign up free (no credit card).
- Enter your name, business name, email, and password (min. 8 characters).
- After registration you land on the Dashboard.
Step 2 — Configure appearance & AI
- Open Appearance: set bot name, welcome message, and brand color.
- Open AI Configuration: choose provider, paste your API key, pick a model (e.g.
openai/gpt-4o-minion OpenRouter). - Write a short system prompt describing your business and tone.
Step 3 — Set allowed origins
Under Domain security, add your live URL with https://, for example https://yourdomain.com. Add both www and non-www if needed. For local testing only, you may temporarily use *.
Step 4 — Copy embed code
In the sidebar, copy the script tag and paste it just before </body> on every page where you want the chat bubble.
<script src="https://chatlm.tech/widget/widget.js"
data-api-key="YOUR_WIDGET_KEY"
data-base-url="https://chatlm.tech"
defer></script>
Step 5 — Test
- Open your site in a private/incognito window (not logged in as WordPress admin).
- Click the chat bubble bottom-right and send a test message.
- Optional: enable Telegram notifications for new visitor messages.
Next: Embed widget guide · AI providers · Compare plans
Ready to set up your widget?