You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
<palign="center">
2
+
<imgsrc="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
+
<ahref="https://slack.recast.ai/">💬 Questions / Comments? Join the discussion on our community Slack channel!</a>
10
+
</div>
11
+
1
12
# Recast.AI starter kit NodeJS
2
13
3
14
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
72
83
You can view the whole API reference at [man.recast.ai](https://man.recast.ai).
73
84
You can follow us on Twitter at [@recastai](https://twitter.com/recastai) for updates and releases.
74
85
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/)|
0 commit comments