Reviews Summary
A compact star-rating aggregate with per-rating breakdown. Drops into product pages, listing previews, or marketing components wherever aggregate sentiment matters more than individual comments.
Tenant · demo
app/reviews-summary/page.tsx
import { FastCommentsReviewsSummary } from 'fastcomments-nextjs';
export default function ReviewsSummaryPage() {
return <FastCommentsReviewsSummary tenantId="demo" urlId="demo-ratings" />;
}