A sample Node.js application using Express and EJS that integrates the Stratis AI Agent Chat interface, deployed on Heroku.
- Stratis AI Agent Chat: Embeds a chat interface for interacting with Stratis AI agents.
- Express.js: Backend server handling routes and rendering views.
- EJS Templating: Dynamic rendering of HTML pages.
- Heroku Deployment: Easily deploy and manage your application on Heroku.
- Node.js installed on your machine.
- Heroku CLI installed for deploying to Heroku.
- Stratis AI account with necessary credentials.
-
Provision the add-on:
heroku addons:create stratisai -a HEROKU_APP_NAME
-
Complete the add-on setup wizard:
heroku addons:open stratisai -a HEROKU_APP_NAME # step through the setup wizard to create your first agent and chat interface! -
Deploy your custom version of this application:
After creating your chat interface in the Stratis AI setup wizard, simply click the "Deploy to Heroku" button. This button will deploy a version of this application that already has the chat interface embedded into the HTML.
This project is licensed under the MIT License.