Skip to content

Standalone chatbot component that help you create dynamic questions and answers for your website easy and fast without join any code steps

Notifications You must be signed in to change notification settings

HoSheiMa/standalone-easy-chatbot-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

standalone JS

  • JS file that give you great custom chatbot for your website
  • Code includes sounds
  • Multi choice steps
  • No need any dependencies
  • No html, css codes/files
  • All-In-One JS file that generate everything for you
  • Easy to understand, free to custom anything there

GIVE STAR IF THIS HELPFUL ⭐️

Demo

Screen Recording 2024-10-26 at 4 27 38 PM

How to Create your Steps

let options = {
    default: [
        { label: "Option 1", goto: "step-2" },
        { label: "Option 2", onclick: () => console.log("clicked me") },
        { label: "Option 3", onclick: () => console.log("clicked me") },
    ],
    "step-2": [
        { label: "Opt1 stp2", message: "Option 2 step 2 message" },
        { label: "Opt2 stp2", message: "Option 2 step 2 message" },
        { label: "Back", goto: "default" },
    ],
};

About

Standalone chatbot component that help you create dynamic questions and answers for your website easy and fast without join any code steps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published