Customer support via live chat and email.
Features:
- AI agent: Reads your docs to give world-class support for everyday queries.
- Dashboard: A fully featured escalation flow for human agents to handle complex cases.
- Tools: Enable customers and agents to interact with your systems using natural language.
- SDK: Integrate live chat and AI-powered inline assistance into your website in seconds.
You'll need:
- Docker
- Node.js (see .node-version)
# Install mkcert on macOS
brew install mkcert
brew install nss# Install mkcert on Windows
# First ensure you have Chocolately installed (https://chocolatey.org/install), then:
choco install mkcertFor other operating systems, see the mkcert installation guide.
Tip
If you already have a Vercel project with development environment variables set up, you can skip this step. When you run pnpm dev you will be prompted to pull the environment variables from Vercel.
Copy .env.local.sample to .env.local, then fill in values for:
OpenAI
- Create an account at openai.com.
- Create a new API key at platform.openai.com/api-keys.
- Add the API key to your .env.localfile asOPENAI_API_KEY.
The app will start with placeholder values for other services - you can follow the instructions in the development guide to enable them later.
pnpm installpnpm db:resetpnpm devAccess the application at helperai.dev 🚀
Helper is licensed under the MIT License.