Add the script via nuxt.config, then fire a high_intent event when a visitor opens pricing.
Copy and paste. That's the entire setup.
// 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')Find your nuxt.config.ts or nuxt.config.js
Add the stub and widget script
high_intent on pricing, converted on success
window.feedinbox('event', 'high_intent')An exit-intent question catches abandoning visitors and asks why
A feedback widget for bugs and ideas, on the same script
A weekly Why-Not-Buy summary plus instant feedback emails
Tiny script, 2-minute setup, no credit card
Find out why visitors don't buy and collect feedback. Free tier available, setup takes minutes.
No credit card required • Free tier available