Back to No-Code Website Builders

Integrate AI chatbots with Mavo

No-code web application builder with HTML integration; supports drag & drop multimedia uploads and customizable interfaces.


Overview

Mavo is a no-code web application builder that extends HTML syntax to allow users to manage, store, and transform data without programming experience.

Unique Features:

  • Intuitive interface for editing data directly on the website.
  • Multimedia uploads via drag & drop.
  • Perform calculations within HTML.
  • Extensible with a robust plugin system, allowing for customization and flexibility.

Add Custom HTML Documentation

Documentation for Adding Custom HTML to Mavo

  1. Include Mavo Files: Add the following in your <head> section:

    <script src="https://get.mavo.io/mavo.min.js"></script>
    <link rel="stylesheet" href="https://get.mavo.io/mavo.css">
    
  2. Define Mavo App: Use the mv-app attribute on a container element:

    <main mv-app="yourAppName">
    
  3. Make Elements Editable: Add the property attribute to elements you want to be editable:

    <p property="description">Your text here</p>
    
  4. Set Data Storage: Use the mv-storage attribute to specify where to store data:

    <main mv-app="yourAppName" mv-storage="local">
    
  5. Customize with Plugins: Explore Mavo's plugin system for additional functionality.

For more detailed guidance, refer to the Mavo Documentation.

Integration Guide

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

How to integrate OpenAssistantGPT with Mavo

  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 Mavo website

    Log in to your Mavo 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 Mavo, 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