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.
- Host: GitHub
- URL: https://github.com/leandroargentiero/fastfeedback
- Owner: leandroargentiero
- Created: 2022-03-15T09:35:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T19:34:03.000Z (over 4 years ago)
- Last Synced: 2025-01-20T19:22:51.484Z (over 1 year ago)
- Topics: chakra-ui, firebase, firebase-auth, reacthookform, reactjs, swr
- Language: JavaScript
- Homepage: https://fastfeedback-sandy-sigma.vercel.app
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About The Project

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
```