This version of Fast Feedback was built by Leandro Argentiero as part of React 2025 and completely adapted to Firebase's v9 modular SDK. Fast Feedback is an easy SaaS solution for adding comments or reviews to a static site. It's still a work in progress, but you can try it out by leaving a comment below or logging and start adding your own sites.
Please consult .env.example
for adding necessary env variables in .env.example
.
clone project
cd fastfeedback
Install the dependencies
yarn
Start development server
yarn dev
Visit http://localhost:3000
To create an optimised version of the app
yarn build