Add user feedback collection to your Next.js app with a single component. Works with App Router and Pages Router.
Copy and paste. That's the entire setup.
import { Feedinbox } from 'feedinbox';
export default function Layout({ children }) {
return (
<>
{children}
<Feedinbox projectKey="your_project_key" />
</>
);
}Add Feedinbox to your project
npm install feedinboxAdd to your layout or page
import { Feedinbox } from 'feedinbox';Drop the component anywhere in your JSX
<Feedinbox projectKey="your_key" />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