Live Chat
The high-velocity streaming variant. Tuned for live events, launches, and broadcasts where conversation volume would overwhelm a conventional threaded view.
Tenant · demoMode · streaming
app/live-chat/page.tsx
import { FastCommentsLiveChat } from 'fastcomments-nextjs';
export default function LiveChatPage() {
return <FastCommentsLiveChat tenantId="demo" />;
}