Live Comment Widget
The flagship live commenting widget. Replies, voting, moderation, media attachments, and realtime sync come bundled in the default configuration.
Tenant · demo
app/comments/page.tsx
import { FastComments } from 'fastcomments-nextjs';
export default function CommentsPage() {
return <FastComments tenantId="demo" />;
}