{"id":30715845,"url":"https://github.com/hxmeet/hxmeet-core-starter","last_synced_at":"2026-05-19T10:03:57.775Z","repository":{"id":311165584,"uuid":"1041980369","full_name":"hxmeet/hxmeet-core-starter","owner":"hxmeet","description":"Example of a video-conferencing system build with 'hxmeet-core-component'","archived":false,"fork":false,"pushed_at":"2025-08-30T12:51:30.000Z","size":305,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T14:33:31.435Z","etag":null,"topics":["conferencing","livekit","on-premise","privacy-first","screensharing","secure-communication","self-hosted","video","video-conferencing","vue","webrtc"],"latest_commit_sha":null,"homepage":"https://hxmeet.io","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/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-21T09:52:24.000Z","updated_at":"2025-08-30T12:50:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"42c8fc6b-1dad-4eb7-b907-7239ebba84a9","html_url":"https://github.com/hxmeet/hxmeet-core-starter","commit_stats":null,"previous_names":["hxmeet/hxmeet-core-starter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hxmeet/hxmeet-core-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hxmeet","download_url":"https://codeload.github.com/hxmeet/hxmeet-core-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hxmeet%2Fhxmeet-core-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273403951,"owners_count":25099300,"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-09-03T02:00:09.631Z","response_time":76,"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":["conferencing","livekit","on-premise","privacy-first","screensharing","secure-communication","self-hosted","video","video-conferencing","vue","webrtc"],"created_at":"2025-09-03T07:02:53.395Z","updated_at":"2026-05-19T10:03:57.745Z","avatar_url":"https://github.com/hxmeet.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HxMeet Core Starter\n\nThis project is the starter or the showcase project of the `\u003cHxMeet\u003e` component.\nIt is open-source, allowing the creation of custom, tailored conferencing solutions.\n\n\u003e [!NOTE]\n\u003e This is a vuejs project based on [hxmeet-core-starter](https://github.com/hxmeet/hxmeet-core-starter) and it contains\n\u003e a server function (build with nitro) to create the livekit tokens, because the API keys and secrets should not shared \n\u003e on the client side.\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 ans starting\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### Starting\n\nThe project contains a simple start page where you enter your participant name and start a conference.\n\n1. Checkout project and install dependencies: `npm install`\n2. Copy the `.env.example` file to `.env`\n3. Enter your LiveKit API data there:\n\n```bash\n# ----------------------------------------\n# Client side variables\n# ----------------------------------------\n# Livekit-Cloud: Go to 'Settings/Project' and take the 'Project URL'\nVITE_LIVEKIT_URL=\u003cyour-livekit-url\u003e\n\n# ----------------------------------------\n# Server side variables\n# ----------------------------------------\n# Livekit-Cloud: Go to 'Settings/API-Keys' and create an 'API Key'\n# The NITRO_LIVEKIT_SERVICE_URL is the same as the VITE_LIVEKIT_URL but starts with 'https://'\nNITRO_LIVEKIT_SERVICE_URL=\u003cyour-livekit-url\u003e\nNITRO_LIVEKIT_API_KEY=\u003cyour-livekit-api-key\u003e\nNITRO_LIVEKIT_SECRET=\u003cyour-livekit-secret\u003e\n```\n\n4. Start the test page: `npm run dev`\n5. Open [http://localhost:5173](http://localhost:5173) in your browser\n\nTo invite other participants, you can share the URL (the path starts with `/room/`) with them.\n\n## License\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxmeet%2Fhxmeet-core-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhxmeet%2Fhxmeet-core-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhxmeet%2Fhxmeet-core-starter/lists"}