{"id":39682449,"url":"https://github.com/crybapp/web","last_synced_at":"2026-01-18T09:54:40.883Z","repository":{"id":40732853,"uuid":"214823991","full_name":"crybapp/web","owner":"crybapp","description":"Main web client for Cryb","archived":false,"fork":false,"pushed_at":"2024-11-02T05:02:29.000Z","size":11708,"stargazers_count":44,"open_issues_count":23,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-24T15:28:36.351Z","etag":null,"topics":["cryb","rooms","service","web","webapp"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crybapp.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"cryb"}},"created_at":"2019-10-13T13:20:51.000Z","updated_at":"2025-08-21T09:12:27.000Z","dependencies_parsed_at":"2024-11-02T06:16:38.590Z","dependency_job_id":"4b916819-89de-4d7c-a295-15353b27a560","html_url":"https://github.com/crybapp/web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crybapp/web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crybapp","download_url":"https://codeload.github.com/crybapp/web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crybapp%2Fweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["cryb","rooms","service","web","webapp"],"created_at":"2026-01-18T09:54:40.210Z","updated_at":"2026-01-18T09:54:40.877Z","avatar_url":"https://github.com/crybapp.png","language":"Vue","readme":"[![Cryb OSS](.github/web-icon.png \"@cryb/web Logo\")](https://cryb.app)\n\n**@cryb/web** - _Web client_\n\n[![GitHub contributors](https://img.shields.io/github/contributors/crybapp/web)](https://github.com/crybapp/web/graphs/contributors) [![License](https://img.shields.io/github/license/crybapp/web)](https://github.com/crybapp/web/blob/master/LICENSE) [![Patreon Donate](https://img.shields.io/badge/donate-Patreon-red.svg)](https://patreon.com/cryb) [![Chat on Discord](https://discord.com/api/guilds/594942455749672983/widget.png)](https://discord.gg/xdhEgD5)\n\n## Docs\n\n* [Info](#info)\n  * [Status](#status)\n* [Codebase](#codebase)\n  * [Folder Structure](#folder-structure)\n  * [First time setup](#first-time-setup)\n    * [Installation](#installation)\n  * [Running the app locally](#running-the-app-locally)\n    * [Background services](#background-services)\n    * [Starting @cryb/web](#starting-@cryb/web)\n* [Questions / Issues](#questions--issues)\n\n## Info\n\n`@cryb/web` is the primary web client for interacting with Cryb instances (running in `@cryb/api`).\n\n`@cryb/web` is used by clients to create rooms, view VM streams, control the VM and chat with other room members.\n\nYou can watch a demo of `@cryb/web` [here](https://youtu.be/pGNMZ98RwZY).\n\n### Status\n\n`@cryb/web` has been actively developed internally since August 2019, and is now open source as of October 2019.\n\n## Codebase\n\nThe codebase for `@cryb/web` is written in HTML and JS, utilising Vue and Nuxt.js, plus `@cryb/borealis` for the CSS styles.\n\n### Folder Structure\n\n```\ncryb/web/\n├── components # The core components\n├── layouts # Layouts\n├── middleware # Middleware for authentication, etc\n├── pages # Our main pages\n├── static # Static assets such as icons and stylesheets\n└── store # Our Vuex store configuration\n```\n\n### First time setup\n\nFirst, clone the `@cryb/web` repository locally:\n\n```\ngit clone https://github.com/crybapp/web.git\n```\n\n#### Installation\n\nThe following services need to be installed for `@cryb/web` to function:\n\n* `@cryb/api`\n\nWe recommend that you run the following services alongside `@cryb/web`, but it's not required.\n\n* `@cryb/aperture` or Janus WebRTC Server\n\nYou also need to install the required dependencies by running `yarn`.\n\nEnsure that `.env.example` is either copied and renamed to `.env`, or is simply renamed to `.env`.\n\nIn this file, you'll need some values. Documentation is available in the `.env.example` file.\n\n### Running the app locally\n\n#### Background Services\n\nMake sure that you have installed `@cryb/api`.\n\nIf you're developing a feature that requires the VM infrastructure, then make sure either `@cryb/aperture` or Janus WebRTC server is running.\n\n#### Starting @cryb/web\n\nTo run `@cryb/web` in development mode, run `yarn dev`.\n\nIt is recommended that in production you run `yarn build`, then `yarn start`.\n\n## Questions / Issues\n\nIf you have any issues with `@cryb/web`, please either open a GitHub issue, contact a maintainer or join the [Cryb Discord Server](https://discord.gg/xdhEgD5) and ask in `#tech-support`.\n\n## License\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcrybapp%2Fweb.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcrybapp%2Fweb?ref=badge_large)\n","funding_links":["https://patreon.com/cryb"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrybapp%2Fweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrybapp%2Fweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrybapp%2Fweb/lists"}