{"id":15061827,"url":"https://github.com/axshatind/synnextial","last_synced_at":"2025-03-15T14:24:38.028Z","repository":{"id":254619618,"uuid":"846954074","full_name":"axshatInd/synnexTial","owner":"axshatInd","description":"A Collaborative/Personal-Workspace designed to streamline team communication, document management, and project coordination. Inspired by modern tools, SynnexTial aims to provide a seamless, intuitive experience for teams working in fast-paced environments.","archived":false,"fork":false,"pushed_at":"2024-09-05T20:02:32.000Z","size":7330,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T04:33:10.393Z","etag":null,"topics":["api","firebase","firestore","firestore-database","formik","git","gsap","nextjs","postcss","redux","tailwindcss"],"latest_commit_sha":null,"homepage":"https://synnextial.vercel.app","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/axshatInd.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":"2024-08-24T12:33:46.000Z","updated_at":"2024-09-05T20:02:36.000Z","dependencies_parsed_at":"2024-08-24T20:24:11.913Z","dependency_job_id":"e63d2300-6c10-448f-9531-6a716a4abbdc","html_url":"https://github.com/axshatInd/synnexTial","commit_stats":null,"previous_names":["axshatind/synnex","axshatind/synnextial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axshatInd%2FsynnexTial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axshatInd%2FsynnexTial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axshatInd%2FsynnexTial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axshatInd%2FsynnexTial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axshatInd","download_url":"https://codeload.github.com/axshatInd/synnexTial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243741147,"owners_count":20340411,"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":["api","firebase","firestore","firestore-database","formik","git","gsap","nextjs","postcss","redux","tailwindcss"],"created_at":"2024-09-24T23:25:40.870Z","updated_at":"2025-03-15T14:24:38.002Z","avatar_url":"https://github.com/axshatInd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SynnexTial\n\n\u003e **SynnexTial** is a collaborative document management platform built to enhance teamwork and productivity. It allows users to create, edit, and collaborate on documents in real-time within shared workspaces. This powerful and intuitive platform is perfect for teams looking to streamline their workflow and keep everyone on the same page.\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n- [Key Features](#key-features)\n- [Tech Stack](#tech-stack)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## About the Project\n\nSynnexTial is designed to solve the common challenges teams face when managing documents and collaborating in real-time. Whether you're working on technical documentation, project notes, or brainstorming ideas, SynnexTial offers a robust and user-friendly solution for real-time editing, workspace organization, and user management.\n\nThe project integrates powerful rich-text editing capabilities and workspace-based document categorization. Built with scalability and modern UI/UX principles in mind, SynnexTial ensures efficient collaboration, version control, and seamless synchronization.\n\n## Key Features\n\n- **Real-time Collaborative Editing**: Edit documents live with teammates, and changes appear instantly for all users.\n- **Rich Text Editor**: Advanced editor tools like headings, lists, checklists, code blocks, and more.\n- **Document Versioning**: Automatically keep track of document changes with version history.\n- **Workspaces**: Organize your documents into workspaces for different teams or projects.\n- **User Access Management**: Control who can view or edit documents within each workspace.\n- **Firebase Integration**: Real-time synchronization of document data and user activities.\n- **Cross-device Support**: Seamlessly access your documents from any device.\n\n## Tech Stack\n\nSynnexTial is built using the latest technologies to ensure scalability, performance, and a seamless user experience.\n\n- **Frontend**: \n  - Next.js (React Framework)\n  - Tailwind CSS (Responsive UI Styling)\n  - Editor.js (Rich Text Editor)\n  \n- **Backend**: \n  - Firebase Firestore (Real-time Database)\n  - Firebase Authentication (User Management)\n  \n- **Deployment**:\n  - Vercel (Frontend Hosting)\n  - Firebase Functions (Backend Logic)\n\n## Installation\n\nFollow these steps to set up the project locally.\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/axshatInd/synnexTial.git\n   cd synnexTial\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Configure Firebase**:\n   - Create a Firebase project in the [Firebase Console](https://console.firebase.google.com/).\n   - Add your Firebase credentials to `.env.local`:\n     ```bash\n     NEXT_PUBLIC_FIREBASE_API_KEY=your-api-key\n     NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-auth-domain\n     NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id\n     NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-storage-bucket\n     NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your-sender-id\n     NEXT_PUBLIC_FIREBASE_APP_ID=your-app-id\n     ```\n\n4. **Run the development server**:\n   ```bash\n   npm run dev\n   ```\n\n5. **Access the application**:\n   Open [http://localhost:3000](http://localhost:3000) in your browser to see the app in action.\n\n## Usage\n\n### Creating a Workspace\n1. Navigate to the **Workspaces** section.\n2. Click on the **+** icon to create a new workspace.\n3. Name your workspace and invite collaborators.\n\n### Document Collaboration\n1. Within a workspace, click on the **+** icon to create a new document.\n2. Use the **Rich Text Editor** to write and format content.\n3. Collaborators can view and edit the document in real-time.\n\n### Saving and Version Control\n1. Documents are saved automatically after every edit.\n2. Use the document history feature to revert to previous versions or view the changelog.\n\n## Contributing\n\nWe welcome contributions to improve **SynnexTial**. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bugfix:\n   ```bash\n   git checkout -b feature/my-new-feature\n   ```\n3. Make your changes and commit:\n   ```bash\n   git commit -m \"Add a new feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/my-new-feature\n   ```\n5. Create a Pull Request describing your changes.\n\n## Contact\n\nFor inquiries, suggestions, or contributions, feel free to contact us.\n\n- **Project Maintainer**: [Akshat Saini](https://github.com/axshatInd)\n- **Email**: axshat.ind@gmail.com\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxshatind%2Fsynnextial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxshatind%2Fsynnextial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxshatind%2Fsynnextial/lists"}