Chrome Extension + Embeddable Widget
ClawMark
Annotate any webpage. Highlight text, add comments, and route feedback to GitHub Issues, Lark, Telegram, Slack, or email — all in one click.
Key Features
Browser Extension
Chrome Extension (MV3) for in-page text highlighting and annotation. Select text, add thoughts, submit — done.
Embeddable Widget
Drop a single script tag into any site. Collect feedback from visitors without them installing anything.
Flexible Routing
Send annotations to GitHub, Lark, Telegram, Slack, email, or custom webhooks. Decentralized rule-based routing.
Open Source
Self-host the server or use the official hosted service. Full control over your data and integrations.
Quick Start
Chrome Extension#
- Download the latest release from GitHub Releases
- Open
chrome://extensions/, enable Developer Mode - Click Load unpacked and select the extension folder
- Navigate to any page and start annotating
Self-Hosted Server#
git clone https://github.com/coco-xyz/clawmark.git
cd clawmark
npm install
npm start