Next.js+Feedinbox

Feedback for Next.js apps

Add user feedback collection to your Next.js app with a simple script tag. Works with App Router and Pages Router.

Add to your site

Copy and paste. That's the entire setup.

Your code
import Script from 'next/script'

// Add to your app/layout.tsx
export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <body>
        {children}
        <Script
          src="https://feedinbox.com/widget.js"
          data-project-key="your_project_key"
          strategy="lazyOnload"
        />
      </body>
    </html>
  );
}

Step-by-step setup

1

Open your layout

Find your app/layout.tsx file

2

Add the Script component

Add a single Script tag with your project key

<Script src="https://feedinbox.com/widget.js" data-project-key="your_key" strategy="lazyOnload" />
3

Done!

The widget will appear on all your pages

Why developers choose Feedinbox

Email-first

Feedback goes to your inbox, not another dashboard

Lightweight

Tiny script, no impact on your site's performance

2-minute setup

Copy, paste, done. Start collecting feedback

Free tier

Get started without a credit card

Ready to add feedback to your Next.js app?

Free tier available. Setup takes under 2 minutes.

No credit card required • Free tier available