Gatsby+Feedinbox

Feedback for Gatsby sites

Add feedback collection to your Gatsby static site with a simple configuration.

Add to your site

Copy and paste. That's the entire setup.

Your code
// 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" />
  ]);
};

Step-by-step setup

1

Open gatsby-ssr.js

Create or edit gatsby-ssr.js in your root

2

Add onRenderBody

Configure the widget scripts

3

Build and deploy

Run gatsby build and deploy your site

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 Gatsby app?

Free tier available. Setup takes under 2 minutes.

No credit card required • Free tier available