https://github.com/chitchatjs/chitchatjs
Build Voice apps easily - Alexa Skills.
https://github.com/chitchatjs/chitchatjs
alexa chitchat dialog skill voice-interfaces
Last synced: 7 months ago
JSON representation
Build Voice apps easily - Alexa Skills.
- Host: GitHub
- URL: https://github.com/chitchatjs/chitchatjs
- Owner: chitchatjs
- License: apache-2.0
- Created: 2020-10-02T21:15:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T02:22:40.000Z (over 4 years ago)
- Last Synced: 2024-10-16T10:32:40.068Z (8 months ago)
- Topics: alexa, chitchat, dialog, skill, voice-interfaces
- Language: TypeScript
- Homepage: https://chitchat.js.org
- Size: 4.08 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `ChitchatJS`

🤖 JavaScript framework for building voice user interfaces. | 📄 Read the documentation
| Package | NPM | Build |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| [@chitchatjs/cli](https://www.npmjs.com/package/@chitchatjs/cli) | [](https://badge.fury.io/js/%40chitchatjs%2Fcli) | [](https://github.com/chitchatjs/chitchatjs/actions) |
| [@chitchatjs/alexa](https://www.npmjs.com/package/@chitchatjs/alexa) | [](https://badge.fury.io/js/%40chitchatjs%2Falexa) | [](https://github.com/chitchatjs/chitchatjs/actions) |
| [@chitchatjs/core](https://www.npmjs.com/package/@chitchatjs/core) | [](https://badge.fury.io/js/%40chitchatjs%2Fcore) | [](https://github.com/chitchatjs/chitchatjs/actions) |
| [@chitchatjs/plugin-ax-common](https://www.npmjs.com/package/@chitchatjs/plugin-ax-common) | [](https://badge.fury.io/js/%40chitchatjs%2Fplugin-ax-common) | [](https://github.com/chitchatjs/chitchatjs/actions) |
| [@chitchatjs/plugin-ax-session](https://www.npmjs.com/package/@chitchatjs/plugin-ax-session) | [](https://badge.fury.io/js/%40chitchatjs%2Fplugin-ax-session) | [](https://github.com/chitchatjs/chitchatjs/actions) |
| [@chitchatjs/plugin-ax-display](https://www.npmjs.com/package/@chitchatjs/plugin-ax-display) | [](https://badge.fury.io/js/%40chitchatjs%2Fplugin-ax-display) | [](https://github.com/chitchatjs/chitchatjs/actions) |
| [@chitchatjs/plugin-ax-card](https://www.npmjs.com/package/@chitchatjs/plugin-ax-card) | [](https://badge.fury.io/js/%40chitchatjs%2Fplugin-ax-card) | [](https://github.com/chitchatjs/chitchatjs/actions) |
**Get in touch**
[](https://gitter.im/chitchat-js/community)
## Packages
1. [chitchat.js core library](https://www.npmjs.com/package/@chitchatjs/core)
2. [chitchat.js alexa library](https://www.npmjs.com/package/@chitchatjs/alexa)
3. [chitchat.js cli](https://www.npmjs.com/package/@chitchatjs/cli)**Sample Skills**
1. [Hello bot](https://github.com/chitchatjs/hello-bot-template)
2. [Dog Matcher](https://github.com/chitchatjs/pet-match-template)
3. [High log game](https://github.com/chitchatjs/high-low-game)
4. [Coffee shop](https://github.com/chitchatjs/coffee-shop)
5. [Workout Buddy](https://github.com/chitchatjs/workout-buddy)**Plugins**
1. [@chitchatjs/plugin-ax-common](https://www.npmjs.com/package/@chitchatjs/plugin-ax-common)
2. [@chitchatjs/plugin-ax-session](https://www.npmjs.com/package/@chitchatjs/plugin-ax-session)
3. [@chitchatjs/plugin-ax-display](https://www.npmjs.com/package/@chitchatjs/plugin-ax-display)
4. [@chitchatjs/plugin-ax-card](https://www.npmjs.com/package/@chitchatjs/plugin-ax-display)Check the official documentation of available building blocks and much more here - https://chitchat.js.org/