Drag-and-drop builder with unlimited design flexibility; supports custom HTML integration for tailored templates.
Vvveb is an open-source, no-code website builder designed for creating blogs, websites, and e-commerce stores effortlessly.
Unique Features:
Create Theme Folder: Create a folder for your theme in public/themes/my-theme-name
.
Set Up Folder Structure: Organize your theme files as follows:
index.html
(default homepage)content/index.html
(blog page)product/index.html
(shop page)Define Components: Use data-component-name
for static components and data-v-component-name
for dynamic components in your HTML files. For example:
<div data-component-video></div>
<div data-v-component-products></div>
Add Theme Configuration: Optionally, create a theme.php
file in your theme folder to define theme metadata and configurations.
Use the Page Builder: Open the Vvveb page builder to edit your theme. You can add custom sections or blocks by creating corresponding JavaScript files in your theme's root folder.
Preview and Test: Use the built-in preview feature to see how your custom HTML integrates within the Vvveb environment.
Publish Your Theme: Once satisfied, publish your theme for use in your Vvveb projects.
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 Vvveb website
Log in to your Vvveb 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 Vvveb, you can customize the following: