An open API service indexing awesome lists of open source software.

https://github.com/leandroargentiero/fastfeedback

An easy solution for adding comments or reviews to a static site.
https://github.com/leandroargentiero/fastfeedback

chakra-ui firebase firebase-auth reacthookform reactjs swr

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          




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

- [Next.js](https://nextjs.org/)
- [React.js](https://reactjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [Firebase](https://firebase.google.com/)
- [Firebase Admin](https://firebase.google.com/docs/database/web/read-and-write)
- [SWR](https://swr.vercel.app/)
- [React Hook Form](https://react-hook-form.com/)
- [Checkly](https://www.checklyhq.com/)
- [Vercel](https://vercel.com)

## 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)