Dittofi’s platform is the perfect tool to build powerful apps, 6x faster than traditional coding.
Dittofi is a no-code platform designed for building custom applications rapidly without the need for traditional coding skills.
Unique Features:
Open the Page Builder: Navigate to the page builder and select the Custom tab.
Add a New Component: Click on New Component to open a panel for entering your custom HTML, CSS, and JavaScript.
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.
Write Your HTML, CSS, and JavaScript:
<div data-id="my-custom-id" class="red">
<h1>Test</h1>
</div>
.red {
color: red;
}
var item = document.querySelector('[data-id="my-custom-id"]');
item.addEventListener("click", (e) => alert("Alert"));
Set Component Properties: Define configurable properties for your component that will appear in the properties tab.
Add Dependencies: If needed, include references to external stylesheets (e.g., Bootstrap CDN).
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.
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 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.
Publish your website
Save your changes and publish your website to make the chatbot live.
For more advanced integrations with Dittofi, you can customize the following: