ZenComms Demo
Next.js 16 App Router consuming @zencomms/ui-react.
Try the components
- Open the floating dialer in the bottom-right corner (Ctrl/Cmd + K to toggle).
- Join the video demo — requires backend on
:3001and LiveKit running. - Open the chat demo — uses mock chat when
NEXT_PUBLIC_USE_MOCK_CHAT=true.
Prerequisites
- Copy
.env.local.exampleto.env.local. - Start docker services:
docker compose up -d. - Start the backend:
pnpm --filter @zencomms/backend dev. - This demo is running on port 3000 —
pnpm --filter demo-web dev.