Back to No-Code Website Builders

Integrate AI chatbots with Dittofi

Dittofi’s platform is the perfect tool to build powerful apps, 6x faster than traditional coding.


Overview

Dittofi is a no-code platform designed for building custom applications rapidly without the need for traditional coding skills.

Unique Features:

  • Visual Builder: Create apps on a visual canvas, enabling high-speed development.
  • Code Generation: Generates secure and scalable code in React and Google GO.
  • Custom Integration: Supports integration of custom HTML, CSS, and JavaScript components, enhancing flexibility for developers.

Add Custom HTML Documentation

Step-by-Step Guide to Add Custom HTML in Dittofi

  1. Open the Page Builder: Navigate to the page builder and select the Custom tab.

  2. Add a New Component: Click on New Component to open a panel for entering your custom HTML, CSS, and JavaScript.

  3. Name Your Component: Assign a name to your component (e.g., "Alert Button") and categorize it (e.g., "Basic"). No library selection is needed at this stage.

  4. Write Your HTML, CSS, and JavaScript:

    • HTML: Input your custom HTML structure. For example:
      <div data-id="my-custom-id" class="red">
          <h1>Test</h1>
      </div>
      
    • CSS: Add your custom CSS styles. For example:
      .red {
          color: red;
      }
      
    • JavaScript: Implement functionality with JavaScript. For example:
      var item = document.querySelector('[data-id="my-custom-id"]');
      item.addEventListener("click", (e) => alert("Alert"));
      
  5. Set Component Properties: Define configurable properties for your component that will appear in the properties tab.

  6. Add Dependencies: If needed, include references to external stylesheets (e.g., Bootstrap CDN).

  7. Save and Test: Save your component and drag it onto the page to test its functionality. You should see the styled text and the alert popup when clicked.

Integration Guide

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

How to integrate OpenAssistantGPT with Dittofi

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

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