Ready-to-use React components that add feedback collection to your existing apps. Supports Notion, Google Sheets, Slack, Email, and custom webhooks. Just copy, paste, and configure.
✨ Easy purchase through Gumroad • TypeScript included • Multiple integrations
One component, multiple destinations. Send feedback wherever you work.
Add feedback collection to your app in minutes, not hours
Download and copy the React components into your existing project
Set up your API keys for Notion, Slack, Google Sheets, or any combination
Feedback automatically flows to your chosen destinations with rich formatting
import { FeedbackProvider } from "../components/feedback-provider";
import { FeedbackConfig } from "@/components/feedback-widget";
const feedbackConfig: FeedbackConfig = {
appName: "My Awesome App",
integrations: {
notion: {
apiKey: process.env.NEXT_PUBLIC_NOTION_API_KEY!,
databaseId: process.env.NEXT_PUBLIC_NOTION_DATABASE_ID!,
},
slack: {
webhookUrl: process.env.NEXT_PUBLIC_SLACK_WEBHOOK_URL!,
channel: "#feedback",
},
},
theme: {
primaryColor: "#ec4899",
borderRadius: "5px",
},
};
export default function Home() {
return (
<FeedbackProvider config={feedbackConfig}>
<main>
<YourAppContent />
</main>
</FeedbackProvider>
);
}
Production-ready components with all the features you'd expect
One purchase, unlimited projects, lifetime updates
✨ Easy purchase through Gumroad • TypeScript included • Multiple integrations
Compare: Building this yourself would take days of development.
Get it done in minutes, not days.
Built for React/Next.js projects. Components use standard React patterns and can be adapted for other React-based frameworks.
Yes! You can send the same feedback to multiple destinations simultaneously. For example, Notion + Slack + Email all at once.
Only for the integrations you want to use. Each integration is optional and can be configured independently.
The components are built with Tailwind CSS and include theme customization options. Full source code is included.
Unlimited! One purchase covers all your personal or commercial projects. No per-project licensing fees.
Lifetime updates included. New integrations, bug fixes, and improvements will be available for free.
Stop building feedback systems from scratch. Get production-ready components that work with your favorite tools.
Download Components for $29