Widgets / Comment Count

Comment Count

A low-weight count badge you can drop inline with any list item, card, or document link stays live as new comments come in.

Tenant · demo
Count rendered →
app/comment-count/page.tsx
import { FastCommentsCommentCount } from 'fastcomments-nextjs';

export default function CommentCountPage() {
  return (
    <p>This page has <FastCommentsCommentCount tenantId="demo" /> comments.</p>
  );
}