Image Chat
Drag to select any region of the image below. A threaded discussion gets pinned to the exact region. Ideal for design reviews, bug triage, and creative collaboration.
Tenant · demo

app/image-chat/page.tsx
import { FastCommentsImageChat } from 'fastcomments-nextjs';
export default function ImageChatPage() {
return (
<>
<img id="demo-image" src="/demo-image.svg" alt="" />
<FastCommentsImageChat tenantId="demo" target="#demo-image" />
</>
);
}