nuxt-feedback

live demo

A drop-in in-app feedback dialog for Nuxt 4. This site is the module's live demo today — the dialog you open here is the real thing, wired to a real GitHub repo — and it will grow into the dashboard for triaging the issues that come in.

Try it

Press g then f anywhere on this page, or use a button:

Submissions become real issues in floo-one/nuxt-feedback — check the issues list after you hit send. The demo's identity hook signs you in as Dashboard User, so the dialog skips the email field, exactly like in a logged-in app.

What happens on send

  • Bug → a GitHub issue labelled bug, carrying the type (crash / visual / data / performance) and severity you pick.
  • Feedback → a GitHub issue labelled enhancement.
  • Everything lands on GitHub — one place to triage. Each issue includes the page URL, app context, and who sent it.

Use it in your app

pnpm add @floo-one/nuxt-feedback

Add it to modules, point github.repo at your repo, set NUXT_GITHUB_TOKEN — done. Setup, options and the auth hook are in the README.