{"id":26367631,"url":"https://github.com/jwizard-bot/jwizard-web","last_synced_at":"2025-07-29T00:07:58.872Z","repository":{"id":217905313,"uuid":"745091271","full_name":"jwizard-bot/jwizard-web","owner":"jwizard-bot","description":"JWizard websites monorepo. Including landing-page (SSR) and dashboard (CSR) apps. Next.js and React ecosystem.","archived":false,"fork":false,"pushed_at":"2025-05-19T01:51:01.000Z","size":4565,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-19T02:48:02.330Z","etag":null,"topics":["chadcn-ui","docker","jwizard-bot","monorepo","next","react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://jwizard.pl","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwizard-bot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["jwizard-bot","milosz08"]}},"created_at":"2024-01-18T16:18:46.000Z","updated_at":"2025-05-19T01:51:05.000Z","dependencies_parsed_at":"2024-01-18T19:10:14.533Z","dependency_job_id":"4173f38d-d0bc-4d4e-991b-413e56b25cf4","html_url":"https://github.com/jwizard-bot/jwizard-web","commit_stats":null,"previous_names":["jwizard-bot/jwizard-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwizard-bot/jwizard-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwizard-bot%2Fjwizard-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwizard-bot%2Fjwizard-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwizard-bot%2Fjwizard-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwizard-bot%2Fjwizard-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwizard-bot","download_url":"https://codeload.github.com/jwizard-bot/jwizard-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwizard-bot%2Fjwizard-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267606455,"owners_count":24114727,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chadcn-ui","docker","jwizard-bot","monorepo","next","react","typescript","webpack"],"created_at":"2025-03-16T21:18:06.588Z","updated_at":"2025-07-29T00:07:58.865Z","avatar_url":"https://github.com/jwizard-bot.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jwizard-bot","https://github.com/sponsors/milosz08"],"categories":[],"sub_categories":[],"readme":"![](.github/banner.png)\n\nJWizard is an open-source Discord music bot handling audio content from various multimedia sources\nwith innovative web player. This repository contains monorepo with landing page and dashboard\nfront-end applications with shared configuration and components library.\n\n[[About project](https://jwizard.pl/about)]\n\nLanding page:\n[[Docker image](https://hub.docker.com/r/milosz08/jwizard-landing-page)]\n| [[Docker installation](./docker/landing-page/README.md)]\n\u003cbr\u003e\nDashboard:\n[[Docker image](https://hub.docker.com/r/milosz08/jwizard-dashboard)]\n| [[Docker installation](./docker/dashboard/README.md)]\n\n## Table of content\n\n* [Project modules](#project-modules)\n* [Clone and install](#clone-and-install)\n* [License](#license)\n\n## Project modules\n\n| Name                       | Description                                                                |\n|----------------------------|----------------------------------------------------------------------------|\n| apps/dashboard             | React SPA application for managing guilds.                                 |\n| apps/landing-page          | Next.js SSR application for root JWizard page.                             |\n| i18n-translations          | I18n translations content shared between apps.                             |\n| packages/assets            | Static resources (images, fonts) shared between apps.                      |\n| packages/eslint-config     | Eslint configurations shared between apps and packages.                    |\n| packages/lib               | Typescript shared library (excluding React stuff).                         |\n| packages/prettier-config   | Prettier configuration shared between apps and packages.                   |\n| packages/tailwind-config   | Tailwind configuration shared between apps.                                |\n| packages/typescript-config | Typescript TSC config shared between apps and packages.                    |\n| packages/ui                | React library including widgets, components and hooks shared between apps. |\n\n## Clone and install\n\n1. Make sure you have at least JDK 17, Kotlin 2.0 and Node v20.\n2. Go to [jwizard-lib](https://github.com/jwizard-bot/jwizard-lib), configure and run all necessary\n   containers defined in `README.md` file in this repository. You must have up these containers:\n\n| Name             | Port(s)    | Description                           |\n|------------------|------------|---------------------------------------|\n| jwizard-vault    | 8761       | Secret keys storage service.          |\n| jwizard-mysql-db | 8762       | MySQL database.                       |\n| jwizard-rabbitmq | 8771, 8772 | RabbitMQ server and management panel. |\n\n3. Prepare and run JWizard API and Core projects. For more details, please visit this readme files:\n\n* [Readme file for JWizard Core](https://github.com/jwizard-bot/jwizard-core/blob/master/README.md),\n* [Readme file for JWizard API](https://github.com/jwizard-bot/jwizard-api/blob/master/README.md).\n\n4. Clone this repository via:\n\n```bash\n$ git clone https://github.com/jwizard-bot/jwizard-web\n```\n\n5. Install all monorepo dependencies via:\n\n```bash\n$ yarn install --frozen-lockfile\n```\n\n\u003e [!TIP]\n\u003e If you don't have yarn yet, install via: `npm i -g yarn`.\n\n6. To run selected app from monorepo, type:\n\n```bash\n$ yarn run \u003cproject\u003e:dev\n```\n\nwhere `\u003cproject\u003e` is `landing-page` or `dashboard` (see table above).\n\nBy default, applications will be listening at:\n\n| Name         | Port | Link                                    |\n|--------------|------|-----------------------------------------|\n| landing-page | 8763 | [localhost:8763](http://localhost:8763) |\n| dashboard    | 8764 | [localhost:8764](http://localhost:8764) |\n\n\u003e [!TIP]\n\u003e Alternatively you can run selected project via prepared Intellij Idea run configuration.\n\n## Contributing\n\nWe welcome contributions from the community! Please read our [CONTRIBUTING](./CONTRIBUTING.md) file for\nguidelines on how to get involved.\n\n## License\n\nThis project is licensed under the AGPL-3.0 License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwizard-bot%2Fjwizard-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwizard-bot%2Fjwizard-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwizard-bot%2Fjwizard-web/lists"}