Client based CMS. Websites, PWA, decentralized web. Wysiwyg content edit. Consistent design, Separate code from design.
Tool Description: SimplyEdit is a no-code website builder designed for users to create editable websites without extensive programming skills.
Unique Features:
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>
Initialize the Blog Helper: After including the libraries, initialize the blog helper with the following script:
<script>
simply.blog('blog', {
'template': 'blog.html'
});
</script>
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>
Add Custom HTML Attributes: Use data-simply-field
attributes to bind your HTML elements to the data source.
Utilize the <template>
Tag: Define editable components using the <template>
tag, which allows for dynamic content updates without affecting the overall design.
Test Your Integration: Preview your website to ensure that the custom HTML is correctly integrated and editable 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 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.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with SimplyEdit, you can customize the following:
Website
Visit SimplyEditNo-code Solution
✅ No coding required
Custom HTML Support
✅ Supports custom HTML