Add feedback collection to your Gatsby static site with a simple configuration.
Copy and paste. That's the entire setup.
// gatsby-ssr.js
import React from 'react';
export const onRenderBody = ({ setPostBodyComponents }) => {
setPostBodyComponents([
<script key="feedinbox-config" dangerouslySetInnerHTML={{
__html: `window.feedinboxConfig = { projectKey: "your_key" };`
}} />,
<script key="feedinbox-widget" async src="https://feedinbox.com/widget.js" />
]);
};Create or edit gatsby-ssr.js in your root
Configure the widget scripts
Run gatsby build and deploy your site
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