Back to No-Code Website Builders

Integrate AI chatbots with SimplyEdit

Client based CMS. Websites, PWA, decentralized web. Wysiwyg content edit. Consistent design, Separate code from design.


Overview

Tool Description: SimplyEdit is a no-code website builder designed for users to create editable websites without extensive programming skills.

Unique Features:

  • User-Friendly Interface: Allows clients to edit content directly on the website without affecting the design.
  • Basic HTML and CSS Support: Users can integrate custom HTML, enhancing flexibility in website design.
  • Empowers Designers: Focuses on design skills, enabling designers to publish websites without needing a developer.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML in SimplyEdit

  1. Include JavaScript Libraries: Add the following script tags to your HTML file to include the necessary libraries:

    <script src="/js/json-css.js"></script>
    <script src="/js/simply/blog.js"></script>
    
  2. Initialize the Blog Helper: After including the libraries, initialize the blog helper with the following script:

    <script>
    simply.blog('blog', {
        'template': 'blog.html'
    });
    </script>
    
  3. Define Your Template: Create a template for your content. For example:

    <div data-simply-list="articles" data-simply-data="blog">
        <template>
            <article>
                <a href="#" data-simply-field="data-simply-path" data-simply-content="fixed">
                    <h3 data-simply-field="title">title</h3>
                </a>
                <p data-simply-field="summary">summary</p>
            </article>
        </template>
    </div>
    
  4. Add Custom HTML Attributes: Use data-simply-field attributes to bind your HTML elements to the data source.

  5. Utilize the <template> Tag: Define editable components using the <template> tag, which allows for dynamic content updates without affecting the overall design.

  6. Test Your Integration: Preview your website to ensure that the custom HTML is correctly integrated and editable as intended.

Integration Guide

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

How to integrate OpenAssistantGPT with SimplyEdit

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

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