AI chat widget for Webflow
Add an AI chatbot to your Webflow site using Biel.ai's web components. The integration works with any Webflow template and can be added through the custom code editor in your site settings.
This guide shows you how to add the chat widget to your Webflow site in minutes using the embedded code feature.
Prerequisites
Before starting, ensure you have:
- A Biel.ai account. If you don't have one, sign up for free.
- A project created in your Biel.ai dashboard. Follow the Quickstart guide to create one.
- A Webflow site with a paid site plan (required for custom code features).
Installation
The Biel.AI chat widget enables a conversational chat powered by AI in your site.

To embed the Biel.AI chat widget into your Webflow site:
-
Log in to your Webflow dashboard and open the site you want to edit.
-
Navigate to your site settings:
- Click the Settings icon (gear icon) in the left sidebar.
- Select Custom Code from the menu.
-
Add the Biel.ai styles and scripts in the Head Code section:
-
In the Head Code field, paste the following:
<!-- Initialize the Biel.AI chat widget -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/biel-search/dist/biel-search/biel-search.css">
<script type="module" src="https://cdn.jsdelivr.net/npm/biel-search/dist/biel-search/biel-search.esm.js"></script>
-
-
Add the chatbot widget in the Footer Code section:
-
Scroll down to the Footer Code field.
-
Paste the following snippet:
<biel-button project="<YOUR_PROJECT_ID>"
header-title="Biel.ai chatbot"
button-position="bottom-right"
modal-position="bottom-right"
button-style="dark">
Ask AI
</biel-button>Replace
<YOUR_PROJECT_ID>with your project's ID from the Biel.ai dashboard.
-
-
Click Save Changes at the top right.
-
Publish your site:
- Click the Publish button in the top right corner of the Webflow Designer.
- Select the domain(s) you want to publish to.
- Click Publish to selected domains.
-
Visit your published Webflow site in a web browser to verify the chatbot appears and works correctly.
Next steps
For more about customization and additional features exploration, check out the customization section.
Need assistance? We're here to help! Reach out to us at Biel.ai Support.