Back to No-Code Website Builders

Integrate AI chatbots with Pulse CMS

A simple flat file CMS. Sets up in 45 seconds. No complex databases needed. #wordpress alternative


Overview

Pulse CMS is a user-friendly flat file content management system designed for both designers and non-technical users.

Unique Features:

  • No-Code Editing: Users can easily add content using a WYSIWYG editor without needing coding skills.
  • HTML & Markdown Support: Allows for custom HTML integration and Markdown editing.
  • Quick Setup: Installs in just 45 seconds, making it efficient for rapid deployment.
  • Flexible Hosting: Can be hosted on any server, providing freedom in project management.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML into Pulse CMS

  1. Create Your Template:
    Navigate to the template folder in your Pulse CMS installation. Create a new folder for your custom template, e.g., my-template. Inside this folder, create a file named layout.php.

  2. Edit layout.php:
    Open layout.php in a text editor. This file will serve as the main structure of your template. Use the following basic HTML structure:

    <!DOCTYPE html>
    <html lang="{{lang}}">
    <head>
        <title>{{title}}</title>
        <link rel="stylesheet" href="{{template_folder}}/css/my-custom.css">
        {{theme_css}}
    </head>
    <body>
        {{navigation}}
        {{main_content}}
    </body>
    </html>
    

    Replace {{main_content}} with your custom HTML where needed.

  3. Add Custom CSS/JS:
    Include any custom CSS or JavaScript files in the <head> section of your layout.php using the {{template_folder}} variable to reference paths.

  4. Use Pulse Tags:
    To embed dynamic content, use Pulse Tags like {{block:footer}} or {{gal:gallery1}} in your HTML.

  5. Upload Your Template:
    Save your changes and upload the entire my-template folder to the template directory on your server.

  6. Select Your Template:
    In the Pulse CMS admin panel, navigate to the page settings where you want to apply your custom template and select it from the template options.

  7. Test Your Template:
    Visit the page on your website to ensure that your custom HTML is rendering correctly and that all links and scripts are functioning as intended.

Integration Guide

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

How to integrate OpenAssistantGPT with Pulse CMS

  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 Pulse CMS website

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