A UBG project built to be clean, simple, and easy to use. With over 700 games sourced from two different stores, 40 apps, a fast and powerful browser, extensive customization options, and much more, this is easily one of the best unblocked websites.
- Games
- Apps
- Proxy
- Movies
- Chatroom
- Game overlay
Cherri is deployable to remotely any hosting service, and even locally deployable.
Follow the steps below to deploy.
Important
To deploy on Cloudflare Pages, use this repository. This version excludes Classplay store files due to Cloudflare’s 25 MB limit.
Clone the repository:
git clone https://github.com/x8rr/cherri.gitEnter the directory:
cd cherriRun a local development server:
python3 -m http.server # simple Python HTTP server
netlify dev # emulate a Netlify production environmentEnsure you have a Firebase account and a project ready.
Install the Firebase CLI:
npm i -g firebase-toolsInitialize a hosting project:
firebase init hostingFollow the CLI steps, then deploy.
Please consider starring the repository.
You must not:
- Modify the AGPL license
- Claim this code as your own
- Fail to provide proper credit
- Use this code in your website without attribution
- Detach from the fork network without giving credit
- Violate the license in any way
- Steal the code or redistribute it without acknowledgment
You may:
- Deploy it without any modifications
- Deploy it with modifications (as long as credit and a changelog are included)
- Perform other allowed actions as defined by the license
To remain compliant, it is recommended that you include a notice like this:
This repository was derived from x8rr/cherri. All original code was written by the project owner (x8rr). The following changes have been made to this fork:
- Change 1
- Change 2
- Change 3