{"id":26028953,"url":"https://github.com/liveupx/skype-clone","last_synced_at":"2026-03-06T23:33:02.848Z","repository":{"id":280085529,"uuid":"940946011","full_name":"liveupx/skype-clone","owner":"liveupx","description":"Skype Clone","archived":false,"fork":false,"pushed_at":"2025-03-01T05:50:19.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-01T06:24:35.458Z","etag":null,"topics":["skype","skype-alpha","skype-alternative","skype-clone","skype-for-business"],"latest_commit_sha":null,"homepage":"https://liveupx.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liveupx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-03-01T05:34:23.000Z","updated_at":"2025-03-01T05:50:22.000Z","dependencies_parsed_at":"2025-03-01T06:35:58.651Z","dependency_job_id":null,"html_url":"https://github.com/liveupx/skype-clone","commit_stats":null,"previous_names":["liveupx/skype-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liveupx/skype-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveupx%2Fskype-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveupx%2Fskype-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveupx%2Fskype-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveupx%2Fskype-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liveupx","download_url":"https://codeload.github.com/liveupx/skype-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liveupx%2Fskype-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30203365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["skype","skype-alpha","skype-alternative","skype-clone","skype-for-business"],"created_at":"2025-03-06T17:29:25.996Z","updated_at":"2026-03-06T23:33:02.827Z","avatar_url":"https://github.com/liveupx.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiveupX Skype Clone\n\n![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)\n\nA complete white-label solution for building your own video/audio conferencing platform similar to Skype. This repository contains the source code and documentation for LiveupX's Skype Clone, a powerful and feature-rich communication platform that supports video calls, audio calls, messaging, file sharing, and more.\n\n![Skype Clone Demo](ss1.png) \n![Skype Clone Demo](ss2.png) \n\n\n## 🚀 Features\n\n### Core Communication Features\n- **HD Video Calls**: High-quality video calls supporting multiple participants\n- **Voice Calls**: Crystal-clear audio calling functionality\n- **Instant Messaging**: Real-time text chat with rich media support\n- **Screen Sharing**: Share your screen during video conferences\n- **File Sharing**: Send files, images, and documents securely\n\n### Advanced Features\n- **Group Calls**: Host conferences with multiple participants\n- **End-to-End Encryption**: Secure communications between users\n- **Push Notifications**: Real-time alerts for calls, messages, and activity\n- **User Presence**: Online/offline/busy status indicators\n- **Message History**: Access to chat history and search functionality\n- **Multi-Device Support**: Synchronize chats across devices\n- **Contact Management**: Add, remove, and organize contacts\n\n### Platform Support\n- iOS application\n- Android application\n- Web application\n- Desktop application (Windows \u0026 macOS)\n\n## 🛠️ Technology Stack\n\n### Frontend\n- React.js / React Native\n- Redux for state management\n- WebRTC for real-time communication\n- Socket.io for real-time events\n- Material UI / Native Base for UI components\n\n### Backend\n- Node.js with Express\n- MongoDB for database\n- Redis for caching and pub/sub\n- Socket.io for WebSocket connections\n- JWT for authentication\n- Twilio/Agora SDK integration (optional)\n\n### DevOps\n- Docker for containerization\n- AWS/GCP/Azure for cloud hosting\n- CI/CD with GitHub Actions\n- Kubernetes for orchestration (optional)\n\n## 📋 Prerequisites\n\n- Node.js (v16+)\n- MongoDB (v4+)\n- Redis Server\n- Xcode for iOS builds (Mac only)\n- Android Studio for Android builds\n- TURN/STUN server setup (or use a service like Twilio)\n\n## 🔧 Installation\n\n### Clone the repository\n\n```bash\ngit clone https://github.com/liveupx/skype-clone.git\ncd skype-clone\n```\n\n### Server Setup\n\n```bash\n# Navigate to server directory\ncd server\n\n# Install dependencies\nnpm install\n\n# Set up environment variables\ncp .env.example .env\n# Edit .env file with your configuration\n\n# Start the development server\nnpm run dev\n```\n\n### Web Client Setup\n\n```bash\n# Navigate to web directory\ncd web\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm start\n```\n\n### Mobile Setup (React Native)\n\n```bash\n# Navigate to mobile directory\ncd mobile\n\n# Install dependencies\nnpm install\n\n# iOS setup (Mac only)\ncd ios \u0026\u0026 pod install \u0026\u0026 cd ..\n\n# Run on iOS\nnpm run ios\n\n# Run on Android\nnpm run android\n```\n\n## ⚙️ Configuration\n\nThe application uses environment variables for configuration. Copy the `.env.example` file to `.env` and update the values:\n\n```\n# Server Configuration\nPORT=3000\nNODE_ENV=development\nAPI_URL=http://localhost:3000/api\n\n# Database Configuration\nMONGODB_URI=mongodb://localhost:27017/skype-clone\n\n# JWT Configuration\nJWT_SECRET=your_jwt_secret\nJWT_EXPIRY=7d\n\n# WebRTC Configuration\nSTUN_SERVER=stun:stun.l.google.com:19302\nTURN_SERVER=your_turn_server\nTURN_USERNAME=your_turn_username\nTURN_PASSWORD=your_turn_password\n\n# Push Notifications\nFIREBASE_KEY=your_firebase_key\nAPN_KEY_PATH=path/to/apn/key\nAPN_KEY_ID=your_apn_key_id\n```\n\n## 🚗 Usage Guide\n\n### User Registration and Login\n\n1. Create an account using email or phone number\n2. Verify your account\n3. Log in with credentials\n4. Update your profile information\n\n### Making Calls\n\n1. Select a contact from your contact list\n2. Tap on the video or audio call icon\n3. Wait for the recipient to accept the call\n4. Enjoy HD quality communication\n\n### Messaging\n\n1. Select a contact or group\n2. Type your message in the chat box\n3. Send text, emojis, files, or media\n4. View message status (sent, delivered, read)\n\n### Admin Panel\n\nThe admin panel can be accessed at `/admin` with admin credentials. From here you can:\n\n1. Manage users\n2. View analytics\n3. Configure system settings\n4. Monitor service health\n\n## 📱 Mobile App Features\n\nThe mobile application includes additional features:\n\n- Push notifications\n- Contact syncing\n- Offline message queueing\n- Battery optimization\n- Background service management\n- In-app updates\n\n## 💻 API Documentation\n\nAPI documentation is available using Swagger UI at `/api-docs` when running the server.\n\nFor detailed API documentation, refer to [API_DOCS.md](./docs/API_DOCS.md).\n\n## 🤝 Contributing\n\nWe welcome contributions to improve the Skype Clone! Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and development process.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## ✨ Customization Services\n\nNeed custom features or integrations? LiveupX offers:\n\n- Custom UI/UX design\n- Additional feature development\n- Enterprise-grade security enhancements\n- White-labeling services\n- Deployment and maintenance support\n\n## 📞 Contact \u0026 Support\n\nFor questions, customization requests, or issues:\n\n- **Email**: info@liveupx.com\n- **WhatsApp**: +91-7060371701\n- **Website**: [Liveupx.com](https://liveupx.com)\n- **Landing page demo**: [Check Landing page](https://skype-clone.pages.dev)\n- **GitHub Issues**: For bug reports and feature requests\n\n## 🔗 Related Projects\n\n- [LiveupX Zoom Clone](https://github.com/liveupx/zoom-clone)\n- [LiveupX Google Meet Clone](https://github.com/liveupx/google-meet-clone)\n- [LiveupX Microsoft Teams Clone](https://github.com/liveupx/microsoft-teams-clone)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://liveupx.com/wp-content/uploads/2023/10/liveupx185x44.png\" alt=\"LiveupX Logo\" width=\"200\"\u003e\n  \u003cbr\u003e\n  \u003cem\u003eDeveloped with ❤️ by \u003ca href=\"https://liveupx.com\"\u003eLiveupX\u003c/a\u003e\u003c/em\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliveupx%2Fskype-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliveupx%2Fskype-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliveupx%2Fskype-clone/lists"}