Widgets / Image Chat

Image Chat

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

Tenant · demo
Sample image for commenting
src/pages/image-chat.astro
---
import { FastCommentsImageChat } from 'fastcomments-astro';
---

<img id="demo-image" src="/demo-image.svg" alt="" />
<FastCommentsImageChat tenantId="demo" target="#demo-image" />