Skip to content

leandroargentiero/fastfeedback

Repository files navigation


Logo

Fast Feedback 2022

An easy solution for adding comments or reviews to a static site.
View demo »

About The Project

app dashboard screenshot

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.

Built With

Getting Started

Prerequisites

Please consult .env.example for adding necessary env variables in .env.example.

Installing project

clone project
cd fastfeedback

Install the dependencies

yarn

Start development server

yarn dev
Visit http://localhost:3000

Building for production

To create an optimised version of the app

yarn build

(back to top)

Releases

No releases published

Packages

No packages published