{"id":27165749,"url":"https://github.com/guilhermegabrielgalarza/collabify-project-manager","last_synced_at":"2026-04-10T12:31:52.607Z","repository":{"id":286794873,"uuid":"962547727","full_name":"Guilhermegabrielgalarza/Collabify-Project-Manager","owner":"Guilhermegabrielgalarza","description":"🧰 Collabify supercharges your workflow with a smarter, cleaner alternative to project boards. Track tasks, manage roles, and collaborate effortlessly — all in one sleek, developer-friendly interface. Secured \u0026 supercharged with Next.js and Auth0, enhanced with i18n!","archived":false,"fork":false,"pushed_at":"2025-04-08T11:56:37.000Z","size":3413,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T12:25:36.656Z","etag":null,"topics":["auth0","auth0-jwt","docker","json","mongodb","next-api","nextjs","rbac","role-based-access-control","shadcn","swagger","token","typescript","vercel"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/Guilhermegabrielgalarza.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":"2025-04-08T10:12:36.000Z","updated_at":"2025-04-08T11:56:41.000Z","dependencies_parsed_at":"2025-04-08T12:35:49.989Z","dependency_job_id":null,"html_url":"https://github.com/Guilhermegabrielgalarza/Collabify-Project-Manager","commit_stats":null,"previous_names":["guilhermegabrielgalarza/collabify-project-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guilhermegabrielgalarza%2FCollabify-Project-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guilhermegabrielgalarza%2FCollabify-Project-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guilhermegabrielgalarza%2FCollabify-Project-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guilhermegabrielgalarza%2FCollabify-Project-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guilhermegabrielgalarza","download_url":"https://codeload.github.com/Guilhermegabrielgalarza/Collabify-Project-Manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968377,"owners_count":21025823,"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":["auth0","auth0-jwt","docker","json","mongodb","next-api","nextjs","rbac","role-based-access-control","shadcn","swagger","token","typescript","vercel"],"created_at":"2025-04-09T03:14:27.424Z","updated_at":"2025-04-09T03:14:28.217Z","avatar_url":"https://github.com/Guilhermegabrielgalarza.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Collabify Project Manager\n\n![Collabify Logo](https://img.shields.io/badge/Collabify-Project%20Manager-blue?style=for-the-badge\u0026logo=github)\n\nWelcome to the **Collabify Project Manager**! This repository offers a smarter, cleaner alternative to traditional project boards. With Collabify, you can track tasks, manage roles, and collaborate seamlessly—all within a developer-friendly interface. Built with **Next.js** and **Auth0**, and enhanced with internationalization (i18n), Collabify is designed to supercharge your workflow.\n\n## 🚀 Table of Contents\n\n- [Features](#features)\n- [Technologies](#technologies)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Releases](#releases)\n\n## ✨ Features\n\n- **Task Tracking**: Keep track of your tasks effortlessly.\n- **Role Management**: Assign roles to team members with ease.\n- **Collaboration**: Work together seamlessly with your team.\n- **Developer-Friendly Interface**: Designed with developers in mind.\n- **Security**: Built with Next.js and secured with Auth0.\n- **Internationalization**: Supports multiple languages through i18n.\n- **Responsive Design**: Works well on both desktop and mobile devices.\n\n## 🛠️ Technologies\n\nCollabify uses a range of modern technologies to provide a robust project management experience. Here are the key technologies:\n\n- **Next.js**: A powerful React framework for server-rendered applications.\n- **Auth0**: Provides secure authentication and authorization.\n- **MongoDB**: A NoSQL database for flexible data storage.\n- **Docker**: Containerizes the application for easy deployment.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **TypeScript**: A typed superset of JavaScript for better code quality.\n- **React Query**: For efficient data fetching and state management.\n- **Role-Based Access Control (RBAC)**: Manages user permissions effectively.\n- **Swagger**: API documentation for better understanding and usage.\n- **i18n**: Internationalization support for a global audience.\n\n## 🏁 Getting Started\n\nTo get started with Collabify, follow these steps:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/Guilhermegabrielgalarza/Collabify-Project-Manager.git\n   cd Collabify-Project-Manager\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Environment Variables**:\n   Create a `.env.local` file in the root directory and add your Auth0 credentials and MongoDB connection string.\n\n4. **Run the Application**:\n   ```bash\n   npm run dev\n   ```\n   Your application will be running at `http://localhost:3000`.\n\n## 📖 Usage\n\nOnce the application is running, you can:\n\n- **Create a New Project**: Start by creating a new project from the dashboard.\n- **Add Tasks**: Assign tasks to team members and set deadlines.\n- **Manage Roles**: Control who can access what within your projects.\n- **Collaborate**: Use comments and notifications to keep everyone in the loop.\n\n## 🤝 Contributing\n\nWe welcome contributions! If you want to contribute to Collabify, please follow these steps:\n\n1. **Fork the Repository**.\n2. **Create a New Branch**:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. **Make Your Changes**.\n4. **Commit Your Changes**:\n   ```bash\n   git commit -m \"Add some feature\"\n   ```\n5. **Push to the Branch**:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n6. **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\nFor questions or suggestions, feel free to reach out:\n\n- **GitHub**: [Guilhermegabrielgalarza](https://github.com/Guilhermegabrielgalarza)\n- **Email**: your-email@example.com\n\n## 🚀 Releases\n\nYou can find the latest releases of Collabify [here](https://github.com/Guilhermegabrielgalarza/Collabify-Project-Manager/releases). Download and execute the necessary files to get the most out of your experience.\n\n## 🏷️ Topics\n\nThis repository covers various topics that enhance your understanding and use of the project:\n\n- auth0\n- auth0-jwt\n- docker\n- i18n\n- json\n- mongodb\n- next-api\n- nextjs\n- project-management\n- project-tracker\n- rbac\n- react-query\n- role-based-access-control\n- shadcn\n- shadcn-ui\n- swagger\n- tailwindcss\n- token\n- typescript\n- vercel\n\n## 🌍 Community\n\nJoin our community to stay updated and share your experiences:\n\n- **Discord**: Join our Discord server for discussions.\n- **Twitter**: Follow us on Twitter for updates.\n\n## 🎉 Acknowledgments\n\nThank you to everyone who contributed to this project. Your efforts make Collabify a better tool for everyone.\n\n---\n\nFeel free to explore, contribute, and enjoy using Collabify!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhermegabrielgalarza%2Fcollabify-project-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilhermegabrielgalarza%2Fcollabify-project-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhermegabrielgalarza%2Fcollabify-project-manager/lists"}