SkillAgentSearch skills...

Chatty

lightweight jQuery conversational form

Install / Use

/learn @WiFuchs/Chatty
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Chatty

Chatty is a jQuery add-on that creates a chatbot-like experience from a json question format. Live Demo

Setup

Add the style and javascript files to your html markup. All source files from releases are freely available on jsdelivr

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WiFuchs/chatty@v1.1/chat-style.css">
<script src="https://cdn.jsdelivr.net/gh/WiFuchs/chatty@v1.1/chatModule.js" type="text/javascript"></script>

Usage

var tags = [
    {
        type: "input",
        tag: "text",
        "chat-msg": "Hello, World! What is your name?",
        name: "name",
        placeholder: "Snazzy McChatbot"
    },
    {
        type: "msg",
        "chat-msg": "Nice to meet you, {{name}}! Welcome to Chatty"
    }
];

$(document).ready(function () {
    Chat.start($('#chat-context'), tags);
});

Dependencies

Chatty relies on the following:

Documentation

Full documentation lives in the repo wiki. Check it out!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1mo ago
Forks8

Languages

JavaScript

Security Score

75/100

Audited on Feb 10, 2026

No findings