Add user feedback to your Nuxt.js application with minimal configuration.
Copy and paste. That's the entire setup.
// In nuxt.config.ts or nuxt.config.js
export default defineNuxtConfig({
app: {
head: {
script: [
{ innerHTML: 'window.feedinboxConfig = { projectKey: "your_key" };' },
{ src: 'https://feedinbox.com/widget.js', async: true }
]
}
}
})Find your nuxt.config.ts or nuxt.config.js
Configure the widget scripts
Restart your dev server and check
Feedback goes to your inbox, not another dashboard
Tiny script, no impact on your site's performance
Copy, paste, done. Start collecting feedback
Get started without a credit card
Free tier available. Setup takes under 2 minutes.
No credit card required • Free tier available