Wix Integration
AI support widget for your Wix website
Wix makes it easy to build beautiful websites. LaunchChat makes it easy to add AI-powered support. Embed via Wix's Custom Code feature — no Velo development, no app market dependency.
IntegrationPage.whyAddChatbot
Wix is a popular website builder with drag-and-drop design tools. Its Custom Code feature (in Settings → Custom Code) allows adding JavaScript site-wide without touching the visual editor. LaunchChat integrates perfectly through this feature.
IntegrationPage.features
Custom Code integration
Add LaunchChat via Wix Settings → Custom Code. No Velo (Corvid) development, no app market dependency. The widget works alongside Wix's built-in features.
Works with all Wix templates
LaunchChat is compatible with all Wix templates and custom designs. The widget's appearance can be customized to match your site's color scheme and branding.
No Wix app dependency
Unlike Wix App Market chat widgets, LaunchChat doesn't require app installation. No monthly app fees, no version conflicts, and no dependency on Wix's app review process.
Works with Wix Content Manager
Point LaunchChat at your Wix site URL to index your Content Manager data. The chatbot can answer questions from your site's pages, blog posts, and content collections.
IntegrationPage.whyChooseLaunchChat
- Embed via Custom Code — no Velo development needed
- Works with all Wix templates and custom designs
- No Wix App Market dependency or monthly app fees
- Can index your Wix site content automatically
IntegrationPage.howToAdd
Get your widget ID
Create a free LaunchChat account, connect your data sources, and copy your widget ID from the dashboard.
Add to Wix Custom Code
In your Wix dashboard, go to Settings → Custom Code → Head or Body section. Paste the 2-line embed code and save.
Verify on your site
Visit your Wix website to see the widget. Customize colors, greeting, and position from the LaunchChat dashboard.
Index your Wix content
Add your Wix site URL as a data source to let LaunchChat crawl and index your pages for AI-powered answers.
IntegrationPage.embedCode
<!-- Wix Dashboard → Settings → Custom Code → Body -->
<script>
window.NotionSupportConfig = {
widgetId: 'YOUR_WIDGET_ID',
primaryColor: '#0D9488',
position: 'bottom-right'
};
</script>
<script src="https://launchchat.dev/widget.js" async></script>Add to the Body section in Wix's Custom Code settings. The widget appears on all pages of your Wix site.
<!-- Match your Wix site design -->
<script>
window.NotionSupportConfig = {
widgetId: 'YOUR_WIDGET_ID',
primaryColor: '#3366FF', // Match Wix theme color
greeting: 'How can we help you today?',
position: 'bottom-left'
};
</script>
<script src="https://launchchat.dev/widget.js" async></script>Customize to match your Wix site's theme color. Set a friendly greeting and choose left or right positioning.
IntegrationPage.faq
How do I add LaunchChat to my Wix site?
Go to your Wix dashboard → Settings → Custom Code → Body section. Paste the 2-line embed code and save. The widget appears on all pages of your Wix site.
Do I need Velo (Corvid) for this?
No. LaunchChat works entirely through Wix's Custom Code feature. No Velo development, no custom code files, no backend logic required.
Will it work with my Wix template?
Yes. LaunchChat works with all Wix templates and custom designs. The widget loads independently and doesn't interfere with your site's layout or functionality.
Can it answer questions from my Wix content?
Yes. Add your Wix site URL as a data source and LaunchChat will crawl your pages. The chatbot answers from your actual content with citations.
Does it replace Wix's built-in chat?
LaunchChat is an AI-powered documentation chatbot, not a live chat tool. It answers questions from your indexed content. You can use it alongside or instead of Wix's built-in chat features.
Is it better than Wix App Market chat widgets?
LaunchChat doesn't require app installation, has no monthly app fees beyond LaunchChat's pricing, and uses RAG for grounded answers from your docs. If you need AI-powered documentation support specifically, LaunchChat is the better choice.