{"id":49360608,"url":"https://github.com/inledgroup/bitmeet-solo","last_synced_at":"2026-04-27T16:10:02.012Z","repository":{"id":349169353,"uuid":"1177043716","full_name":"InledGroup/bitmeet-solo","owner":"InledGroup","description":"WebRTC (P2P) meetings with the same features as Zoom","archived":false,"fork":false,"pushed_at":"2026-04-04T14:26:58.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-17T15:14:33.803Z","etag":null,"topics":["decentralized","encryption","end-to-end-encryption","p2p","privacy","private","webrct"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.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":"2026-03-09T16:30:25.000Z","updated_at":"2026-04-15T18:33:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/bitmeet-solo","commit_stats":null,"previous_names":["inledgroup/bitmeet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/bitmeet-solo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fbitmeet-solo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fbitmeet-solo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fbitmeet-solo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fbitmeet-solo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/bitmeet-solo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fbitmeet-solo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["decentralized","encryption","end-to-end-encryption","p2p","privacy","private","webrct"],"created_at":"2026-04-27T16:10:00.835Z","updated_at":"2026-04-27T16:10:02.007Z","avatar_url":"https://github.com/InledGroup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🚀 BitMeet: Decentralized Serverless Video Conferencing\n\nBitMeet is a professional-grade, peer-to-peer video conferencing application built with **Astro**, **React**, and **WebRTC**. It uses **Firebase Firestore** as a signaling channel for participant discovery, ensuring a truly serverless experience for the developer and high privacy for the users.\n\n## ✨ Features\n\n- **Full Mesh WebRTC**: Direct P2P connections between all participants.\n- **No Server Infrastructure**: Uses Firebase for discovery and PeerJS for signaling.\n- **Dynamic Layout**: Smart video grid that adapts to the number of participants.\n- **Screen Sharing**: High-quality display capture and sharing.\n- **Media Controls**: Professional mute/unmute and camera toggle.\n- **Infinite Rooms**: Create unique meetings with a single click.\n- **SSR Enabled**: Built with Astro SSR for dynamic room routing.\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Astro 5.0, React 19.\n- **Communication**: WebRTC (PeerJS).\n- **Signaling/Discovery**: Firebase Firestore.\n- **Icons**: Lucide React.\n- **Styling**: Pure CSS (Modern Variables, Flexbox, Grid).\n\n## 🚀 Getting Started\n\n### 1. Clone and Install\n```bash\nnpm install\n```\n\n### 2. Configure Firebase\nCreate a project in [Firebase Console](https://console.firebase.google.com/) and enable **Cloud Firestore**.\n\nCopy `.env.example` to `.env` and fill in your credentials:\n```bash\ncp .env.example .env\n```\n\nRequired variables:\n- `PUBLIC_FIREBASE_API_KEY`\n- `PUBLIC_FIREBASE_PROJECT_ID`\n- ... (see `.env.example`)\n\n### 3. Firestore Rules\nEnsure your Firestore rules allow reading/writing to the `rooms` collection:\n```javascript\nrules_version = '2';\nservice cloud.firestore {\n  match /databases/{database}/documents {\n    match /rooms/{roomId}/participants/{participantId} {\n      allow read, write: if true; // In production, add proper validation\n    }\n  }\n}\n```\n\n### 4. Run Development Server\n```bash\nnpm run dev\n```\n\n### 5. Build for Production\n```bash\nnpm run build\nnode ./dist/server/entry.mjs\n```\n\n## 🔐 Privacy \u0026 Security\nBitMeet uses WebRTC to encrypt media streams end-to-end. Firebase only stores temporary metadata (PeerIDs and presence status) required for participants to find each other. No audio or video data ever touches a server.\n\n---\n**Hecho con ❤️ por JaimeGH. Made in Spain**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fbitmeet-solo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fbitmeet-solo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fbitmeet-solo/lists"}