Feedbacko gated demo

This page is behind a server-side review gate. Without a valid review token, there is no trace of Feedbacko in the page source or network tab. The floating button in the bottom-right corner is the only signal that you're in reviewer mode — its presence tracks the widget's own /review/verify call on every page load.

How to activate Feedbacko admin

How the gate works

In /var/www/vhosts/aavedigital.dev/feedback-demo.aavedigital.dev/index.php there's about 60 lines of plain PHP at the top of the file. No framework, no dependencies.

  1. Generate a review link in the admin under any project's Review links tab. Copy the ?fbk=… value.
  2. Hit this page with the token appended, e.g.  https://feedback-demo.aavedigital.dev/?fbk=rv_ABCD…
  3. The gate verifies the token with Feedbacko, sets a signed cookie, and redirects you to the clean URL. The widget appears.
  4. Revoke the link in the admin, refresh this page, and the widget disappears. (The revoke breaks the widget's next /review/verify call.)

Try it in an incognito window to confirm that anonymous visitors see no widget — view source, check the Network tab, confirm there's no request to feedback.aavedigital.dev.

Sample pricing table

A realistic block so pin-mode has something to aim at once you're in reviewer mode.

Starter

€0
  • 1 project
  • Anonymous annotations
  • Community support

Studio

€30
  • 10 projects
  • Per-project rate limits
  • Email notifications

Agency

€99
  • Unlimited projects
  • Portal SSO
  • Priority support

What unauthenticated visitors see

No floating widget. No widget.js in the source. No network request to feedback.aavedigital.dev. No cookies set. The gate's only work for anonymous visitors is the one if that finds no ?fbk param and no fbk_review cookie, then returns control to the rest of the page.