{"id":28455064,"url":"https://github.com/luna-devv/mellow-web","last_synced_at":"2025-06-28T16:32:31.673Z","repository":{"id":219358812,"uuid":"661392845","full_name":"Luna-devv/mellow-web","owner":"Luna-devv","description":"The weeb for the next gen discord boat","archived":false,"fork":false,"pushed_at":"2025-06-22T19:30:03.000Z","size":26896,"stargazers_count":33,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T06:44:43.619Z","etag":null,"topics":["bot","dashboard","discord","nextjs","typescript"],"latest_commit_sha":null,"homepage":"https://wamellow.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Luna-devv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"mwlica"}},"created_at":"2023-07-02T17:45:35.000Z","updated_at":"2025-06-23T02:52:12.000Z","dependencies_parsed_at":"2024-02-09T02:11:14.020Z","dependency_job_id":"22bd4087-7285-423c-b4f4-c2d775e8d62e","html_url":"https://github.com/Luna-devv/mellow-web","commit_stats":null,"previous_names":["luna-devv/wamellow-web","luna-devv/mellow-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Luna-devv/mellow-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luna-devv%2Fmellow-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luna-devv%2Fmellow-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luna-devv%2Fmellow-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luna-devv%2Fmellow-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luna-devv","download_url":"https://codeload.github.com/Luna-devv/mellow-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luna-devv%2Fmellow-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262460262,"owners_count":23314700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","dashboard","discord","nextjs","typescript"],"created_at":"2025-06-06T21:14:55.994Z","updated_at":"2025-06-28T16:32:31.668Z","avatar_url":"https://github.com/Luna-devv.png","language":"TypeScript","funding_links":["https://ko-fi.com/mwlica","https://ko-fi.com/I3I6AFVAP"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/discord/828676951023550495?color=5865F2\u0026logo=discord\u0026logoColor=white)](https://wamellow.com/support)\n![](https://img.shields.io/github/repo-size/Luna-devv/mellow-web?maxAge=3600)\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I6AFVAP)\n\n**⚠️ In development, breaking changes ⚠️**\n\n## About\nThis is the [wamellow.com](https://wamellow.com) website for our Discord App, including the home page, leaderboards, passport, profile and server management.\n\nIf you need help developing with this, join **[our Discord Server](https://discord.com/invite/yYd6YKHQZH)**.\n\nNote that this project is not meant to be used by anyone else, including other bots, as it is specifically designed for our bot and the backend API stays private. We will not provide support for this project if you use it for your own bot, though you are allowed to by the license.\n\nOther open source projects relating to Wamellow can be found on [wamellow.com/team](https://wamellow.com/team).\n\n## Setup\nClone this repo with the following commands:\n\n```bash\ngit clone https://github.com/Luna-devv/mellow-web\n```\n\nCreate a `.env` file and add the following values:\n```env\n# Register a https://www.geetest.com/en/ account, this is used for\nNEXT_PUBLIC_CAPTCHA_ID=\"\"\n\n# The API URL, this is the base URL for the backend\nNEXT_PUBLIC_API=\"https://api.wamellow.com/v1\"\nAPI_SECRET=\"\"\n\n# The Nekostic API URL, https://github.com/Luna-devv/nekostic\nNEXT_PUBLIC_NEKOSTIC=\"https://nekostic.wamellow.com/statistics\"\n\n# The base URL for the website, this is used for the meta tags and other things\nNEXT_PUBLIC_BASE_URL=\"https://wamellow.com\"\n\n# https://plausible.com analytics\nPLAUSIBLE_API=\"https://analytics.wamellow.com/api\"\nPLAUSIBLE_DOMAIN=\"wamellow.com\"\nPLAUSIBLE_API_KEY=\"\"\n\n# The base URL for the ratings API\nRATINGS_API=\"http://localhost:5002\"\n\n# The Discord client ID and bot token\nCLIENT_ID=\"1125449347451068437\"\nDISCORD_TOKEN=\"\"\n\n# A personal GitHub access token (read repositories)\nGITHUB_TOKEN=\"\"\n```\n\n## Developing\nThis project uses pnpm with nodejs, to start developing, run:\n\n```bash\nbun install\nbun dev\n```\n\nIf you work on this project, please note that nextui is being phased out in favor of shadcn/ui, so please use the latter for new components.\n\n## Deploy\nTo build and run the website use\n```bash\nbun build\nbun start\n```\nor\n```bash\ndocker build -t mw-web .\ndocker compose up -d\n```\n(docker is not tested nor maintained)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluna-devv%2Fmellow-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluna-devv%2Fmellow-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluna-devv%2Fmellow-web/lists"}