Documentation
Everything you need to integrate ClickNote into your website.
Quick Start
Get ClickNote running on your website in under 2 minutes.
1
Create a Project
Sign up for ClickNote and create a new project from your dashboard. You'll receive a unique Project ID.
2
Add the Script
Add this single line of code to your website, just before the closing </body> tag:
html
<script
src="https://click-note.vercel.app/widget.js"
data-project-id="YOUR_PROJECT_ID"
></script>3
Start Collecting Feedback
That's it! A floating button will appear on your website. Users can click it to enter comment mode, then click anywhere on the page to leave feedback.
Pro Tip
For React/Next.js projects, you can use the next/script component with strategy="afterInteractive".