Quick Start Guide
Create your first professional chat widget and deploy it to your website in just a few minutes.
Prerequisites
Getting Started
Create Your Account
Sign up for a free ChatWidgetPro account to access the widget builder and dashboard.
Create Your First Widget
You can start from a template or create a blank widget. Templates are the fastest way to get started.
From Template (Recommended)
- 1. Go to Templates page
- 2. Browse and preview templates
- 3. Click "Use This Template"
- 4. Customize in the editor
From Scratch
- 1. Go to Dashboard
- 2. Click "Create New Widget"
- 3. Enter a widget name
- 4. Start with blank canvas
Configure Your Widget
The visual editor has multiple tabs for customizing every aspect of your widget.
Bubble
- Custom icon upload
- Size & position
- Background color
- Auto-open behavior
Appearance
- Primary & secondary colors
- Font selection
- Bot & user avatars
- Header styling
Behavior
- Welcome message
- Starter prompts
- Typing indicator
- Auto-open delay
Integration
- Webhook URL
- Auth token
- Custom headers
- Test connection
Connect Your Backend
Set Up Your n8n Workflow
If you're using n8n, create a workflow that receives messages and returns responses.
n8n Setup Steps:
Expected Response Format
{
"response": "Hello! How can I help you today?"
}Test Your Widget
Use the live preview in the editor to test your widget before deploying.
Testing Checklist
- Click the bubble to open the chat window
- Send a test message
- Verify you receive a response
- Check styling matches your brand
No Response?
Deploy to Your Website
Save and Get Embed Code
Save your widget and copy the embed code to add to your website.
Click "Save" in the editor to save all changes
Click "Get Code" to view your embed snippet
Click copy button to copy to clipboard
Add to Your Website
Paste the embed code into your website's HTML, just before the closing body tag.
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<!-- Your website content -->
<!-- ChatWidgetPro Widget -->
<script
src="https://chatwidgetpro.com/embed/widget.js"
data-widget-id="your-widget-id"
defer>
</script>
</body>
</html>That's It!
What's Next?
Congratulations on deploying your first widget! Here are some powerful features to explore: