Live Chat
Add Crisp live chat to your LaunchSaaS app with the built-in @launchsaas/chat-crisp package.
LaunchSaaS includes Crisp live chat support through the
@launchsaas/chat-crisp package.
Setup
1. Get your Crisp Website ID
- Sign in to Crisp
- Open your workspace settings
- Copy the Website ID
2. Add your environment variable
Add this to your .env file:
NEXT_PUBLIC_CRISP_WEBSITE_ID="your-crisp-website-id"If NEXT_PUBLIC_CRISP_WEBSITE_ID is not set, the chat widget does not load.
3. Start the app and verify
Run your app as usual and open any page in the browser. If the Website ID is valid, the Crisp chat widget should appear.
Disable Live Chat
To disable Crisp, remove NEXT_PUBLIC_CRISP_WEBSITE_ID from your .env or
leave it empty.