{"id":18797477,"url":"https://github.com/sufiankhan-dev/devunity","last_synced_at":"2025-09-02T09:30:49.123Z","repository":{"id":260716358,"uuid":"882150290","full_name":"sufiankhan-dev/DevUnity","owner":"sufiankhan-dev","description":"DevUnity is an open-source platform designed to unite developers. It enables sharing knowledge through blogs, asking and answering questions, and collaborating on projects, creating a space for developers to connect, learn, and grow together.","archived":false,"fork":false,"pushed_at":"2024-11-16T18:07:39.000Z","size":1803,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T19:19:06.403Z","etag":null,"topics":["accertinity-ui","contributions-welcome","nextjs15","open-source","react","reactjs","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://devunity-community.vercel.app","language":"TypeScript","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/sufiankhan-dev.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-11-02T02:26:16.000Z","updated_at":"2024-11-16T18:07:42.000Z","dependencies_parsed_at":"2024-11-16T19:28:45.206Z","dependency_job_id":null,"html_url":"https://github.com/sufiankhan-dev/DevUnity","commit_stats":null,"previous_names":["sufiankhan-dev/devunity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2FDevUnity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2FDevUnity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2FDevUnity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2FDevUnity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sufiankhan-dev","download_url":"https://codeload.github.com/sufiankhan-dev/DevUnity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231768726,"owners_count":18423792,"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":["accertinity-ui","contributions-welcome","nextjs15","open-source","react","reactjs","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-11-07T22:08:23.408Z","updated_at":"2024-12-29T17:52:02.114Z","avatar_url":"https://github.com/sufiankhan-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevUnity\n\nDevUnity is an open-source platform built with Next.js and TypeScript that enables developers to connect, collaborate, and share knowledge. Whether you're looking for a place to ask questions, collaborate on projects, write blogs, or discuss new ideas, DevUnity is the community hub for developers.\n\n\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/6ed17203-5b81-43db-baf7-eb003c2035b0\"\u003e\u003c/img\u003e\n  \u003c/kbd\u003e\n\u003c/p\u003e\n\n## Features!\n\n\n- **Community-driven Discussions**: A space for developers to ask questions, share knowledge, and help each other grow.\n- **Collaborate on Projects**: Work together with other developers on open-source projects or new ideas.\n- **Write Blogs**: Share your technical knowledge and experiences through blog posts.\n- **Simple UI**: Designed with [ShadCN UI](https://github.com/shadcn) and [Accertinty UI](https://github.com/accertinty) for a clean and intuitive user experience.\n- **Future Enhancements**: Plans for adding user authentication and database integration to store posts and user data.\n\n## Tech Stack\n\n- **Next.js**: A React framework for building server-side rendered (SSR) web applications.\n- **TypeScript**: Type-safe JavaScript for building scalable applications.\n- **ShadCN UI**: A UI component library for building modern, accessible components.\n- **Accertinty UI**: Another UI component library used for creating customizable interfaces.\n\n## Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/sufiankhan-dev/DevUnity.git\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd devunity\n\n3. Install the dependencies:\n\n  ```bash\n   npm install\n```\n\n\n4. Start the development server:\n\n   ```bash\n   npm run dev\n\n5. Open the application in your browser at [http://localhost:3000](http://localhost:3000).\n\n\nContributing\n------------\n\nWe welcome contributions from the community! If you want to contribute to DevUnity, follow these steps:\n\n1.  Fork the repository.\n    \n2.  Create a new branch for your feature or bug fix (git checkout -b feature/your-feature).\n    \n3.  Make your changes.\n    \n4.  Commit your changes (git commit -am 'Add new feature').\n    \n5.  Push to your branch (git push origin feature/your-feature).\n    \n6.  Open a pull request to the main repository.\n    \n\nPlease ensure your code follows the project’s coding style and includes tests where applicable.\n\nRoadmap\n-------\n\n*   Add user authentication (login, signup, etc.)\n    \n*   Integrate a database for storing posts, user data, and other content.\n    \n*   Add real-time chat or messaging features for collaboration.\n    \n*   Add additional UI components for a better user experience.\n    \n\nLicense\n-------\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\nAcknowledgements\n----------------\n\n*   [ShadCN UI](https://github.com/shadcn)\n    \n*   [Accertinty UI](https://github.com/accertinty)\n    \n\nFeel free to open issues for suggestions, improvements, or bugs! Let's make DevUnity a great space for developers to collaborate and grow together!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufiankhan-dev%2Fdevunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsufiankhan-dev%2Fdevunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufiankhan-dev%2Fdevunity/lists"}