Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 0af3a57

Browse files
authored
Update README.md
added a menu and additional details
1 parent 0ca4f23 commit 0af3a57

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<p align="center">
2+
<img src="https://cdn.recast.ai/blog/sdk.png" />
3+
</p>
4+
5+
| [Usage](#usage) | [Documentation](#documentation) | [Getting Started on Recast.AI]( #getting-started-with-recastai) | [License](#license) |
6+
|---|---|---|---|
7+
8+
<div>
9+
<a href="https://slack.recast.ai/">💬 Questions / Comments? Join the discussion on our community Slack channel!</a>
10+
</div>
11+
112
# Recast.AI starter kit NodeJS
213

314
A starter kit for developing bots on the [Recast.AI](https://recast.ai) platform.
@@ -72,6 +83,19 @@ The `src/config.js` file will never be pushed to your repository, to keep your c
7283
You can view the whole API reference at [man.recast.ai](https://man.recast.ai).
7384
You can follow us on Twitter at [@recastai](https://twitter.com/recastai) for updates and releases.
7485

86+
## Getting started with Recast.AI
87+
88+
We build products to help enterprises and developers have a better understanding of user inputs.
89+
90+
- **NLP API**: a unique API for text processing, and augmented training.
91+
- **Bot Building Tools**: all you need to create smart bots powered by Recast.AI's NLP API. Design even the most complex conversation flow, use all rich messaging formats and connect to external APIs and services.
92+
- **Bot Connector API**: standardizes the messaging format across all channels, letting you connect your bots to any channel in minutes.
93+
94+
Learn more about:
95+
96+
| [API Documentation](https://recast.ai/docs/api-reference/) | [Discover the platform](https://recast.ai/docs/create-your-bot) | [First bot tutorial](https://recast.ai/blog/build-your-first-bot-with-recast-ai/) | [Advanced NodeJS tutorial](https://recast.ai/blog/nodejs-chatbot-movie-bot/) | [Advanced Python tutorial](https://recast.ai/blog/python-cryptobot/) |
97+
|---|---|---|---|---|
98+
7599
## License
76100

77101
Copyright (c) [2017] [Recast.AI](https://recast.ai)

0 commit comments

Comments
 (0)