Loyalty app setup with (progressive web) app, backend, management panel and a scanner app.
The solution for building versatile loyalty apps easier with a WYSIWYG editor.
This project is no longer maintained. Feel free to use this as an example or for your next project :)
The screenshots are from the development version and will be updated later.
- Customizable pages
- grapesjs WYSIWYG editor
- or HTML/CSS and JavaScript
- Customizable app and app settings
- Versatile campaigns
- stamps, birthday and custom campaigns
- more here
- Customer points and customer levels
- Customer rewards
- QR codes in the app to identify the customer and reward
- QR code reader app (scanner-app)
- Progressive web app (e.g add to home screen)
- Push notifications
- Charts and API (soon...)
...and more
Prerequisites: docker and docker-compose
- Create
.env
in the root directory. - Add
NPM_TOKEN=<token here>
(a Github token) - Run the
start-dev.sh
script to start the development environment.
You can run each service manually as well. In that case, you must install requirements (such as NPM, Yarn and MongoDB) manually.
For developing the scanner-app see instructions here.
The control/management panel where you create the campaigns, pages etc.
Default development port: 3002
- ReactJS
- NPM
- Material-UI
- grapesjs
The web app (PWA) the users/customers will use. You can see the pages, on going campaigns, your rewards and more here.
Default development port: 3000
- ReactJS
- yarn
- Tailwind CSS
A simple app to scan customer QR codes and confirm purchases and rewards.
The backend of the loyalty app (one per app). Uses MongoDB as the database for users, campaigns, pages etc.
Default development port: 3001