Back to No-Code Website Builders

Integrate AI chatbots with Neocities

Stichting Nederlandse AIML is a company based out of Lebanon, TN, United States


Overview

Neocities is a no-code website builder designed to make web creation accessible and fun.

Unique Features:

  • In-browser HTML Editor: Users can build websites directly in their browser without needing external tools.
  • Drag-and-Drop Uploading: Easily upload files to create and customize sites.
  • Community Interaction: Engage with other web builders through comments and site sharing.
  • Zero Advertising: No ads or data selling, funded by supporter accounts and donations.
  • Fast Loading: Utilizes a global CDN for quick site access and strong SSL support.
  • Open Source: The platform's code is publicly available for inspection.

Add Custom HTML Documentation

Step-by-Step Guide to Integrate Custom HTML into Neocities

  1. Create a New Folder: On your computer, create a new folder and name it (e.g., 'mywebsite').

  2. Open a Text Editor: Use a simple text editor like Notepad or a more advanced one like Brackets.

  3. Create Your Main HTML File: Open a new file in your text editor and save it as index.html. This will be your main webpage.

  4. Write Your HTML Code: Start typing your HTML code. For example:

    <!DOCTYPE html>
    <html>
    <head>
        <title>My Website</title>
    </head>
    <body>
        <h1>Welcome to My Website</h1>
        <p>This is my first webpage!</p>
    </body>
    </html>
    
  5. Save Your Changes: After writing your code, save the file.

  6. Upload to Neocities: Go to your Neocities dashboard, click on 'Upload', and select your index.html file to upload it.

  7. View Your Website: Once uploaded, you can view your website by navigating to your Neocities URL (e.g., https://yourusername.neocities.org).

  8. Edit and Update: To make changes, edit your index.html file in your text editor, save it, and re-upload it to Neocities to see the updates.

Integration Guide

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

How to integrate OpenAssistantGPT with Neocities

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

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