Customer Support
Set up customer support in your app to help users in real-time with live chat.
Tools
- Crisp: Live chat and ticketing for real-time user support.
Setup
- Create a Crisp Account:
- Sign up at Crisp.
- Create a new website in your Crisp dashboard.
- Copy the
CRISP_WEBSITE_IDfrom the Integrations menu under the HTML option.
- Set environment variable:.env
CUSTOMER_SUPPORT_ID="YOUR_CRISP_WEBSITE_ID" - Enable in config:shared/config.ts
customerSupport: { enable: true, },
Usage
- Open chat widget – the Crisp chat appears on your site once enabled.
- Respond to users – reply to messages from the Crisp dashboard.
- Manage tickets – track conversations and support requests in Crisp.