Skip to content

antiwork/helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helper logo Helper logo

helper.ai | Docs

Helper

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.

Quick Start

Install dependencies

You'll need:

Install local Certificate Authority

# 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 mkcert

For other operating systems, see the mkcert installation guide.

Set up environment variables

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
  1. Create an account at openai.com.
  2. Create a new API key at platform.openai.com/api-keys.
  3. Add the API key to your .env.local file as OPENAI_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.

Install dependencies

pnpm install

Seed the database with sample data

pnpm db:reset

Start the application

pnpm dev

Access the application at helperai.dev 🚀

Docs

License

Helper is licensed under the MIT License.

About

Customer support agents

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 22