{"id":18575823,"url":"https://github.com/bhaskaracharjee/synapse","last_synced_at":"2025-10-09T15:33:52.844Z","repository":{"id":245240992,"uuid":"817636028","full_name":"BhaskarAcharjee/Synapse","owner":"BhaskarAcharjee","description":"Real time multi user chat application","archived":false,"fork":false,"pushed_at":"2024-06-20T09:00:13.000Z","size":409,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T15:33:22.862Z","etag":null,"topics":["chat-application","chatengine"],"latest_commit_sha":null,"homepage":"https://synapse-chat.vercel.app","language":"JavaScript","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/BhaskarAcharjee.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}},"created_at":"2024-06-20T06:31:02.000Z","updated_at":"2024-06-20T09:01:24.000Z","dependencies_parsed_at":"2024-06-20T20:37:05.056Z","dependency_job_id":"1537a92a-c0fa-4424-ace4-5c93b9b9ff38","html_url":"https://github.com/BhaskarAcharjee/Synapse","commit_stats":null,"previous_names":["bhaskaracharjee/synapse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BhaskarAcharjee/Synapse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhaskarAcharjee%2FSynapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhaskarAcharjee%2FSynapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhaskarAcharjee%2FSynapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhaskarAcharjee%2FSynapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BhaskarAcharjee","download_url":"https://codeload.github.com/BhaskarAcharjee/Synapse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhaskarAcharjee%2FSynapse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001645,"owners_count":26083147,"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-10-09T02:00:07.460Z","response_time":59,"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":["chat-application","chatengine"],"created_at":"2024-11-06T23:22:22.869Z","updated_at":"2025-10-09T15:33:52.799Z","avatar_url":"https://github.com/BhaskarAcharjee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Synapse - Real-Time Multiuser Chat App\n\n## Introduction\n\n**Synapse** is a real-time, multi-user chat application built with React, Firebase, and ChatEngine. The app provides a seamless chat experience, allowing users to register, log in, and communicate instantly with others. Synapse leverages the power of Firebase for authentication and data storage, and ChatEngine for real-time messaging capabilities.\n\n### Live Demo\nCheck out the live application: [Synapse](https://synapse-chat.vercel.app/)\n\n## Screenshots\n\n### Login Page\n![Login Page](https://github.com/BhaskarAcharjee/Synapse/assets/76872572/1863ee07-68a3-4071-9fdb-6c32651703d9)\n\n### Chat Interface\n![Chat Screen](https://github.com/BhaskarAcharjee/Synapse/assets/76872572/daff0104-71be-4c8a-8a61-d866fe7ee6a8)\n\n\n## Features\n\n- **Real-Time Messaging**: Instant messaging with live updates.\n- **User Authentication**: Secure sign-in and sign-up using Firebase Authentication.\n- **Social Authentication**: Sign in with Google and Facebook.\n- **User Management**: Manage user profiles and chat settings.\n- **Responsive Design**: Works seamlessly on desktops, tablets, and mobile devices.\n\n## Tech Stack\n\n- **Frontend**: React\n- **Backend**: Firebase (Firestore, Authentication)\n- **Real-Time Messaging**: ChatEngine\n- **Hosting**: Vercel\n\n## Getting Started\n\nFollow these steps to set up the project locally:\n\n### Prerequisites\n\n- Node.js and npm installed on your machine\n- Firebase project set up with Firestore and Authentication enabled\n- ChatEngine account and project\n\n### Installation\n\n1. **Clone the repository**\n\n   ```sh\n   git clone https://github.com/BhaskarAcharjee/Synapse.git\n   cd Synapse\n   ```\n\n2. **Install dependencies**\n\n   ```sh\n   npm install\n   ```\n\n3. **Set up Firebase**\n\n   - Create a Firebase project in the Firebase Console.\n   - Enable Firestore and Authentication (Email/Password, Google, and Facebook sign-in methods).\n   - Create a `.env` file in the root of your project and add your Firebase configuration:\n\n     ```sh\n     REACT_APP_FIREBASE_API_KEY=your-api-key\n     ```\n\n4. **Set up ChatEngine**\n\n   - Create a ChatEngine project in the ChatEngine Console.\n   - Add your ChatEngine configuration to the `.env` file:\n\n     ```sh\n     REACT_APP_CHAT_ENGINE_PROJECT_ID=your-chat-engine-project-id\n     REACT_APP_CHAT_ENGINE_PRIVATE_KEY=your-chat-engine-private-key\n     ```\n\n5. **Run the application**\n\n   ```sh\n   npm start\n   ```\n\n   The application will start on `http://localhost:3000`.\n\n## Usage\n\n1. **Sign Up / Sign In**\n   - Register a new account or sign in with an existing account.\n   - Use Google or Facebook for quick sign-in.\n\n2. **Start Chatting**\n   - Create new chat rooms and invite users.\n   - Send and receive messages in real time.\n\n## Contributing\n\nContributions are welcome! Follow these steps to contribute:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Commit your changes (`git commit -m 'Add new feature'`)\n4. Push to the branch (`git push origin feature-branch`)\n5. Open a pull request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions or suggestions, feel free to open an issue or contact me.\n\n---\n\nThank you for using Synapse! Happy chatting! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhaskaracharjee%2Fsynapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhaskaracharjee%2Fsynapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhaskaracharjee%2Fsynapse/lists"}