Nuxt.js+Feedinbox

Feedinbox for Nuxt apps

Add the script via nuxt.config, then fire a high_intent event when a visitor opens pricing.

Add to your site

Copy and paste. That's the entire setup.

Your code
// nuxt.config.ts
export default defineNuxtConfig({
  app: {
    head: {
      script: [
        { innerHTML: 'window.feedinbox=window.feedinbox||function(){(window.feedinbox.q=window.feedinbox.q||[]).push(arguments)}' },
        { src: 'https://feedinbox.com/widget.js', 'data-project-key': 'your_project_key', async: true }
      ]
    }
  }
})

// Not called here (this runs on the server). Call them from a client component's
// handlers instead:
//   on pricing open:     window.feedinbox('event', 'high_intent', { plan: 'pro' })
//   on purchase success: window.feedinbox('event', 'converted')

Step-by-step setup

1

Open nuxt.config

Find your nuxt.config.ts or nuxt.config.js

2

Add head scripts

Add the stub and widget script

3

Fire the events

high_intent on pricing, converted on success

window.feedinbox('event', 'high_intent')

Why developers choose Feedinbox

Know why they don't buy

An exit-intent question catches abandoning visitors and asks why

Feedback included

A feedback widget for bugs and ideas, on the same script

Inbox-first

A weekly Why-Not-Buy summary plus instant feedback emails

Lightweight & free to start

Tiny script, 2-minute setup, no credit card

Add Feedinbox to your Nuxt.js app

Find out why visitors don't buy and collect feedback. Free tier available, setup takes minutes.

No credit card required • Free tier available