fastcomments / nextjs · showcase
Comment
infrastructure
for Next.js.
Every component exported by fastcomments-nextjs, rendered live against the public demo tenant. Each route is a single-file implementation you can copy into your app.
01
Widgets
7 componentswidgetLive Comment WidgetFull live commenting widget with replies, voting, moderation, and media.Open examplewidgetComment CountDrop-in count badge you can plug into any listing or feed.Open examplewidgetLive ChatHigh-velocity streaming chat for live events and broadcasts.Open examplewidgetCollab ChatAnchor threads to text selections inside any article.Open examplewidgetImage ChatPin discussions to specific regions of any image.Open examplewidgetReviews SummaryStar-rating aggregate with breakdown.Open examplewidgetActivity FeedChronological stream of a single user’s activity.Open example
02
Flows & configuration
6 recipesflowEvent CallbacksEvery lifecycle and user-action hook mirrored into a live event log.Open exampleflowDark ModeToggle the widget theme at runtime via the hasDarkBackground flag.Open exampleflowEU RegionPin widget reads and writes to the EU datacenter.Open exampleflowThread PaginationSwap urlId at runtime to jump between products, posts, or pages.Open exampleflowSimple SSOUnsigned identity flow. Drop in a user object and go.Open exampleflowSecure SSOHMAC-signed identity from your server for production use.Open example