rishipr/feeder-react-feedback — reverse-engineered prompt
Reverse engineered prompt
Build me a simple React feedback widget that I can drop into any React app. I want a small floating feedback button that opens a modal where users can type feedback, choose a feedback type like general, bug, or idea, and optionally include their email.
It should be easy to customize so I can match the colors and wording to my app. Let me pass in a project id, project name, subproject, custom feedback types, button text, success text, text color, primary color, and whether email is shown or required.
When someone submits feedback, send it to a backend endpoint so it can show up in an admin dashboard later. Also make it possible for developers to skip the built in modal and post feedback directly to the same API if they want their own design.
Package it like a reusable React component with the CSS included, and include a clear README with install, usage, props, styling notes, and API details.
Want more depth? Deep Reverse