Skip to content

mitrandier/Aichatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Aichatbot

๐Ÿค– Failed AI Chatbot Integration via Webhook

A basic implementation of an AI-powered chatbot connected to a website using webhooks. The chatbot workflow is created with n8n and communicates with the ChatGPT API to provide interactive responses on a web page.


๐ŸŒ Live Website

https://mitrandier.github.io/Aichatbot/


โœจ Technologies

HTML CSS n8n Webhook n8n Workflow ChatGPT API


๐Ÿš€ Features

Basic AI chatbot integrated into a webpage Connected via n8n webhook to handle incoming messages Uses a workflow to process user inputs and send responses from ChatGPT API Minimal frontend design with HTML and some CSS for layout Demonstrates the concept of integrating an AI assistant into a website


๐Ÿ“ The Process

This project was created as an introductory exercise to connect a chatbot to a web page. The focus was on understanding:

  • How to use webhooks to connect frontend and backend workflows
  • Setting up n8n workflows to process user messages
  • Interfacing with the ChatGPT API to generate AI responses
  • Displaying the chatbot on a simple HTML/CSS page

This is a beginner-level prototype to explore AI integration in web projects without complex backend coding.


๐Ÿšฆ Running the Project

  1. Deploy the n8n workflow and obtain the webhook URL
  2. Add the webhook URL to the frontend JavaScript code
  3. Open the HTML page in a browser
  4. Start interacting with the chatbot โ€” responses are generated via ChatGPT API

About

Failed AI chatbot project connected to the n8n workflow via a webhook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages