Back to No-Code Website Builders

Integrate AI chatbots with Webstudio

Build stunning websites without code or gatekeepers


Overview

Webstudio is a no-code website builder tailored for blockchain projects, enabling users to create stunning web frontends effortlessly.

Unique Features:

  • Drag-and-Drop Interface: Build websites quickly without coding.
  • Configurable Blocks: Over 250 blocks and 12 templates styled with TailwindCSS for easy customization.
  • Custom HTML Support: Integrate custom HTML, CSS, and JavaScript seamlessly.
  • User Empowerment: Designed for creators and startups to launch professional dApps without technical barriers.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML in Webstudio

  1. Add HTML Embed Component:

    • Navigate to Components > General in the Webstudio interface.
    • Drag and drop the HTML Embed component onto your canvas.
  2. Access Settings:

    • Click on the HTML Embed instance to select it.
    • Open the Settings panel.
  3. Insert Custom Code:

    • In the Code section, paste your custom HTML, CSS, or JavaScript code into the provided text area.
    • If your code includes scripts, toggle the "Run Script on Canvas" option to enable execution.
  4. Use Slots for Reusability:

    • To reuse your custom code across multiple pages, create a Slot component.
    • Place your HTML Embed instance inside the Slot. You can now copy and paste this Slot instance anywhere in your project.
  5. Avoid Global Variables:

    • Use <script type="module"> to prevent your variables from becoming global.
    • Alternatively, use an Immediately Invoked Function Expression (IIFE) to encapsulate your code.
  6. Best Practices:

    • Name your HTML Embed clearly (e.g., [purpose] script).
    • Do not include sensitive information in your code.
    • Document your code for easier maintenance.
    • For scripts, ensure to toggle "Client Only" if necessary.

Integration Guide

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

How to integrate OpenAssistantGPT with Webstudio

  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 Webstudio website

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