Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsteele/chatbot
A simple API.AI chat system. DEMO: https://chatbot.now.sh
https://github.com/mrsteele/chatbot
ai api api-ai chatbot chatbotai next nextjs node nodejs react
Last synced: 7 days ago
JSON representation
A simple API.AI chat system. DEMO: https://chatbot.now.sh
- Host: GitHub
- URL: https://github.com/mrsteele/chatbot
- Owner: mrsteele
- Created: 2017-12-02T05:09:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:24:15.000Z (almost 2 years ago)
- Last Synced: 2023-04-09T14:52:08.797Z (over 1 year ago)
- Topics: ai, api, api-ai, chatbot, chatbotai, next, nextjs, node, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 972 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple AI Nextjs Chatbot
I made this as a test and you can check it out too!
This integrates with **api.ai** and can be used to setup a basic back and forth with your client.
### Demo
I have added a demo [here](https://chatbot.now.sh) pointing to an AI I created with API.ai.
### Setup
Run the following:
1. Run `npm i`
2. Create an `.env` file and add your **Developer access token**
api key like so:```
APIAI_KEY=KEYHERE
```3. Type `npm run dev` to run in dev mode (alternatively use `npm run start` to start in prod)
> **KEYHERE** can be replaced with your actual key.
### License
MIT