Skip to content

rightbraincoder/helper

 
 

Repository files navigation

Helper

Customer support agents via live chat and email.

Project Structure

The project uses Turborepo and contains:

.github
  └─ workflows
      └─ CI with tests, linting, and type checking
apps
  ├─ nextjs
  │   └─ Next.js web application
bin
  └─ Development and deployment scripts
docker
  └─ Local development environment configs
docs
  └─ Project documentation
packages
  └─ react
      └─ Shared React components and hooks
supabase
  └─ Database configurations

Quick Start

  1. Install local Certificate Authority:
# Install mkcert on macOS
brew install mkcert
brew install nss

For other operating systems, see the mkcert installation guide.

  1. Generate SSL certificates:
# Generate SSL certificates
bin/generate_ssl_certificates
  1. Start the application:
bin/dev

Access the application at helperai.dev

  1. Seed the database:
npm run db:reset

Sample credentials:

  1. Generate and run database migrations:
npm run db:generate
npm run db:migrate

License

Helper is licensed under the MIT License.

About

Customer support agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • MDX 2.3%
  • JavaScript 2.3%
  • CSS 1.2%
  • Other 0.2%