{"id":30715851,"url":"https://github.com/hxmeet/hxmeet-core-component","last_synced_at":"2026-02-18T19:03:17.130Z","repository":{"id":310099359,"uuid":"1038000478","full_name":"hxmeet/hxmeet-core-component","owner":"hxmeet","description":"Vue components to build a video conferencing system","archived":false,"fork":false,"pushed_at":"2025-09-17T12:23:38.000Z","size":405,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T14:29:47.671Z","etag":null,"topics":["conferencing","livekit","on-premise","online-meeting","privacy-first","screensharing","secure-communication","self-hosted","video","video-conferencing","vue","webrtc"],"latest_commit_sha":null,"homepage":"https://hxmeet.io","language":"TypeScript","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/hxmeet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-14T13:09:53.000Z","updated_at":"2025-09-17T12:23:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"6929ce2c-ea82-4613-9928-6630da8a8087","html_url":"https://github.com/hxmeet/hxmeet-core-component","commit_stats":null,"previous_names":["hxmeet/hxmeet-core-component"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hxmeet/hxmeet-core-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hxmeet","download_url":"https://codeload.github.com/hxmeet/hxmeet-core-component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29590684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["conferencing","livekit","on-premise","online-meeting","privacy-first","screensharing","secure-communication","self-hosted","video","video-conferencing","vue","webrtc"],"created_at":"2025-09-03T07:03:07.858Z","updated_at":"2026-02-18T19:03:12.115Z","avatar_url":"https://github.com/hxmeet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HxMeet Core Component\n\nThis project provides the core component for video conferencing systems. It is open-source, allowing the creation \nof custom, tailored conferencing solutions. The conference component `\u003cHxMeet\u003e` is a browser-based Vue.js component.\n\n## Live Demo\n\n👉 Try it out at: [https://hxmeet.io](https://hxmeet.io)\n\n## Screenshot\n\n![HxMeet Screenshot](https://hxmeet.io/changelog/roundtable_1.jpg)  \n\n## ✨ Conferencing Features\n\n- Low-latency WebRTC video \u0026 audio\n- Screen sharing\n- Chat\n- Different layout options\n- Participant list\n- Media controls (mute, camera off)\n- Support keyboard shortcuts\n- Dark mode\n- Mobile friendly\n\n## 🛠️ Developer options\n\n- Themable (set your own color schema)\n- Embeddable in your app or website \n- Customizable\n  - Hook into the component events\n  - Add extensions\n- Add test participants\n- Open-source (MIT license)\n\n## Installation and first tests\n\n### Requirements\n- [Node.js](https://nodejs.org/) (v22 recommended)\n- [npm](https://www.npmjs.com/)\n- [LiveKit](https://livekit.io) account (later you can switch to an self-hosted livekit solution)\n\n### Simple test\n\nThe project contains a simple test page. You can run it locally with:\n\n1. Checkout project and install dependencies: `npm install`\n2. Copy the `.env` file to `.env.local`\n3. Enter your LiveKit credentials there:\n\n```bash\nVITE_LIVEKIT_URL=\u003cyour-livekit-url\u003e\nVITE_LIVEKIT_TOKEN=\u003cyour-token\u003e\n```\n\n\u003e [!NOTE] \n\u003e The URL is the Livekit project URL and the token you can find in _Settings/API-Keys_ (create an API-Key and generate a token inside the three-dot menu)\n\n4. Start the test page: `npm run dev`\n5. Open [http://localhost:5173](http://localhost:5173) in your browser\n\nThis test is limited to only one 'real' participant, because you have only one token, but you can add more test participants.\n\n### Advanced test (starter project )\n\nsee [Starter-Project](https://github.com/hxmeet/hxmeet-core-starter)\n\n## License\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxmeet%2Fhxmeet-core-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhxmeet%2Fhxmeet-core-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxmeet%2Fhxmeet-core-component/lists"}