Customer support agents via live chat and email.
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
- Install local Certificate Authority:
# Install mkcert on macOS
brew install mkcert
brew install nssFor other operating systems, see the mkcert installation guide.
- Generate SSL certificates:
# Generate SSL certificates
bin/generate_ssl_certificates- Start the application:
bin/devAccess the application at helperai.dev
- Seed the database:
npm run db:resetSample credentials:
support@gumroad.com/passworduser1,...,user4@gumroad.com/password
- Generate and run database migrations:
npm run db:generate
npm run db:migrateHelper is licensed under the MIT License.