Next.js+Feedinbox

Feedback for Next.js apps

Add user feedback collection to your Next.js app with a single component. Works with App Router and Pages Router.

Install via npm

Copy and paste. That's the entire setup.

Terminal
import { Feedinbox } from 'feedinbox';

export default function Layout({ children }) {
  return (
    <>
      {children}
      <Feedinbox projectKey="your_project_key" />
    </>
  );
}

Step-by-step setup

1

Install the package

Add Feedinbox to your project

npm install feedinbox
2

Import the component

Add to your layout or page

import { Feedinbox } from 'feedinbox';
3

Add to your app

Drop the component anywhere in your JSX

<Feedinbox projectKey="your_key" />

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