Live demo · 10 widgets · all running on this page

See the widgets
in action.

Every Gyrum tool is embedded on this page right now. Scroll down to see each one working — feedback button, cookie consent, social proof toasts, and more.

All 10 widgets, live on this page

Click each one to see it in action. Each installs with one script tag.

Active ↘ bottom right
💬

Feedback Widget

The feedback button is live in the bottom-right corner. Click it to submit feedback.

<script src="https://feedback.gyrum.io/widget.js"
  data-project="your-id" async></script>
Learn more
Active ↙ bottom left
🌟

Social Proof

Live activity toasts showing recent signups and actions. Appears bottom-left every few seconds.

<script src="https://socialproof.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
Learn more
Active ↑ top bar
📣

Announcement Bar

The sticky banner at the top of this page is the Announcement Bar widget. Dismiss it and see it persist.

<script src="https://announce.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
Learn more
📖

FAQ / Help Centre

Searchable help centre embedded inline or as a floating widget. Manage articles from a dashboard.

<script src="https://faq.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
See demo
📋

Changelog

In-app "what's new" badge and popup. Show users what you've shipped without email blasts.

<script src="https://changelog.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
See demo
📝

Waitlist

Capture leads before launch with built-in referral tracking and email notifications.

<script src="https://waitlist.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
See demo
📊

Status Page

Uptime monitoring your users can trust. Automatic incident detection and status updates.

<script src="https://status.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
See demo
🎯

Onboarding Tours

Interactive tooltip tours for new users. No code changes to your app needed.

<script src="https://onboarding.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
See demo

Testimonials

Collect and showcase customer testimonials. Social proof on autopilot.

<script src="https://testimonials.gyrum.io/widget.js"
  data-site-id="your-id" async></script>
See demo

One script tag. Any website.

Every widget installs the same way. No npm, no build step, no framework lock-in.

index.html
<!-- Add before </body> -->
<script
  src="https://feedback.gyrum.io/widget.js"
  data-project="your-project-id"
  async></script>

Works with React, Vue, Svelte, Next.js, WordPress, Webflow, plain HTML — anything that serves an HTML page.