In-app customer support center + live chat powered by API.
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.