CornerCue CornerCue Docs

Getting Started

Quick Start

Add CornerCue in under 2 minutes with one script tag and one trigger button.

Framework Guides


Install in one step

Add this script tag to your page:

<script src="https://cdn.cornercue.com/widget.js" data-cc-key="YOUR_PROJECT_ID" defer></script>

Add a trigger button

Any element with data-cc-btn opens the widget:

<button data-cc-btn>Send Feedback</button>

What happens next

  • The widget opens as a popover anchored to the clicked element.
  • Feedback submissions are sent to your CornerCue project.
  • You can add user context, metadata, and default feedback type with data attributes.

Before going live

  • Replace YOUR_PROJECT_ID with your real project ID.
  • Confirm the script loads from https://cdn.cornercue.com/widget.js.
  • Test one submission on your production-like environment.