{"id":26821153,"url":"https://github.com/ameya-kawade/vaultbox","last_synced_at":"2026-04-09T18:32:55.651Z","repository":{"id":284936694,"uuid":"955774677","full_name":"ameya-kawade/vaultbox","owner":"ameya-kawade","description":"VaultBox is a privacy-focused communication and storage platform that ensures data ownership without third-party reliance. It integrates secure chat, video meetings, file storage, and authentication to provide a scalable and confidential ecosystem.","archived":false,"fork":false,"pushed_at":"2025-03-28T12:47:23.000Z","size":521,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T13:40:37.010Z","etag":null,"topics":["chatapp","docker","fullstack-development","jitsi-meet","minio","mongodb","nginx","nodejs","reactjs","redis","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ameya-kawade.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-27T07:13:15.000Z","updated_at":"2025-03-28T12:54:18.000Z","dependencies_parsed_at":"2025-03-28T13:40:54.644Z","dependency_job_id":"b58407cb-5d4e-4647-895f-9590fc4ba745","html_url":"https://github.com/ameya-kawade/vaultbox","commit_stats":null,"previous_names":["ameya-kawade/vaultbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameya-kawade%2Fvaultbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameya-kawade%2Fvaultbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameya-kawade%2Fvaultbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameya-kawade%2Fvaultbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ameya-kawade","download_url":"https://codeload.github.com/ameya-kawade/vaultbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285816,"owners_count":20752958,"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","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":["chatapp","docker","fullstack-development","jitsi-meet","minio","mongodb","nginx","nodejs","reactjs","redis","socket-io"],"created_at":"2025-03-30T07:18:28.725Z","updated_at":"2026-04-09T18:32:50.616Z","avatar_url":"https://github.com/ameya-kawade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VaultBox\n\nVaultBox is a cutting-edge, privacy-first solution focused on ensuring data ownership and eliminating dependency on third-party providers. Designed as a comprehensive communication and storage platform, VaultBox integrates secure chat, video meetings, file storage, and robust authentication to create a resilient ecosystem that prioritizes confidentiality, scalability, and user autonomy.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Technology Stack](#technology-stack)\n- [Architecture](#architecture)\n- [Security Considerations](#security-considerations)\n- [Future Enhancements](#future-enhancements)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nVaultBox is engineered for modern enterprises and individual users who require uncompromised control over their data. By integrating a variety of open-source tools and in-house developments, VaultBox delivers a unified experience that encompasses:\n\n- **Secure Communication:** Real-time chat with end-to-end encryption and cipher modes ensuring data integrity and confidentiality.\n- **Seamless Meetings:** Integrated video conferencing via Jitsi Meet, embedded directly into the frontend.\n- **Decentralized File Storage:** Minio-powered storage with robust encryption to safeguard sensitive files.\n- **Dynamic Authentication:** OTP-based authentication providing secure access to the platform.\n- **Scalability:** Designed with a microservices architecture and containerization to ensure high availability and load balancing.\n\n## Features\n\n- **Privacy by Design:** Emphasizes data ownership with no reliance on external third-party services.\n- **End-to-End Encrypted Chat:** Utilizes Node.js, Express, and Socket.io with a Redis adapter to efficiently handle real-time communication in a clustered environment.\n- **OTP-based Authentication:** Secure user verification via one-time passwords, enhancing access security.\n- **Integrated Video Conferencing:** Jitsi Meet is seamlessly integrated into the frontend using the React SDK.\n- **Robust File Storage:** Powered by Minio with built-in end-to-end encryption for secure file management.\n- **Advanced Encryption Techniques:** React-based frontend uses Kyber for encrypting messages and securely stores keys in IndexedDB.\n- **Cipher Mode:** Innovative communication mode where messages appear obfuscated during transit yet render correctly on the recipient’s device.\n- **Load Balancing:** Nginx as a reverse proxy to manage load balancing across chat and authentication services.\n- **Containerization:** Docker is utilized for deploying Minio, MongoDB, Nginx, Jitsi Meet, and Node.js applications for streamlined operations and maintenance.\n\n## Technology Stack\n\n- **Backend:**\n  - Node.js\n  - Express.js\n  - Socket.io (with Redis adapter for clustering support)\n  - Redis (as an adapter for Socket.io in a clustered environment)\n- **Authentication:**\n  - OTP-based mechanisms built with Node.js\n- **Video Conferencing:**\n  - Jitsi Meet (integrated via React SDK)\n- **File Storage:**\n  - Minio (with end-to-end encryption)\n- **Frontend:**\n  - React.js\n  - Kyber encryption library for secure message encryption\n  - IndexedDB for secure key storage\n- **Database:**\n  - MongoDB\n- **Reverse Proxy and Load Balancing:**\n  - Nginx\n- **Containerization:**\n  - Docker\n\n## Architecture\n\nVaultBox leverages a microservices architecture to decouple services and ensure resilience and scalability. Key architectural highlights include:\n\n- **Microservices Deployment:** Each core functionality—chat, authentication, file storage, and video conferencing—is encapsulated within its own service.\n- **Containerized Environment:** Docker containers are used to deploy and manage services, simplifying orchestration and enhancing system reliability.\n- **Scalable Communication:** The chat system is designed using Node.js clustering, with a Redis adapter integrated into Socket.io to efficiently manage real-time communications across multiple instances.\n- **Load Balancing:** Nginx efficiently distributes incoming requests to ensure high availability and fault tolerance.\n- **End-to-End Security:** All data exchanges are encrypted, with additional encryption layers applied at the file and message level to secure user data.\n\n## Security Considerations\n\nVaultBox incorporates multiple layers of security to ensure data privacy and integrity:\n\n- **End-to-End Encryption:** All communications, including chat messages and file transfers, are encrypted.\n- **OTP-Based Authentication:** Enhances user verification and secures access to services.\n- **Container Isolation:** Docker containers provide isolated environments for each service, reducing the risk of cross-service vulnerabilities.\n- **Reverse Proxy Security:** Nginx ensures secure and efficient load balancing, protecting backend services from direct exposure.\n\n## Future Enhancements\n\n- **AI-Powered Threat Detection:** Incorporate machine learning algorithms to detect and mitigate potential security threats.\n- **Expanded Protocol Support:** Integrate additional secure communication protocols to further enhance data privacy.\n\n## Contributing\n\nWe welcome contributions that drive innovation and enhance the functionality of VaultBox. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes and open a pull request detailing your modifications.\n4. Ensure that all new code is thoroughly documented and tested.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\nVaultBox is committed to delivering a secure, innovative, and user-centric experience. For further information or collaboration inquiries, please contact our development team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameya-kawade%2Fvaultbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fameya-kawade%2Fvaultbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameya-kawade%2Fvaultbox/lists"}