-4,000 games
-Uses ultraviolet
-Clean UI
-Browser with multiple tabs, back/forwards arrows, reload button, search/url bar, cloak in about:blank page in new tab, and fullscreen
go to index.js (not in public folder) and find
const SITE_PASSWORD = "enter_password_here";
const groq_api = "enter_api_here";replace them with your custom passowrd and your api.
NOTE: Default port is 8080, you may have to change it with an environment variable depending on how you are hosting it.
Based on FalconLink