Skip to content
/ Botify Public template

Botify is a simple chatbot template designed with JavaScript (ES6), HTML5, and CSS3.

Notifications You must be signed in to change notification settings

EseCurtis/Botify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Botify

Botify is a simple chatbot template designed with JavaScript (ES6), HTML5, and CSS3. With Botify, you can easily create a chatbot for your website or application that can answer user queries, automate customer service, and provide 24/7 support. Botify provides a user-friendly interface that allows you to customize its responses and integrate it into your website or application with minimal effort.

Usage

To add more words and replies to Botify's memory, open the ./assets/config.js file and use the following syntax:

configBotify([
  {
    "message": "Your message",
    "reply": "Any reply"
  },
  // Add more objects here
])

You can add as many objects as you want to Botify's memory to increase its knowledge and improve its responses.

Demo

You can check out a live demo of Botify at https://esecurtis.github.io/Botify/.

About

Botify is a simple chatbot template designed with JavaScript (ES6), HTML5, and CSS3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published