A simple flat file CMS. Sets up in 45 seconds. No complex databases needed. #wordpress alternative
Pulse CMS is a user-friendly flat file content management system designed for both designers and non-technical users.
Unique Features:
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
.
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.
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.
Use Pulse Tags:
To embed dynamic content, use Pulse Tags like {{block:footer}}
or {{gal:gallery1}}
in your HTML.
Upload Your Template:
Save your changes and upload the entire my-template
folder to the template
directory on your server.
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.
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.
Create your OpenAssistantGPT chatbot
Sign in to your OpenAssistantGPT dashboard and create a new chatbot or select an existing one.
Configure your chatbot settings
Customize your chatbot's appearance, behavior, and knowledge base to match your website's needs.
Get your embed code
In your OpenAssistantGPT dashboard, go to the "Deployment" section and copy your unique embed code.
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.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with Pulse CMS, you can customize the following:
Website
Visit Pulse CMSNo-code Solution
✅ No coding required
Custom HTML Support
✅ Supports custom HTML