Back to No-Code Website Builders

Integrate AI chatbots with Vvveb

Drag-and-drop builder with unlimited design flexibility; supports custom HTML integration for tailored templates.


Overview

Vvveb is an open-source, no-code website builder designed for creating blogs, websites, and e-commerce stores effortlessly.

Unique Features:

  • Drag-and-Drop Builder: Easily customize pages without coding.
  • WYSIWYG Editor: See real-time changes as you edit.
  • HTML Templating: Use plain HTML for maximum design flexibility.
  • Multi-Site Management: Control multiple websites from one dashboard.
  • E-commerce Ready: Advanced features for online selling.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML into Vvveb

  1. Create Theme Folder: Create a folder for your theme in public/themes/my-theme-name.

  2. Set Up Folder Structure: Organize your theme files as follows:

    • index.html (default homepage)
    • content/index.html (blog page)
    • product/index.html (shop page)
    • Additional HTML files for other pages (e.g., error pages, user dashboard).
  3. Define Components: Use data-component-name for static components and data-v-component-name for dynamic components in your HTML files. For example:

    <div data-component-video></div>
    <div data-v-component-products></div>
    
  4. Add Theme Configuration: Optionally, create a theme.php file in your theme folder to define theme metadata and configurations.

  5. Use the Page Builder: Open the Vvveb page builder to edit your theme. You can add custom sections or blocks by creating corresponding JavaScript files in your theme's root folder.

  6. Preview and Test: Use the built-in preview feature to see how your custom HTML integrates within the Vvveb environment.

  7. Publish Your Theme: Once satisfied, publish your theme for use in your Vvveb projects.

Integration Guide

For more information on how to add custom HTML to your Vvveb website, please refer to the Custom HTML Documentation.

How to integrate OpenAssistantGPT with Vvveb

  1. Create your OpenAssistantGPT chatbot

    Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.

  2. Configure your chatbot settings

    Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.

  3. Get your embed code

    In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.

  4. Add the embed code to your Vvveb website

    Log in to your Vvveb account, open your website editor, and add an HTML or Custom Code element to your site. Paste the OpenAssistantGPT embed code into this element.

  5. Publish your website

    Save your changes and publish your website to make the chatbot live.

Advanced Configuration

For more advanced integrations with Vvveb, you can customize the following:

  • Chatbot position and appearance on your website
  • Trigger conditions (e.g., time on page, scroll depth)
  • Custom welcome messages based on the page content
  • Integration with your existing forms and contact systems

Builder Details

No-code Solution

✅ No coding required

Custom HTML Support

✅ Supports custom HTML